unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44836] [PATCH] gnu: Remove gnupg-2.
@ 2020-11-24  8:21 Efraim Flashner
  2020-11-24 18:02 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2020-11-24  8:21 UTC (permalink / raw)
  To: 44836; +Cc: Efraim Flashner

This package was marked as superseded by gnupg in December 2017.

* gnu/packages/gnupg.scm (gnupg-2): Remove variable.
---
 gnu/packages/gnupg.scm | 46 ------------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 8c3887b51f..a249792f5b 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -326,52 +326,6 @@ libskba (working with X.509 certificates and CMS data).")
     (properties '((ftp-server . "ftp.gnupg.org")
                   (ftp-directory . "/gcrypt/gnupg")))))
 
-(define-public gnupg-2.0
-  (package (inherit gnupg)
-    (version "2.0.30")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
-                                  ".tar.bz2"))
-              (sha256
-               (base32
-                "0wax4cy14hh0h7kg9hj0hjn9424b71z8lrrc5kbsasrn9xd7hag3"))))
-    (native-inputs '())
-    (inputs
-     `(("adns" ,adns)
-       ("bzip2" ,bzip2)
-       ("curl" ,curl)
-       ("libassuan" ,libassuan)
-       ("libgcrypt" ,libgcrypt)
-       ("libgpg-error" ,libgpg-error)
-       ("libksba" ,libksba)
-       ("pth" ,pth)
-       ("openldap" ,openldap)
-       ("zlib" ,zlib)
-       ("readline" ,readline)))
-   (arguments
-    `(#:phases
-      (modify-phases %standard-phases
-        (add-before 'configure 'patch-config-files
-          (lambda _
-            (substitute* "tests/openpgp/Makefile.in"
-              (("/bin/sh") (which "sh")))
-            #t))
-        (add-after 'install 'rename-v2-commands
-          (lambda* (#:key outputs #:allow-other-keys)
-            ;; Upstream suggests removing the trailing '2' from command names:
-            ;; <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22883#58>.
-            (let ((out (assoc-ref outputs "out")))
-              (with-directory-excursion (string-append out "/bin")
-                (rename-file "gpgv2" "gpgv")
-                (rename-file "gpg2" "gpg")
-
-                ;; Keep the old name around to ease transition.
-                (symlink "gpgv" "gpgv2")
-                (symlink "gpg" "gpg2")
-                #t)))))))
-   (properties `((superseded . ,gnupg)))))
-
 (define-public gnupg-1
   (package (inherit gnupg)
     (version "1.4.23")
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#44836] [PATCH] gnu: Remove gnupg-2.
  2020-11-24  8:21 [bug#44836] [PATCH] gnu: Remove gnupg-2 Efraim Flashner
@ 2020-11-24 18:02 ` Leo Famulari
  2020-11-25  7:09   ` bug#44836: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2020-11-24 18:02 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 44836

On Tue, Nov 24, 2020 at 10:21:23AM +0200, Efraim Flashner wrote:
> This package was marked as superseded by gnupg in December 2017.
> 
> * gnu/packages/gnupg.scm (gnupg-2): Remove variable.

Yes, I think it's time for this.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#44836: [PATCH] gnu: Remove gnupg-2.
  2020-11-24 18:02 ` Leo Famulari
@ 2020-11-25  7:09   ` Efraim Flashner
  0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2020-11-25  7:09 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 44836-done

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

On Tue, Nov 24, 2020 at 01:02:11PM -0500, Leo Famulari wrote:
> On Tue, Nov 24, 2020 at 10:21:23AM +0200, Efraim Flashner wrote:
> > This package was marked as superseded by gnupg in December 2017.
> > 
> > * gnu/packages/gnupg.scm (gnupg-2): Remove variable.
> 
> Yes, I think it's time for this.

Ok, patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-25  7:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24  8:21 [bug#44836] [PATCH] gnu: Remove gnupg-2 Efraim Flashner
2020-11-24 18:02 ` Leo Famulari
2020-11-25  7:09   ` bug#44836: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).