diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-22 05:40:19 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-22 05:40:19 +0000 |
commit | 4554562b16cd10ac1ba402302b3998fca6e2265d (patch) | |
tree | 8bb0b838a03d26645c0622dd83928713ecac44c0 /net-dns/avahi | |
parent | need >=python-2.4 (diff) | |
download | historical-4554562b16cd10ac1ba402302b3998fca6e2265d.tar.gz historical-4554562b16cd10ac1ba402302b3998fca6e2265d.tar.bz2 historical-4554562b16cd10ac1ba402302b3998fca6e2265d.zip |
with USE=python we need pygtk
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dns/avahi')
-rw-r--r-- | net-dns/avahi/Manifest | 8 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.1.ebuild | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-dns/avahi/Manifest b/net-dns/avahi/Manifest index f774ba3fc997..c5fea5f378f4 100644 --- a/net-dns/avahi/Manifest +++ b/net-dns/avahi/Manifest @@ -2,7 +2,7 @@ Hash: SHA1 MD5 0fd94cfdeec9bbb5646136c60dea0b37 ChangeLog 403 -MD5 4e35888c69bf9c4ac73ec0e0bd9adef9 avahi-0.1.ebuild 1229 +MD5 39700ed8619228932c6cfa44354057da avahi-0.1.ebuild 1363 MD5 29b7d495508029f8496c01c17ce2e50d files/avahi-dnsconfd.initd 556 MD5 f6123a90ee33d4a9dbb685df9d875f5a files/avahi.initd 528 MD5 8cfcd49ecb565e91e97b09eefbd4c22e files/digest-avahi-0.1 61 @@ -10,7 +10,7 @@ MD5 e522a390cede4510e8dbd0446e695912 metadata.xml 297 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDCWFII1lqEGTUzyQRAk8bAKCmBjw0TLcaXPar2FzbBSL0IE9c3wCfYdGt -n6lpkUyFKvdGHTucP2E8818= -=xTBI +iD4DBQFDCWVRI1lqEGTUzyQRAnl6AJ4xcjXHW9M0EXklQx39pTMS9l+gSQCXYpdG +sODrXfCxfEGdxF3ACCuNNQ== +=laWo -----END PGP SIGNATURE----- diff --git a/net-dns/avahi/avahi-0.1.ebuild b/net-dns/avahi/avahi-0.1.ebuild index 9a43eb83df50..5f3199d5650a 100644 --- a/net-dns/avahi/avahi-0.1.ebuild +++ b/net-dns/avahi/avahi-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.1.ebuild,v 1.4 2005/08/22 05:23:03 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.1.ebuild,v 1.5 2005/08/22 05:40:19 swegener Exp $ inherit eutils @@ -20,7 +20,10 @@ RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2 >=gnome-base/libglade-2 ) - python? ( >=virtual/python-2.4 ) + python? ( + >=virtual/python-2.4 + >=dev-python/pygtk-2 + ) dbus? ( >=sys-apps/dbus-0.30 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" @@ -45,6 +48,9 @@ src_compile() { src_install() { make install DESTDIR="${D}" || die "make install failed" + # Try to remove this directory, it exists if we don't have python support + rmdir "${D}"/avahi &>/dev/null + newinitd "${FILESDIR}"/avahi.initd avahi newinitd "${FILESDIR}"/avahi-dnsconfd.initd avahi-dnsconfd dodoc docs/{AUTHORS,README,TODO} |