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

Collapse All | Expand All

(-)revelation.orig/revelation-0.4.11-r2.ebuild (-2 / +11 lines)
Lines 2-7 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/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.8 2011/06/26 13:07:04 nyhm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.8 2011/06/26 13:07:04 nyhm Exp $
4
4
5
EAPI=4
6
PYTHON_DEPEND="2:2.7"
7
#SUPPORT_PYTHON_ABIS="1" 
5
inherit autotools eutils multilib python gnome2
8
inherit autotools eutils multilib python gnome2
6
9
7
DESCRIPTION="A password manager for GNOME"
10
DESCRIPTION="A password manager for GNOME"
Lines 23-28 Link Here
23
	sys-libs/cracklib
26
	sys-libs/cracklib
24
	applet? ( dev-python/gnome-applets-python )"
27
	applet? ( dev-python/gnome-applets-python )"
25
RDEPEND="${DEPEND}"
28
RDEPEND="${DEPEND}"
29
#RESTRICT_PYTHON_ABIS="2.[46] 3.*"
26
30
27
src_unpack() {
31
src_unpack() {
28
	gnome2_src_unpack
32
	gnome2_src_unpack
Lines 42-50 Link Here
42
}
46
}
43
47
44
src_install() {
48
src_install() {
45
	DOCS="AUTHORS ChangeLog NEWS README TODO" \
49
#	cd ${D}; elog "the place is "${D}
50
#	emake DESTDIR="${D}" install || die "Install failed"
51
	DESTDIR="${D}"
46
	gnome2_src_install
52
	gnome2_src_install
47
	python_clean_installation_image
53
54
#	DOCS="AUTHORS ChangeLog NEWS README TODO" \
55
	# Intro of python functions appears to conflict. Mmay need some tweaking to run both
56
#	python_clean_installation_image
48
}
57
}
49
58
50
pkg_postinst() {
59
pkg_postinst() {

Return to bug 321879