Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 253616
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- app-crypt/gpgme/gpgme-1.1.7.ebuild
0
++ app-crypt/gpgme/gpgme-1.1.8.ebuild
Lines 2-8 Link Here
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/gpgme/gpgme-1.1.7.ebuild,v 1.1 2009/01/03 09:02:45 dragonheart Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.1.7.ebuild,v 1.1 2009/01/03 09:02:45 dragonheart Exp $
4
4
5
inherit eutils autotools
5
inherit libtool
6
6
7
DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
7
DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
8
HOMEPAGE="http://www.gnupg.org/related_software/gpgme"
8
HOMEPAGE="http://www.gnupg.org/related_software/gpgme"
Lines 21-27 Link Here
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
23
	cd "${S}"
23
	cd "${S}"
24
	epatch "${FILESDIR}"/${P}-_gpgme_cancel_with_err.patch
25
	# We need to call elibtoolize so that we get sane .so versioning on
24
	# We need to call elibtoolize so that we get sane .so versioning on
26
	# fbsd.
25
	# fbsd.
27
	elibtoolize
26
	elibtoolize
Lines 32-38 Link Here
32
		--includedir=/usr/include/gpgme \
31
		--includedir=/usr/include/gpgme \
33
		--with-gpg=/usr/bin/gpg \
32
		--with-gpg=/usr/bin/gpg \
34
		--with-gpgsm=/usr/bin/gpgsm \
33
		--with-gpgsm=/usr/bin/gpgsm \
35
		$(use_with pth) || die "econf failed"
34
		$(use_with pth)
36
	emake || die "emake failed"
35
	emake || die "emake failed"
37
}
36
}
38
37

Return to bug 253616