[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52744] [PATCH 2/2] gnu: Remove emacs-pinentry.
From: |
Leo Famulari |
Subject: |
[bug#52744] [PATCH 2/2] gnu: Remove emacs-pinentry. |
Date: |
Wed, 22 Dec 2021 19:00:34 -0500 |
This package is apparently no longer useful and is abandoned upstream:
https://issues.guix.gnu.org/52483
* gnu/packages/emacs-xyz.scm (emacs-pinentry): Remove variable.
---
gnu/packages/emacs-xyz.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5228338458..4368cda580 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21148,36 +21148,6 @@ (define-public emacs-mu4e-conversation
maps the thread tree.")
(license license:gpl3+))))
-(define-public emacs-pinentry
- (let ((commit "dcc9ba03252ee5d39e03bba31b420e0708c3ba0c")
- (revision "1"))
- (package
- (name "emacs-pinentry")
- (version (git-version "0.1" revision commit))
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain"
- "/packages/pinentry/pinentry.el?id=" commit))
- (file-name (string-append "pinentry.el"))
- (sha256
- (base32
- "1lf30q6r8nz5cjzclbb9bbymsk2y75nskvb55hnjdv93gr3j0sik"))))
- (build-system emacs-build-system)
- (propagated-inputs
- (list gnupg-2.2.32))
- (home-page "https://elpa.gnu.org/packages/pinentry.html")
- (synopsis "GnuPG Pinentry server implementation")
- (description
- "This package allows GnuPG passphrase to be prompted through the
-minibuffer instead of graphical dialog.
-
-To use, add @code{allow-emacs-pinentry} to @code{~/.gnupg/gpg-agent.conf},
-reload the configuration with @code{gpgconf --reload gpg-agent}, and start the
-server with @code{M-x pinentry-start}.")
- (license license:gpl3+))))
-
(define-public emacs-so-long
(package
(name "emacs-so-long")
--
2.34.0