summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-22 11:25:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-22 11:25:40 +0000
commitcf90bb68bbe88c1db345b4fe3ab917e5b96f7e76 (patch)
tree94dc2ac509e8f6d7ba7ad3ba8b6a60af57778bc0 /x11-misc
parentVersion bump wrt #329367 by Tim Harder. (diff)
downloadgentoo-2-cf90bb68bbe88c1db345b4fe3ab917e5b96f7e76.tar.gz
gentoo-2-cf90bb68bbe88c1db345b4fe3ab917e5b96f7e76.tar.bz2
gentoo-2-cf90bb68bbe88c1db345b4fe3ab917e5b96f7e76.zip
Fix repoman issues
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/service-discovery-applet/service-discovery-applet-0.4.3-r1.ebuild27
-rw-r--r--x11-misc/service-discovery-applet/service-discovery-applet-0.4.3.ebuild42
2 files changed, 7 insertions, 62 deletions
diff --git a/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3-r1.ebuild b/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3-r1.ebuild
index 813e6ba990a9..49289beb2947 100644
--- a/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3-r1.ebuild
+++ b/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3-r1.ebuild,v 1.2 2009/01/06 20:54:45 swegener Exp $
+# $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 $
-inherit eutils gnome2
+EAPI=2
+inherit gnome2
DESCRIPTION="Service Discovery Applet"
HOMEPAGE="http://0pointer.de/~sebest/"
@@ -20,25 +21,11 @@ RDEPEND=">=dev-lang/python-2.4
>=dev-python/pygtk-2.0
gnome-base/gconf
dev-python/dbus-python
- net-dns/avahi"
+ net-dns/avahi[gdbm,python]"
DEPEND="${RDEPEND}
- >=dev-util/intltool-0.21"
+ dev-util/intltool"
pkg_setup() {
- if ! built_with_use net-dns/avahi python || ! ( has_version dev-python/dbus-python || built_with_use sys-apps/dbus python )
- then
- die "Sorry, but you need net-dns/avahi and sys-apps/dbus compiled with python support."
- fi
-
- if ! built_with_use net-dns/avahi gdbm
- then
- die "Sorry, but you need net-dns/avahi compiled with gdbm support."
- fi
-
+ DOCS="AUTHORS README"
G2CONF="${G2CONF} --disable-schemas-install"
}
-
-src_install() {
- USE_DESTDIR="1" gnome2_src_install
- dodoc AUTHORS README
-}
diff --git a/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3.ebuild b/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3.ebuild
deleted file mode 100644
index beeab08e1dbb..000000000000
--- a/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/service-discovery-applet/service-discovery-applet-0.4.3.ebuild,v 1.7 2009/01/06 20:54:45 swegener Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Service Discovery Applet"
-HOMEPAGE="http://0pointer.de/~sebest/"
-SRC_URI="http://0pointer.de/~sebest/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/python-2.4
- >=dev-python/gnome-python-desktop-2.14.0
- >=dev-python/pygtk-2.0
- gnome-base/gconf
- dev-python/dbus-python
- net-dns/avahi"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.21"
-
-pkg_setup() {
- if ! built_with_use net-dns/avahi python || ! ( has_version dev-python/dbus-python || built_with_use sys-apps/dbus python )
- then
- die "Sorry, but you need net-dns/avahi and sys-apps/dbus compiled with python support."
- fi
-
- if ! built_with_use net-dns/avahi gdbm
- then
- die "Sorry, but you need net-dns/avahi compiled with gdbm support."
- fi
-
- G2CONF="${G2CONF} --disable-schemas-install"
-}
-
-src_install() {
- USE_DESTDIR="1" gnome2_src_install
- dodoc AUTHORS README
-}