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

(-)pyme-0.5.1.ebuild.orig (-1 / +18 lines)
Lines 9-15 Link Here
9
SRC_URI="http://gopher.quux.org:70/devel/pyme/${MY_P}.tar.gz"
9
SRC_URI="http://gopher.quux.org:70/devel/pyme/${MY_P}.tar.gz"
10
HOMEPAGE="http://gopher.quux.org:70/devel/pyme"
10
HOMEPAGE="http://gopher.quux.org:70/devel/pyme"
11
11
12
DEPEND=">=app-crypt/gpgme-0.3.9"
12
DEPEND="=app-crypt/gpgme-0.3.14-r1
13
	>=sys-apps/sed-4"
14
15
RDEPEND="=app-crypt/gpgme-0.3.14-r1
16
	dev-lang/swig"
13
17
14
SLOT="0"
18
SLOT="0"
15
KEYWORDS="x86"
19
KEYWORDS="x86"
Lines 17-22 Link Here
17
21
18
inherit distutils
22
inherit distutils
19
23
24
src_unpack() {
25
	unpack ${A}
26
	cd ${S}
27
	sed -i -e "s:gpgme-config:gpgme3-config:" \
28
		Makefile setup.py
29
}
30
31
src_test() {
32
	cd ${S}
33
	env PYTHONPATH=$(echo build/lib.*) \
34
	${python} examples/genkey.py || die "genkey test failed"
35
}
36
20
src_install() {
37
src_install() {
21
	mydoc="examples/*"
38
	mydoc="examples/*"
22
	distutils_src_install
39
	distutils_src_install

Return to bug 59702