summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-06-29 19:32:29 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-06-29 19:32:29 +0300
commit88d9837ac698473200c1173ff7067269c5f16fc1 (patch)
treea383f33749dc887836ed9c0819e4a3fb9d9e8481
parentgnu: Delete emacs-pcre2el. (diff)
downloadguix-wigust-88d9837ac698473200c1173ff7067269c5f16fc1.tar.gz
gnu: Delete emacs-debpaste.
* wigust/packages/emacs.scm (emacs-debpaste): Delete variable.
-rw-r--r--wigust/packages/emacs.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm
index 39d6691..85a939e 100644
--- a/wigust/packages/emacs.scm
+++ b/wigust/packages/emacs.scm
@@ -609,28 +609,6 @@ implementation in elisp, capable of both synchronous and asynchronous
method calls.")
(license license:gpl3+)))
-(define-public emacs-debpaste
- (package
- (name "emacs-debpaste")
- (version "0.1.5")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/alezost/debpaste.el/archive/"
- "v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "16qqa32ys3gvxf9x1va2cnjcmw1zvbwgc16pqasgrf4mh7qwsd9b"))))
- (build-system emacs-build-system)
- (propagated-inputs `(("emacs-xml-rpc" ,emacs-xml-rpc)))
- (home-page "https://github.com/alezost/debpaste.el")
- (synopsis "Emacs interface for the Debian Paste Service")
- (description "Debpaste is an Emacs interface for the
-@uref{https://paste.debian.net, Debian Paste Service}. It provides
-receiving, posting and deleting pastes using XML-RPC.")
- (license license:gpl3+)))
-
(define emacs-wi-web-search
(let ((commit "33fa377156f487e41deda62cd92110d707907c66"))
(package