summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-07-12 23:48:11 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-07-12 23:48:11 +0300
commitcd872576acdaafb8f04516e2d3c8b744cb58bcf0 (patch)
tree9a15fe04ca6e73fe3dbe600101ebf96223600678
parentwigust: Add emacs-matcha. (diff)
downloadguix-wigust-cd872576acdaafb8f04516e2d3c8b744cb58bcf0.tar.gz
wigust: Move emacs-gitlab-ci-mode and emacs-matcha to upstream.
* wigust/packages/emacs.scm (emacs-gitlab-ci-mode, emacs-matcha): Move to upstream.
-rw-r--r--wigust/packages/emacs.scm48
1 files changed, 0 insertions, 48 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm
index 9e036ad..334f456 100644
--- a/wigust/packages/emacs.scm
+++ b/wigust/packages/emacs.scm
@@ -1215,31 +1215,6 @@ program instead of Emacs' own (often not up to date) whois client.
@end itemize\n")
(license license:gpl3+))))
-(define-public emacs-gitlab-ci-mode
- (package
- (name "emacs-gitlab-ci-mode")
- (version "20190425.11.10")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.com/joewreschnig/gitlab-ci-mode.git")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1jkp9mnbiccqnha9zs646znqyqvy5jjb81kah7ghbkzdqqk2avm0"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-yaml-mode" ,emacs-yaml-mode)))
- (home-page "https://gitlab.com/joewreschnig/gitlab-ci-mode/")
- (synopsis "Emacs mode for editing GitLab CI files")
- (description
- "@code{gitlab-ci-mode} is a major mode for editing GitLab CI files. It
-provides syntax highlighting and completion for keywords and special
-variables. An interface to GitLab’s CI file linter is also provided via
-@code{gitlab-ci-lint}.")
- (license license:gpl3+)))
-
(define-public emacs-helm-suggest
(let ((commit "7e9687fdbb69312dc5e79630b700c0ce1be8441b"))
(package
@@ -1285,26 +1260,3 @@ variables. An interface to GitLab’s CI file linter is also provided via
(description "This package provides a Jenkins client for Emacs.")
(license license:gpl3+))))
-(define-public emacs-matcha
- (let ((commit "c7df5cf5cdac9ae369e241342389ccda0205eab9"))
- (package
- (name "emacs-matcha")
- (version (git-version "0.0.1" "1" commit)) ;no upstream release
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jojojames/matcha.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1lfnh1glg6al677m7ci0x8g5wjdhjxlfl3nv1f1ppsw4dpnwsj9b"))))
- (propagated-inputs
- `(("emacs-hydra" ,emacs-hydra)
- ("emacs-transient" ,emacs-transient)))
- (build-system emacs-build-system)
- (home-page "https://github.com/jojojames/matcha/")
- (synopsis "Collection of hydras with a generic interface to launch them")
- (description "Matcha is provides a collection of transients for various
-packages with a consistent way to use them.")
- (license license:gpl3+))))