diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-11-18 03:14:23 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-11-18 03:14:23 +0000 |
commit | 048c82252757cccbfb8ad505dff368ff40933c1f (patch) | |
tree | 86343d619e4ca7a3417ddd33d6977e3487424721 /net-misc/wicd | |
parent | Version bump (fixes bug #246782). (diff) | |
download | gentoo-2-048c82252757cccbfb8ad505dff368ff40933c1f.tar.gz gentoo-2-048c82252757cccbfb8ad505dff368ff40933c1f.tar.bz2 gentoo-2-048c82252757cccbfb8ad505dff368ff40933c1f.zip |
depending on python is silly here because the eclass pulls it in
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.6 x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r-- | net-misc/wicd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.5.3-r2.ebuild | 7 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.5.4.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index fd751901919b..d541ba9df82f 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.18 2008/11/09 14:26:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.19 2008/11/18 03:14:23 darkside Exp $ + + 18 Nov 2008; Jeremy Olexa <darkside@gentoo.org> wicd-1.5.3-r2.ebuild, + wicd-1.5.4.ebuild: + depending on python is silly here because the eclass pulls it in 09 Nov 2008; Markus Meier <maekke@gentoo.org> wicd-1.5.2.ebuild: x86 stable, bug #244579 diff --git a/net-misc/wicd/wicd-1.5.3-r2.ebuild b/net-misc/wicd/wicd-1.5.3-r2.ebuild index d37c265c6aac..47e4d37c8e31 100644 --- a/net-misc/wicd/wicd-1.5.3-r2.ebuild +++ b/net-misc/wicd/wicd-1.5.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.3-r2.ebuild,v 1.2 2008/10/09 05:22:56 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.3-r2.ebuild,v 1.3 2008/11/18 03:14:23 darkside Exp $ inherit distutils eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="dev-lang/python" +DEPEND="" RDEPEND="dev-python/dbus-python dev-python/pygtk || ( @@ -27,8 +27,7 @@ RDEPEND="dev-python/dbus-python sys-apps/ethtool sys-apps/net-tools ) - || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu ) - ${DEPEND}" + || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )" src_unpack() { distutils_src_unpack diff --git a/net-misc/wicd/wicd-1.5.4.ebuild b/net-misc/wicd/wicd-1.5.4.ebuild index 38e8694b361e..2507e31dc5a7 100644 --- a/net-misc/wicd/wicd-1.5.4.ebuild +++ b/net-misc/wicd/wicd-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.4.ebuild,v 1.2 2008/10/27 02:47:48 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.4.ebuild,v 1.3 2008/11/18 03:14:23 darkside Exp $ inherit distutils eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="dev-lang/python" +DEPEND="" RDEPEND="dev-python/dbus-python dev-python/pygtk || ( @@ -27,8 +27,7 @@ RDEPEND="dev-python/dbus-python sys-apps/net-tools sys-apps/ethtool ) - || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu ) - ${DEPEND}" + || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )" src_compile() { ${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose |