Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.5.7-r1.ebuild ChangeLog
Date: Fri, 26 Dec 2008 17:43:14
Message-Id: E1LGGiO-0000wk-8y@stork.gentoo.org
1 darkside 08/12/26 17:43:12
2
3 Modified: wicd-1.5.7-r1.ebuild ChangeLog
4 Log:
5 Drop pm-utils dep down to >=pm-utils-1.1.1, bug #252306
6 (Portage version: 2.2_rc18/cvs/Linux 2.6.27.10 x86_64)
7
8 Revision Changes Path
9 1.2 net-misc/wicd/wicd-1.5.7-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.7-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.7-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.7-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: wicd-1.5.7-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.7-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wicd-1.5.7-r1.ebuild 26 Dec 2008 16:51:51 -0000 1.1
22 +++ wicd-1.5.7-r1.ebuild 26 Dec 2008 17:43:12 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.7-r1.ebuild,v 1.1 2008/12/26 16:51:51 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.7-r1.ebuild,v 1.2 2008/12/26 17:43:12 darkside Exp $
28
29 inherit distutils eutils
30
31 @@ -28,7 +28,7 @@
32 sys-apps/ethtool
33 )
34 || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )
35 - >=sys-power/pm-utils-1.2.3"
36 + >=sys-power/pm-utils-1.1.1"
37
38 src_compile() {
39 ${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose
40
41
42
43 1.29 net-misc/wicd/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.29&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.29&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.28&r2=1.29
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
52 retrieving revision 1.28
53 retrieving revision 1.29
54 diff -u -r1.28 -r1.29
55 --- ChangeLog 26 Dec 2008 16:51:51 -0000 1.28
56 +++ ChangeLog 26 Dec 2008 17:43:12 -0000 1.29
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-misc/wicd
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.28 2008/12/26 16:51:51 darkside Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.29 2008/12/26 17:43:12 darkside Exp $
62 +
63 + 26 Dec 2008; Jeremy Olexa <darkside@g.o> wicd-1.5.7-r1.ebuild:
64 + Drop pm-utils dep down to >=pm-utils-1.1.1, bug #252306
65
66 *wicd-1.5.7-r1 (26 Dec 2008)