Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237858 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 237858