Fix various linting errors

This commit is contained in:
Collin J. Doering 2020-12-26 23:21:14 -05:00
parent 199398f62d
commit 6c9f2b1c8b
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
2 changed files with 46 additions and 44 deletions

View File

@ -164,6 +164,7 @@ If you use it with vagrant-tramp, you can also use vagrant with helm interface
comment box is various text styles.")
(license #f)))
;; TODO: ./rekahsoft-gnu/packages/emacs-xyz.scm:172:6: emacs-ibuffer-vc@20181225.2227: URI https://melpa.org/packages/ibuffer-vc-20181225.2227.el not reachable: 404 ("Not Found")
(define-public emacs-ibuffer-vc
(package
(name "emacs-ibuffer-vc")
@ -180,7 +181,7 @@ comment box is various text styles.")
"16nry1631g4draqh09r2rq92xpv5vsyxx9yd7r5i2m6kblqh4y3f"))))
(build-system emacs-build-system)
(home-page
"http://github.com/purcell/ibuffer-vc")
"https://github.com/purcell/ibuffer-vc")
(synopsis
"Group ibuffer's list by VC project, or show VC status")
(description
@ -190,6 +191,7 @@ status of listed files.
")
(license license:gpl3)))
;; TODO: ./rekahsoft-gnu/packages/emacs-xyz.scm:198:6: emacs-highlight-indent-guides@20190108.3: URI https://melpa.org/packages/highlight-indent-guides-20190108.3.el not reachable: 404 ("Not Found")
(define-public emacs-highlight-indent-guides
(package
(name "emacs-highlight-indent-guides")
@ -277,7 +279,7 @@ a hook.")
(base32
"0ph6zh91kasgbvi425a5m1hz94pxk6qa3srpy4khifsbn7cwiyga"))))
(build-system emacs-build-system)
(home-page "unspecified")
(home-page "https://www.neilvandyke.org/quack/")
(synopsis
"Enhanced support for editing and running Scheme code")
(description
@ -308,13 +310,14 @@ Quack was a play on DrScheme.")
(synopsis "Hamlet editing mode")
(description
"An Emacs major mode for editing files written in Hamlet, a
Haskell compile-time HTML templating engine. Currently it only provides
Haskell compile-time HTML templating engine. Currently it only provides
syntax highlighting.
Functions and variables with // in their name are private and may change or
go away at any time.")
(license #f)))
;; TODO: ./rekahsoft-gnu/packages/emacs-xyz.scm:323:6: emacs-mu4e-maildirs-extension@20180606.812: URI https://melpa.org/packages/mu4e-maildirs-extension-20180606.812.el not reachable: 404 ("Not Found")
(define-public emacs-mu4e-maildirs-extension
(package
(name "emacs-mu4e-maildirs-extension")
@ -345,7 +348,7 @@ go away at any time.")
"-l" "mu4e-maildirs-extension.el"
"--eval" "(byte-compile-file \"mu4e-maildirs-extension.el\")"))))))
(home-page
"http://github.com/agpchil/mu4e-maildirs-extension")
"https://github.com/agpchil/mu4e-maildirs-extension")
(synopsis
"Show mu4e maildirs summary in mu4e-main-view")
(description "Runs a mu command (async) in a shell process for each
@ -368,7 +371,7 @@ maildir to count unread and total mails.")
"0w0wvh9kwa4rj98ldi9ppsprw74926a1niih36dp7hbb61xmm7ny"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-helm" ,emacs-helm)))
(home-page "unspecified")
(home-page "https://github.com/bomgar/helm-unicode")
(synopsis "Helm command for unicode characters.")
(description
"A helm command for looking up unicode characters by name.")
@ -391,7 +394,7 @@ maildir to count unread and total mails.")
(build-system emacs-build-system)
(propagated-inputs `(("emacs-f" ,emacs-f)))
(home-page
"https://github.com/mrkkrp/vimish-fold")
"https://github.com/matsievskiysv/vimish-fold")
(synopsis "Fold text like in Vim")
(description
"This is a package to perform text folding like in Vim. It has the
@ -409,7 +412,7 @@ following features:
* quick navigation between existing folds;
* you can use mouse to unfold folds (good for beginners and not only for
them);
* for fans of `avy package: you can use `avy' to fold text with minimal
* for fans of code@{avy package}: you can use code@{avy} to fold text with minimal
number of key strokes!")
(license #f)))
@ -429,7 +432,7 @@ following features:
"1vnd025v7am19bamp0y50lq9abf2rzrbjslppvbk1ybb3lvw8n7q"))))
(build-system emacs-build-system)
(home-page
"http://www.github.com/leathekd/grapnel")
"https://www.github.com/leathekd/grapnel")
(synopsis
"HTTP request lib with flexible callback dispatch")
(description
@ -470,27 +473,27 @@ An example:
`(("emacs-grapnel" ,emacs-grapnel)
("curl" ,curl)))
(home-page
"http://www.github.com/theanalyst/ix.el")
"https://www.github.com/theanalyst/ix.el")
(synopsis
"Emacs client for http://ix.io pastebin")
(description
"ix.el is a simple emacs client to http://ix.io cmdline pastebin. At
the moment using the `ix' command on a selection sends the
the moment using the code@{ix} command on a selection sends the
selection to ix.io, entire buffer is sent if selection is inactive,
on success the url is notified in the minibuffer as well as saved
in the kill ring.
It is recommended to set a user name and token so that you can
later delete or replace a paste. Set this via the variables
`ix-user' and `ix-token' via M-x customize-group RET ix
later delete or replace a paste. Set this via the variables
code@{ix-user} and code@{ix-token} via M-x customize-group RET ix
Posts (if posted with user and token) can be deleted by `ix-delete'
command which prompts for post id (the string after http://ix.io/)
Posts (if posted with user and token) can be deleted by code@{ix-delete} command
which prompts for post id (the string after http://ix.io/)
curl is used as the backend via grapnel http request library.")
(license #f)))
(define-public emacs-persp-projectile
(define-public persp-projectile
(package
(name "emacs-persp-projectile")
(version "20180616.1944")

View File

@ -51,7 +51,7 @@
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mattn/go-runewidth.git")
(url "https://github.com/mattn/go-runewidth")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@ -73,7 +73,7 @@
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mitchellh/gox.git")
(url "https://github.com/mitchellh/gox")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@ -99,7 +99,7 @@ platforms. Gox will also build the cross-compilation toolchain for you.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/99designs/aws-vault.git")
(url "https://github.com/99designs/aws-vault")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@ -124,9 +124,12 @@ platforms. Gox will also build the cross-compilation toolchain for you.")
'(#:import-path "github.com/99designs/aws-vault"
#:install-source? #f
#:phases %standard-phases))
(synopsis "Vault for securely storing and accessing AWS credentials in development environments ")
(synopsis
"Vault for securely storing and accessing AWS credentials in
development environments")
(description
"AWS Vault is a tool to securely store and access AWS credentials in a development environment.
"AWS Vault is a tool to securely store and access AWS credentials
in a development environment.
AWS Vault stores IAM credentials in your operating system's secure keystore and
then generates temporary credentials from those to expose to your shell and
@ -142,7 +145,7 @@ aware of your profiles and configuration in ~/.aws/config.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/99designs/keyring.git")
(url "https://github.com/99designs/keyring")
(commit version)))
(file-name (git-file-name name version))
(sha256
@ -181,7 +184,7 @@ pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/dvsekhvalnov/jose2go.git")
(url "https://github.com/dvsekhvalnov/jose2go")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@ -193,8 +196,7 @@ pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.")
(arguments
'(#:import-path "github.com/dvsekhvalnov/jose2go"
#:phases %standard-phases))
(synopsis "Golang (GO) implementation of Javascript Object Signing and
Encryption specification")
(synopsis "Go implementation of Javascript Object Signing and Encryption specification")
(description
"Pure Golang (GO) library for generating, decoding and encrypting JSON Web
Tokens. Zero dependency, relies only on standard library.")
@ -208,7 +210,7 @@ Tokens. Zero dependency, relies only on standard library.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/godbus/dbus.git")
(url "https://github.com/godbus/dbus")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@ -223,7 +225,7 @@ Tokens. Zero dependency, relies only on standard library.")
#:phases %standard-phases))
(synopsis "Native Go bindings for D-Bus")
(description
"dbus is a simple library that implements native Go client bindings for
"Dbus is a simple library that implements native Go client bindings for
the D-Bus message bus system.")
(home-page "https://github.com/godbus/dbus")
(license license:bsd-2)))
@ -237,7 +239,7 @@ the D-Bus message bus system.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/gsterjov/go-libsecret.git")
(url "https://github.com/gsterjov/go-libsecret")
(commit commit)))
(file-name (git-file-name name version))
(sha256
@ -249,9 +251,11 @@ the D-Bus message bus system.")
(arguments
'(#:import-path "github.com/gsterjov/go-libsecret"
#:phases %standard-phases))
(synopsis "Native go library that manages secrets via the freedesktop.org Secret Service DBus API")
(synopsis "Go library that manages secrets via the
freedesktop.org Secret Service DBus API")
(description
"Native go library that manages secrets via the freedesktop.org Secret Service DBus API")
"Native go library that manages secrets via the freedesktop.org Secret
Service DBus API")
(home-page "https://github.com/gsterjov/go-libsecret")
(license license:expat))))
@ -262,7 +266,7 @@ the D-Bus message bus system.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aws/aws-sdk-go.git")
(url "https://github.com/aws/aws-sdk-go")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@ -272,10 +276,9 @@ the D-Bus message bus system.")
(arguments
'(#:import-path "github.com/aws/aws-sdk-go"
#:phases %standard-phases))
(synopsis "Native Go bindings for D-Bus")
(synopsis "aws-sdk-go is the official AWS SDK for the Go programming language")
(description
"dbus is a simple library that implements native Go client bindings for
the D-Bus message bus system.")
"aws-sdk-go is the official AWS SDK for the Go programming language.")
(home-page "https://github.com/aws/aws-sdk-go")
(license license:asl2.0)))
@ -286,7 +289,7 @@ the D-Bus message bus system.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/go-ini/ini.git")
(url "https://github.com/go-ini/ini")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@ -297,7 +300,6 @@ the D-Bus message bus system.")
`(("go-github.com-smartystreets-goconvey" ,go-github.com-smartystreets-goconvey)))
(arguments
'(#:import-path "github.com/go-ini/ini"
; #:import-path "gopkg.in/ini.v1"
#:tests? #f
#:phases %standard-phases))
(synopsis "Go library provides INI file read and write functionality")
@ -327,16 +329,13 @@ the D-Bus message bus system.")
#:phases (modify-phases %standard-phases
(delete 'build)
(delete 'check))))
(synopsis "Open a file, directory, or URI using the OS's default application for that object type")
(synopsis "Open a file, directory, or URI using the OS's default application")
(description
"Open a file, directory, or URI using the OS's default application for
that object type. Optionally, you can specify an application to use.
This is a proxy for the following commands:
OSX: open
Windows: start
Linux/Other: xdg-open")
This is a proxy for the following commands: OSX - open, Windows - start,
Linux/Other - xdg-open")
(home-page "https://github.com/skratchdot/open-golang")
(license license:expat))))
@ -376,7 +375,7 @@ Linux/Other: xdg-open")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/alecthomas/template.git")
(url "https://github.com/alecthomas/template")
(commit commit)))
(file-name (git-file-name name version))
(sha256
@ -403,7 +402,7 @@ newlines until a non-newline.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/alecthomas/units.git")
(url "https://github.com/alecthomas/units")
(commit commit)))
(file-name (git-file-name name version))
(sha256
@ -419,4 +418,4 @@ newlines until a non-newline.")
(description
"Helpful unit multipliers and functions for Go")
(home-page "https://github.com/alecthomas/units")
(license #f))))
(license license:expat))))