From: "Maxim Koltsov (maksbotan)" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
Date: Fri, 5 Jul 2013 06:57:09 +0000 (UTC) [thread overview]
Message-ID: <20130705065710.04CAD2171C@flycatcher.gentoo.org> (raw)
maksbotan 13/07/05 06:57:09
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
Depend on slot 2 of pygobject, wicd directly import 'gobject' module
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path
1.2 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.1&r2=1.2
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wicd-1.7.2.4-r3.ebuild 24 Jun 2013 22:02:52 -0000 1.1
+++ wicd-1.7.2.4-r3.ebuild 5 Jul 2013 06:57:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.1 2013/06/24 22:02:52 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.2 2013/07/05 06:57:09 maksbotan Exp $
EAPI=5
@@ -42,12 +42,12 @@
sys-apps/net-tools
sys-apps/ethtool
)
- !gtk? ( dev-python/pygobject[${PYTHON_USEDEP}] )
+ !gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )
ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl )
libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
ncurses? (
dev-python/urwid
- dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/pygobject:2[${PYTHON_USEDEP}]
)
pm-utils? ( sys-power/pm-utils )
"
1.141 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.140&r2=1.141
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog 24 Jun 2013 22:02:53 -0000 1.140
+++ ChangeLog 5 Jul 2013 06:57:09 -0000 1.141
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.140 2013/06/24 22:02:53 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.141 2013/07/05 06:57:09 maksbotan Exp $
+
+ 05 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ Depend on slot 2 of pygobject, wicd directly import 'gobject' module
*wicd-1.7.2.4-r3 (24 Jun 2013)
next reply other threads:[~2013-07-05 6:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 6:57 Maxim Koltsov (maksbotan) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-02 18:18 [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog Agostino Sarubbo (ago)
2014-07-13 10:05 Agostino Sarubbo (ago)
2014-06-24 9:30 JosA MarAa Alonso (nimiux)
2014-06-14 10:29 PaweA Hajdan (phajdan.jr)
2014-04-26 8:26 Pacho Ramos (pacho)
2013-10-11 12:31 Thomas Kahle (tomka)
2013-10-10 18:44 Pacho Ramos (pacho)
2013-08-03 4:48 Thomas Kahle (tomka)
2013-06-24 22:02 Thomas Kahle (tomka)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130705065710.04CAD2171C@flycatcher.gentoo.org \
--to=maksbotan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox