k_f 15/01/06 17:54:26 Modified: gnupg-2.1.1-r1.ebuild ChangeLog Log: Gnupg 2.1 require the internal dirmngr to be used and provide this by default so we make this a blocker (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xFC3B17DE05E136A0!)
Revision Changes Path 1.2 app-crypt/gnupg/gnupg-2.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.1.1-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.1.1-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.1.1-r1.ebuild?r1=1.1&r2=1.2 Index: gnupg-2.1.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnupg-2.1.1-r1.ebuild 31 Dec 2014 18:27:16 -0000 1.1 +++ gnupg-2.1.1-r1.ebuild 6 Jan 2015 17:54:26 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.1-r1.ebuild,v 1.1 2014/12/31 18:27:16 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.1-r1.ebuild,v 1.2 2015/01/06 17:54:26 k_f Exp $ EAPI="5" @@ -30,7 +30,8 @@ readline? ( sys-libs/readline ) smartcard? ( usb? ( virtual/libusb:0 ) ) " -COMMON_DEPEND_BINS="|| ( app-crypt/pinentry app-crypt/pinentry-qt )" +COMMON_DEPEND_BINS="|| ( app-crypt/pinentry app-crypt/pinentry-qt ) + !app-crypt/dirmngr" # Existence of executables is checked during configuration. DEPEND="${COMMON_DEPEND_LIBS} 1.563 app-crypt/gnupg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.563&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.563&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.562&r2=1.563 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v retrieving revision 1.562 retrieving revision 1.563 diff -u -r1.562 -r1.563 --- ChangeLog 31 Dec 2014 18:27:16 -0000 1.562 +++ ChangeLog 6 Jan 2015 17:54:26 -0000 1.563 @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/gnupg -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.562 2014/12/31 18:27:16 alonbl Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.563 2015/01/06 17:54:26 k_f Exp $ + + 06 Jan 2015; Kristian Fiskerstrand <[email protected]> gnupg-2.1.1-r1.ebuild: + Gnupg 2.1 require the internal dirmngr to be used and provide this by default + so we make this a blocker *gnupg-2.0.26-r3 (31 Dec 2014) *gnupg-2.1.1-r1 (31 Dec 2014)
