diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-01-04 14:09:07 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-01-04 14:09:07 +0000 |
commit | 7961f580f7db214d9d3599325aa8fa6336446bdf (patch) | |
tree | ab93346c016f43534ac68cfa0af8495e44bb2eb0 /net-misc | |
parent | stable x86, bug 299126 (diff) | |
download | gentoo-2-7961f580f7db214d9d3599325aa8fa6336446bdf.tar.gz gentoo-2-7961f580f7db214d9d3599325aa8fa6336446bdf.tar.bz2 gentoo-2-7961f580f7db214d9d3599325aa8fa6336446bdf.zip |
Version bump, more small changes in prep for a final release
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wicd/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.7.0_beta4.ebuild (renamed from net-misc/wicd/wicd-1.7.0_alpha3.ebuild) | 25 |
2 files changed, 23 insertions, 12 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index 72cc283cc940..b3ff69cb566e 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/wicd -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.61 2009/12/24 03:03:32 darkside Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.62 2010/01/04 14:09:07 darkside Exp $ + +*wicd-1.7.0_beta4 (04 Jan 2010) + + 04 Jan 2010; Jeremy Olexa <darkside@gentoo.org> -wicd-1.7.0_alpha3.ebuild, + +wicd-1.7.0_beta4.ebuild: + Version bump, more small changes in prep for a final release *wicd-1.7.0_alpha3 (24 Dec 2009) diff --git a/net-misc/wicd/wicd-1.7.0_alpha3.ebuild b/net-misc/wicd/wicd-1.7.0_beta4.ebuild index 096050620df9..815812c39ebb 100644 --- a/net-misc/wicd/wicd-1.7.0_alpha3.ebuild +++ b/net-misc/wicd/wicd-1.7.0_beta4.ebuild @@ -1,10 +1,10 @@ -# 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/net-misc/wicd/wicd-1.7.0_alpha3.ebuild,v 1.1 2009/12/24 03:03:32 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0_beta4.ebuild,v 1.1 2010/01/04 14:09:07 darkside Exp $ EAPI=2 -MY_P=${P/_alpha/a} +MY_P=${P/_beta/b} inherit distutils DESCRIPTION="A lightweight wired and wireless network manager for Linux" @@ -14,7 +14,7 @@ SRC_URI="http://downloads.wicd.net/src/testing/1.7.x/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="+gtk ioctl libnotify ncurses +pm-utils" +IUSE="X +gtk ioctl libnotify ncurses nls +pm-utils" DEPEND="" # Maybe virtual/dhcp would work, but there are enough problems with @@ -22,7 +22,14 @@ DEPEND="" # first if none are installed. RDEPEND=" dev-python/dbus-python - gtk? ( dev-python/pygtk ) + X? ( gtk? ( dev-python/pygtk + || ( + x11-misc/ktsuss + x11-libs/gksu + kde-base/kdesu + ) + ) + ) || ( net-misc/dhcpcd net-misc/dhcp @@ -34,11 +41,6 @@ RDEPEND=" sys-apps/net-tools sys-apps/ethtool ) - || ( - x11-misc/ktsuss - x11-libs/gksu - kde-base/kdesu - ) ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl ) libnotify? ( dev-python/notify-python ) ncurses? ( dev-python/urwid ) @@ -64,6 +66,9 @@ src_install() { || die "keepdir failed, critical for this app" keepdir /etc/wicd/scripts/{postconnect,disconnect,preconnect} \ || die "keepdir failed, critical for this app" + keepdir /var/log/wicd \ + || die "keepdir failed, critical for this app" + use nls || rm -rf ${D}/usr/share/locale } pkg_postinst() { |