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

(-)file_not_specified_in_diff (-9 / +7 lines)
Line  Link Here
0
-- app-crypt/gpa/gpa-0.7.6.ebuild
0
++ app-crypt/gpa/gpa-0.8.0.ebuild
Lines 6-17 Link Here
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
Lines 24-35 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
31
src_compile() {
30
src_compile() {
32
	local myconf=
31
	local myconf
33
32
34
	# By default gnupg puts gpgkeys_hkp in /usr/libexec/gnupg, so
33
	# By default gnupg puts gpgkeys_hkp in /usr/libexec/gnupg, so
35
	# check if it is in uncommon /usr/lib/gnupg, and change libexecdir
34
	# check if it is in uncommon /usr/lib/gnupg, and change libexecdir
Lines 40-52 Link Here
40
	econf \
39
	econf \
41
		--with-gpgme-prefix=/usr \
40
		--with-gpgme-prefix=/usr \
42
		$(use_enable nls) \
41
		$(use_enable nls) \
43
		${myconf} \
42
		${myconf}
44
		|| die "econf failed"
45
	sed -i -e 's|gnupg||g' gpadefs.h
43
	sed -i -e 's|gnupg||g' gpadefs.h
46
	emake || die "emake failed"
44
	emake || die "emake failed"
47
}
45
}
48
46
49
src_install() {
47
src_install() {
50
	make DESTDIR="${D}" install || die "make install failed"
48
	emake DESTDIR="${D}" install || die "emake install failed"
51
	dodoc AUTHORS ChangeLog README NEWS TODO
49
	dodoc AUTHORS ChangeLog README NEWS TODO
52
}
50
}

Return to bug 237858