summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-05-05 05:04:47 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-05-05 05:04:47 +0000
commit2662a236c049d4eaa75fd557f440a1b26526b3ce (patch)
tree3f30ae2ccb17d320fbe3c8f2044fc3780a10610a /net-misc/wicd
parentStable for HPPA (bug #265910). (diff)
downloadgentoo-2-2662a236c049d4eaa75fd557f440a1b26526b3ce.tar.gz
gentoo-2-2662a236c049d4eaa75fd557f440a1b26526b3ce.tar.bz2
gentoo-2-2662a236c049d4eaa75fd557f440a1b26526b3ce.zip
Version bump, fixes for bug 267627 and new libnotify support
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r--net-misc/wicd/ChangeLog8
-rw-r--r--net-misc/wicd/wicd-1.6.0_alpha3.ebuild (renamed from net-misc/wicd/wicd-1.6.0_alpha2.ebuild)9
2 files changed, 13 insertions, 4 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog
index 09dd1d87e79a..14bae8f28121 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.40 2009/04/26 15:09:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.41 2009/05/05 05:04:47 darkside Exp $
+
+*wicd-1.6.0_alpha3 (05 May 2009)
+
+ 05 May 2009; Jeremy Olexa <darkside@gentoo.org> -wicd-1.6.0_alpha2.ebuild,
+ +wicd-1.6.0_alpha3.ebuild:
+ Version bump, fixes for bug 267627 and new libnotify support
26 Apr 2009; Brent Baude <ranger@gentoo.org> wicd-1.6.0_alpha2.ebuild:
keyworded ~arch for ppc, bug 267052
diff --git a/net-misc/wicd/wicd-1.6.0_alpha2.ebuild b/net-misc/wicd/wicd-1.6.0_alpha3.ebuild
index 98402b061162..12505df6246d 100644
--- a/net-misc/wicd/wicd-1.6.0_alpha2.ebuild
+++ b/net-misc/wicd/wicd-1.6.0_alpha3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.6.0_alpha2.ebuild,v 1.2 2009/04/26 15:09:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.6.0_alpha3.ebuild,v 1.1 2009/05/05 05:04:47 darkside Exp $
EAPI="2"
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc"
-IUSE="ioctl"
+IUSE="libnotify ioctl"
DEPEND=""
RDEPEND="
@@ -39,13 +39,16 @@ RDEPEND="
kde-base/kdesu
)
>=sys-power/pm-utils-1.1.1
+ libnotify? ( dev-python/notify-python )
ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl )
"
S="${WORKDIR}/${MY_P}"
src_compile() {
- ${python} ./setup.py configure --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose
+ local myconf
+ use libnotify || myconf="--no-use-notifications"
+ ${python} ./setup.py configure --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose ${myconf}
distutils_src_compile
}