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

(-)/usr/portage/net-im/gajim/gajim-0.15-r2.ebuild (-5 / +2 lines)
Lines 16-22 Link Here
16
LICENSE="GPL-3"
16
LICENSE="GPL-3"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
18
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
19
IUSE="avahi crypt dbus gmail gnome kde idle jingle libnotify networkmanager nls spell srv X xhtml"
19
IUSE="avahi crypt dbus gnome kde idle jingle libnotify networkmanager nls spell +srv X xhtml"
20
20
21
REQUIRED_USE="
21
REQUIRED_USE="
22
	libnotify? ( dbus )
22
	libnotify? ( dbus )
Lines 42-55 Link Here
42
		libnotify? ( dev-python/notify-python )
42
		libnotify? ( dev-python/notify-python )
43
		avahi? ( net-dns/avahi[dbus,gtk,python] )
43
		avahi? ( net-dns/avahi[dbus,gtk,python] )
44
		)
44
		)
45
	gmail? ( net-dns/bind-tools )
46
	gnome? (
45
	gnome? (
47
		dev-python/libgnome-python
46
		dev-python/libgnome-python
48
		dev-python/gnome-keyring-python
47
		dev-python/gnome-keyring-python
49
		dev-python/egg-python
48
		dev-python/egg-python
50
		)
49
		)
51
	idle? ( x11-libs/libXScrnSaver )
50
	idle? ( x11-libs/libXScrnSaver )
52
	jingle? ( net-libs/farsight2[python] )
51
	jingle? ( net-libs/farstream[python] )
53
	kde? ( kde-base/kwallet )
52
	kde? ( kde-base/kwallet )
54
	networkmanager? (
53
	networkmanager? (
55
			dev-python/dbus-python
54
			dev-python/dbus-python
Lines 70-77 Link Here
70
69
71
src_prepare() {
70
src_prepare() {
72
	epatch \
71
	epatch \
73
		"${FILESDIR}"/${P}-plugin.patch \
74
		"${FILESDIR}"/${P}-SA48695-2.patch \
75
		"${FILESDIR}"/0.14-python-version.patch \
72
		"${FILESDIR}"/0.14-python-version.patch \
76
		"${FILESDIR}"/0.14.1-testing.patch
73
		"${FILESDIR}"/0.14.1-testing.patch
77
	echo '#!/bin/sh' > config/py-compile
74
	echo '#!/bin/sh' > config/py-compile

Return to bug 434600