emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30996: closed ([PATCH] gnu: gnupg: Add pinentry-em


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30996: closed ([PATCH] gnu: gnupg: Add pinentry-emacs.)
Date: Fri, 30 Mar 2018 21:41:03 +0000

Your message dated Fri, 30 Mar 2018 23:40:24 +0200
with message-id <address@hidden>
and subject line Re: [bug#30996] [PATCH] gnu: gnupg: Add pinentry-emacs.
has caused the debbugs.gnu.org bug report #30996,
regarding [PATCH] gnu: gnupg: Add pinentry-emacs.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30996: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30996
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: gnupg: Add pinentry-emacs. Date: Fri, 30 Mar 2018 13:18:25 +0530
---
 gnu/packages/gnupg.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index c561c14ca..74d1d027f 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -38,6 +38,7 @@
   #:use-module (gnu packages base)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages crypto)
+  #:use-module (gnu packages emacs)
   #:use-module (gnu packages openldap)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages perl-check)
@@ -738,6 +739,19 @@ including tools for signing keys, keyring analysis, and 
party preparation.
                   (ftp-directory . "/gcrypt/pinentry")
                   (upstream-name . "pinentry")))))
 
+(define-public pinentry-emacs
+  (package
+   (inherit pinentry-tty)
+   (name "pinentry-emacs")
+   (inputs
+    `(("emacs" ,emacs)
+      ,@(package-inputs pinentry-tty)))
+   (arguments
+    `(#:configure-flags '("--enable-pinentry-emacs")))
+   (description
+    "Pinentry provides a console and an Emacs interface that allows users to
+enter a passphrase when required by @code{gpg} or other software.")))
+
 (define-public pinentry-gtk2
   (package
     (inherit pinentry-tty)
-- 
2.16.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30996] [PATCH] gnu: gnupg: Add pinentry-emacs. Date: Fri, 30 Mar 2018 23:40:24 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hi,

I removed Emacs from the ‘inputs’ such it’s unused, added a commit log
that follows our conventions, and committed.

Thank you,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]