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

Collapse All | Expand All

(-)service-discovery-applet.orig/service-discovery-applet-0.4.3-r1.ebuild (-3 / +5 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3-r1.ebuild,v 1.3 2010/07/22 11:25:40 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3-r1.ebuild,v 1.3 2010/07/22 11:25:40 ssuominen Exp $
4
4
5
EAPI=3
5
EAPI=3
6
inherit gnome2
6
PYTHON_DEPEND="2:2.6"
7
inherit gnome2 python
7
8
8
DESCRIPTION="Service Discovery Applet"
9
DESCRIPTION="Service Discovery Applet"
9
HOMEPAGE="http://0pointer.de/~sebest/"
10
HOMEPAGE="http://0pointer.de/~sebest/"
Lines 14-21 Link Here
14
KEYWORDS="~amd64 ~x86"
16
KEYWORDS="~amd64 ~x86"
15
IUSE=""
17
IUSE=""
16
18
17
RDEPEND=">=dev-lang/python-2.4
19
RDEPEND="dev-python/libgnome-python
18
	dev-python/libgnome-python
19
	dev-python/gconf-python
20
	dev-python/gconf-python
20
	dev-python/gnome-applets-python
21
	dev-python/gnome-applets-python
21
	>=dev-python/pygtk-2.0
22
	>=dev-python/pygtk-2.0
Lines 26-31 Link Here
26
	dev-util/intltool"
27
	dev-util/intltool"
27
28
28
pkg_setup() {
29
pkg_setup() {
30
	python_set_active_version 2
31
	python_pkg_setup
29
	DOCS="AUTHORS README"
32
	DOCS="AUTHORS README"
30
	G2CONF="${G2CONF} --disable-schemas-install"
33
	G2CONF="${G2CONF} --disable-schemas-install"
31
}
34
}

Return to bug 317025