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-r2.ebuild
Date: Sun, 02 Jan 2011 10:59:11
Message-Id: 20110102105901.56B2F20054@flycatcher.gentoo.org
1 tomka 11/01/02 10:59:01
2
3 Modified: ChangeLog wicd-1.7.1_beta2-r2.ebuild
4 Log:
5 Updated python dependencies to use eclass
6
7 (Portage version: 2.1.9.26/cvs/Linux i686)
8
9 Revision Changes Path
10 1.79 net-misc/wicd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.79&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.79&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.78&r2=1.79
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
19 retrieving revision 1.78
20 retrieving revision 1.79
21 diff -u -r1.78 -r1.79
22 --- ChangeLog 23 Dec 2010 20:44:07 -0000 1.78
23 +++ ChangeLog 2 Jan 2011 10:59:01 -0000 1.79
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-misc/wicd
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.78 2010/12/23 20:44:07 tomka Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.79 2011/01/02 10:59:01 tomka Exp $
30 +
31 + 02 Jan 2011; Thomas Kahle <tomka@g.o> wicd-1.7.1_beta2-r2.ebuild:
32 + Updated python dependencies to use eclass
33
34 *wicd-1.7.1_beta2-r2 (23 Dec 2010)
35
36
37
38
39 1.2 net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild?r1=1.1&r2=1.2
44
45 Index: wicd-1.7.1_beta2-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- wicd-1.7.1_beta2-r2.ebuild 23 Dec 2010 20:44:07 -0000 1.1
52 +++ wicd-1.7.1_beta2-r2.ebuild 2 Jan 2011 10:59:01 -0000 1.2
53 @@ -1,10 +1,11 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild,v 1.1 2010/12/23 20:44:07 tomka Exp $
58 +# $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 $
59
60 EAPI=3
61
62 PYTHON_DEPEND="2"
63 +PYTHON_USE_WITH="ncurses? xml"
64 SUPPORT_PYTHON_ABIS="1"
65 RESTRICT_PYTHON_ABIS="3.*"
66 DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
67 @@ -28,7 +29,6 @@
68 # net-misc/dhcp that I want net-misc/dhcpcd to be guarenteed to be considered
69 # first if none are installed.
70 RDEPEND="
71 - dev-lang/python[xml]
72 dev-python/dbus-python
73 X? ( gtk? ( dev-python/pygtk
74 || (
75 @@ -54,7 +54,6 @@
76 libnotify? ( dev-python/notify-python )
77 ncurses? (
78 >=dev-python/urwid-0.9.9.1
79 - dev-lang/python[ncurses]
80 )
81 pm-utils? ( >=sys-power/pm-utils-1.1.1 )
82 "