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

(-)gramps-3.0.0.ebuild (-1 / +19 lines)
Lines 5-11 Link Here
5
WANT_AUTOCONF="latest"
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="latest"
6
WANT_AUTOMAKE="latest"
7
7
8
inherit autotools eutils gnome2
8
inherit autotools eutils gnome2 python
9
9
10
DESCRIPTION="Genealogical Research and Analysis Management Programming System"
10
DESCRIPTION="Genealogical Research and Analysis Management Programming System"
11
HOMEPAGE="http://www.gramps-project.org/"
11
HOMEPAGE="http://www.gramps-project.org/"
Lines 40-42 Link Here
40
40
41
	G2CONF="${G2CONF} --disable-mime-install"
41
	G2CONF="${G2CONF} --disable-mime-install"
42
}
42
}
43
44
src_unpack() {
45
	gnome2_src_unpack
46
47
	mv "${S}"/py-compile "${S}"/py-compile.orig
48
	ln -s $(type -P true) "${S}"/py-compile
49
}
50
51
pkg_postinst() {
52
	gnome2_pkg_postinst
53
	python_mod_optimize /usr/share/${PN}
54
}
55
56
pkg_postrm() {
57
	gnome2_pkg_postrm
58
	python_mod_cleanup /usr/share/${PN}
59
}
60

Return to bug 215944