* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.0.ebuild ChangeLog wicd-1.7.0-r1.ebuild wicd-1.7.1_beta2-r2.ebuild
@ 2011-03-19 8:21 Thomas Kahle (tomka)
0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2011-03-19 8:21 UTC (permalink / raw
To: gentoo-commits
tomka 11/03/19 08:21:33
Modified: wicd-1.7.0.ebuild ChangeLog wicd-1.7.0-r1.ebuild
wicd-1.7.1_beta2-r2.ebuild
Log:
Adding pygobjects dependency per bug 359067. Thanks Piotr Karbowski.
(Portage version: 2.1.9.43/cvs/Linux i686)
Revision Changes Path
1.8 net-misc/wicd/wicd-1.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild?r1=1.7&r2=1.8
Index: wicd-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wicd-1.7.0.ebuild 23 May 2010 19:26:04 -0000 1.7
+++ wicd-1.7.0.ebuild 19 Mar 2011 08:21:32 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.ebuild,v 1.7 2010/05/23 19:26:04 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild,v 1.8 2011/03/19 08:21:32 tomka Exp $
EAPI=2
@@ -43,7 +43,10 @@
!gtk? ( dev-python/pygobject )
ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl )
libnotify? ( dev-python/notify-python )
- ncurses? ( >=dev-python/urwid-0.9.9.1 )
+ ncurses? (
+ >=dev-python/urwid-0.9.9.1
+ dev-python/pygobject
+ )
pm-utils? ( >=sys-power/pm-utils-1.1.1 )
"
1.80 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 2 Jan 2011 10:59:01 -0000 1.79
+++ ChangeLog 19 Mar 2011 08:21:32 -0000 1.80
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.79 2011/01/02 10:59:01 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.80 2011/03/19 08:21:32 tomka Exp $
+
+ 19 Mar 2011; Thomas Kahle <tomka@gentoo.org> wicd-1.7.0.ebuild,
+ wicd-1.7.0-r1.ebuild, wicd-1.7.1_beta2-r2.ebuild:
+ Adding pygobjects dependency per bug 359067. Thanks Piotr Karbowski.
02 Jan 2011; Thomas Kahle <tomka@gentoo.org> wicd-1.7.1_beta2-r2.ebuild:
Updated python dependencies to use eclass
1.2 net-misc/wicd/wicd-1.7.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.0-r1.ebuild?r1=1.1&r2=1.2
Index: wicd-1.7.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wicd-1.7.0-r1.ebuild 21 Dec 2010 08:03:17 -0000 1.1
+++ wicd-1.7.0-r1.ebuild 19 Mar 2011 08:21:32 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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-r1.ebuild,v 1.1 2010/12/21 08:03:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0-r1.ebuild,v 1.2 2011/03/19 08:21:32 tomka Exp $
EAPI=3
@@ -48,7 +48,10 @@
!gtk? ( dev-python/pygobject )
ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl )
libnotify? ( dev-python/notify-python )
- ncurses? ( >=dev-python/urwid-0.9.9.1 )
+ ncurses? (
+ >=dev-python/urwid-0.9.9.1
+ dev-python/pygobject
+ )
pm-utils? ( >=sys-power/pm-utils-1.1.1 )
"
DOCS="CHANGES NEWS AUTHORS README"
1.3 net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild?r1=1.2&r2=1.3
Index: wicd-1.7.1_beta2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wicd-1.7.1_beta2-r2.ebuild 2 Jan 2011 10:59:01 -0000 1.2
+++ wicd-1.7.1_beta2-r2.ebuild 19 Mar 2011 08:21:32 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild,v 1.2 2011/01/02 10:59:01 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild,v 1.3 2011/03/19 08:21:32 tomka Exp $
EAPI=3
@@ -54,6 +54,7 @@
libnotify? ( dev-python/notify-python )
ncurses? (
>=dev-python/urwid-0.9.9.1
+ dev-python/pygobject
)
pm-utils? ( >=sys-power/pm-utils-1.1.1 )
"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-19 8:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-19 8:21 [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.0.ebuild ChangeLog wicd-1.7.0-r1.ebuild wicd-1.7.1_beta2-r2.ebuild Thomas Kahle (tomka)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox