k_f 15/04/13 16:53:46 Modified: gnupg-2.1.3.ebuild ChangeLog Log: Fix build when ldap useflag is not set, bug #546348 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xFED5002857C1ABFA!)
Revision Changes Path 1.3 app-crypt/gnupg/gnupg-2.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.1.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.1.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.1.3.ebuild?r1=1.2&r2=1.3 Index: gnupg-2.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnupg-2.1.3.ebuild 12 Apr 2015 14:50:03 -0000 1.2 +++ gnupg-2.1.3.ebuild 13 Apr 2015 16:53:46 -0000 1.3 @@ -1,12 +1,12 @@ # 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.3.ebuild,v 1.2 2015/04/12 14:50:03 k_f Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.3.ebuild,v 1.3 2015/04/13 16:53:46 k_f Exp $ EAPI="5" -inherit eutils flag-o-matic toolchain-funcs +inherit autotools eutils flag-o-matic toolchain-funcs -DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement" +DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation" HOMEPAGE="http://www.gnupg.org/" MY_P="${P/_/-}" SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2" @@ -61,7 +61,9 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.0.17-gpgsm-gencert.patch" epatch "${FILESDIR}/${P}-dirmngr-Fix-segfault-in-ldap-engine.patch" + epatch "${FILESDIR}/${P}-dirmngr-no-ldap.patch" epatch_user + eautoreconf } src_configure() { 1.592 app-crypt/gnupg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.592&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.592&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.591&r2=1.592 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v retrieving revision 1.591 retrieving revision 1.592 diff -u -r1.591 -r1.592 --- ChangeLog 12 Apr 2015 14:50:03 -0000 1.591 +++ ChangeLog 13 Apr 2015 16:53:46 -0000 1.592 @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/gnupg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.591 2015/04/12 14:50:03 k_f Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.592 2015/04/13 16:53:46 k_f Exp $ + + 13 Apr 2015; Kristian Fiskerstrand <[email protected]> + +files/gnupg-2.1.3-dirmngr-no-ldap.patch, gnupg-2.1.3.ebuild: + Fix build when ldap useflag is not set, bug #546348 12 Apr 2015; Kristian Fiskerstrand <[email protected]> gnupg-2.1.3.ebuild: Remove --enable-agent from ebuild as this is a hard requirement in 2.1 and the
