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

(-)file_not_specified_in_diff (-3 / +12 lines)
Line  Link Here
0
-- alacarte-0.13.2.ebuild
0
++ alacarte-0.13.2.ebuild
Lines 4-9 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
PYTHON_DEPEND="2"
7
8
8
inherit gnome2 python
9
inherit gnome2 python
9
10
Lines 15-22 Link Here
15
IUSE=""
16
IUSE=""
16
SLOT=0
17
SLOT=0
17
18
18
common_depends=">=dev-lang/python-2.4
19
common_depends=">=dev-python/pygobject-2.15.1
19
	>=dev-python/pygobject-2.15.1
20
	>=dev-python/pygtk-2.13
20
	>=dev-python/pygtk-2.13
21
	>=gnome-base/gnome-menus-2.27.92[python]"
21
	>=gnome-base/gnome-menus-2.27.92[python]"
22
22
Lines 30-35 Link Here
30
30
31
DOCS="AUTHORS ChangeLog NEWS README"
31
DOCS="AUTHORS ChangeLog NEWS README"
32
32
33
pkg_setup() {
34
	python_set_active_version 2
35
	python_pkg_setup
36
}
37
33
src_prepare() {
38
src_prepare() {
34
	gnome2_src_prepare
39
	gnome2_src_prepare
35
40
Lines 38-43 Link Here
38
	ln -s $(type -P true) py-compile
43
	ln -s $(type -P true) py-compile
39
}
44
}
40
45
46
src_configure() {
47
	PYTHON="$(PYTHON)" gnome2_src_configure
48
}
49
41
pkg_postinst() {
50
pkg_postinst() {
42
	gnome2_pkg_postinst
51
	gnome2_pkg_postinst
43
	python_need_rebuild
52
	python_need_rebuild

Return to bug 317003