Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: ChangeLog wicd-1.7.1_beta2-r7.ebuild
Date: Tue, 22 Nov 2011 19:33:16
Message-Id: 20111122193258.627122004B@flycatcher.gentoo.org
1 tomka 11/11/22 19:32:58
2
3 Modified: ChangeLog wicd-1.7.1_beta2-r7.ebuild
4 Log:
5 Fix dep on net-tools[old-output] to work around bug 391397
6
7 (Portage version: 2.1.10.36/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.98 net-misc/wicd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.98&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.98&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.97&r2=1.98
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
19 retrieving revision 1.97
20 retrieving revision 1.98
21 diff -u -r1.97 -r1.98
22 --- ChangeLog 27 Oct 2011 21:04:41 -0000 1.97
23 +++ ChangeLog 22 Nov 2011 19:32:58 -0000 1.98
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-misc/wicd
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.97 2011/10/27 21:04:41 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.98 2011/11/22 19:32:58 tomka Exp $
29 +
30 + 22 Nov 2011; Thomas Kahle <tomka@g.o> wicd-1.7.1_beta2-r7.ebuild:
31 + Fix dep on net-tools[old-output] to work around bug 391397
32
33 27 Oct 2011; Thomas Kahle <tomka@g.o> wicd-1.7.0.ebuild,
34 wicd-1.7.0-r1.ebuild, wicd-1.7.1_beta2-r3.ebuild, wicd-1.7.1_beta2-r4.ebuild,
35
36
37
38 1.4 net-misc/wicd/wicd-1.7.1_beta2-r7.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r7.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r7.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r7.ebuild?r1=1.3&r2=1.4
43
44 Index: wicd-1.7.1_beta2-r7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r7.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- wicd-1.7.1_beta2-r7.ebuild 27 Oct 2011 21:04:41 -0000 1.3
51 +++ wicd-1.7.1_beta2-r7.ebuild 22 Nov 2011 19:32:58 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r7.ebuild,v 1.3 2011/10/27 21:04:41 tomka Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r7.ebuild,v 1.4 2011/11/22 19:32:58 tomka Exp $
57
58 EAPI=3
59
60 @@ -45,7 +45,8 @@
61 net-wireless/wireless-tools
62 net-wireless/wpa_supplicant
63 || (
64 - sys-apps/net-tools
65 + <sys-apps/net-tools-1.60_p201111202031570500
66 + >=sys-apps/net-tools-1.60_p201111202031570500[old-output]
67 sys-apps/ethtool
68 )
69 !gtk? ( dev-python/pygobject:2 )