GNU bug report logs - #30996
[PATCH] gnu: gnupg: Add pinentry-emacs.

Previous Next

Package: guix-patches;

Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>

Date: Fri, 30 Mar 2018 07:49:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#30996: closed ([PATCH] gnu: gnupg: Add pinentry-emacs.)
Date: Fri, 30 Mar 2018 21:41:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 30 Mar 2018 23:40:24 +0200
with message-id <87h8oxkzsn.fsf <at> gnu.org>
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
help-debbugs <at> gnu.org.)


-- 
30996: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30996
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Pierre Neidhardt <ambrevar <at> gmail.com>
To: guix-patches <at> gnu.org
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



[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Pierre Neidhardt <ambrevar <at> gmail.com>
Cc: 30996-done <at> debbugs.gnu.org
Subject: Re: [bug#30996] [PATCH] gnu: gnupg: Add pinentry-emacs.
Date: Fri, 30 Mar 2018 23:40:24 +0200
Hi,

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

Thank you,
Ludo’.


This bug report was last modified 7 years and 59 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.