--- /usr/portage/app-crypt/gpa/gpa-0.7.6.ebuild 2008-09-01 16:35:37.000000000 +0200 +++ /home/idle/dev/gentoo/overlay/app-crypt/gpa/gpa-0.8.0.ebuild 2008-09-05 21:38:18.000000000 +0200 @@ -1,22 +1,22 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.7.6.ebuild,v 1.7 2008/09/01 14:13:30 dragonheart Exp $ +# $Header: $ inherit eutils multilib DESCRIPTION="Standard GUI for GnuPG" HOMEPAGE="http://gpa.wald.intevation.org" -STUPID_NUM="350" +STUPID_NUM="491" SRC_URI="http://wald.intevation.org/frs/download.php/${STUPID_NUM}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="nls" RDEPEND=">=x11-libs/gtk+-2.2 - >=app-crypt/gnupg-1.2 - >=app-crypt/gpgme-1.1.1" + >=app-crypt/gnupg-1.9.20 + >=app-crypt/gpgme-1.1.6" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.7 nls? ( sys-devel/gettext )" @@ -24,7 +24,6 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${P}-qa.patch" sed -i -e 's|gnupg/:|:|g' configure* } @@ -39,6 +38,7 @@ src_compile() { econf \ --with-gpgme-prefix=/usr \ + --with-libassuan-prefix=/usr \ $(use_enable nls) \ ${myconf} \ || die "econf failed"