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

(-)file_not_specified_in_diff (-8 / +16 lines)
Line  Link Here
0
-- revelation-0.4.11-r2.ebuild
0
++ revelation-0.4.11-r2.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/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
inherit autotools eutils multilib python gnome2
5
EAPI="3"
6
PYTHON_DEPEND="2"
7
8
inherit autotools eutils gnome2 python
6
9
7
DESCRIPTION="A password manager for GNOME"
10
DESCRIPTION="A password manager for GNOME"
8
HOMEPAGE="http://oss.codepoet.no/revelation/"
11
HOMEPAGE="http://oss.codepoet.no/revelation/"
Lines 24-31 Link Here
24
	applet? ( dev-python/gnome-applets-python )"
27
	applet? ( dev-python/gnome-applets-python )"
25
RDEPEND="${DEPEND}"
28
RDEPEND="${DEPEND}"
26
29
27
src_unpack() {
30
pkg_setup() {
28
	gnome2_src_unpack
31
	python_set_active_version 2
32
	python_pkg_setup
33
}
34
35
src_prepare() {
36
	gnome2_src_prepare
29
	ln -sf $(type -P true) py-compile
37
	ln -sf $(type -P true) py-compile
30
	epatch \
38
	epatch \
31
		"${FILESDIR}"/${P}-list-index.patch \
39
		"${FILESDIR}"/${P}-list-index.patch \
Lines 33-40 Link Here
33
	eautoreconf
41
	eautoreconf
34
}
42
}
35
43
36
src_compile() {
44
src_configure() {
37
	gnome2_src_compile \
45
	gnome2_src_configure \
38
		--disable-dependency-tracking \
46
		--disable-dependency-tracking \
39
		--disable-desktop-update \
47
		--disable-desktop-update \
40
		--disable-mime-update \
48
		--disable-mime-update \
Lines 49-58 Link Here
49
57
50
pkg_postinst() {
58
pkg_postinst() {
51
	gnome2_pkg_postinst
59
	gnome2_pkg_postinst
52
	python_mod_optimize $(python_get_sitedir)/${PN}
60
	python_mod_optimize ${PN}
53
}
61
}
54
62
55
pkg_postrm() {
63
pkg_postrm() {
56
	gnome2_pkg_postrm
64
	gnome2_pkg_postrm
57
	python_mod_cleanup $(python_get_sitedir)/${PN}
65
	python_mod_cleanup ${PN}
58
}
66
}

Return to bug 321879