Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.1_beta2-r4.ebuild
Date: Sat, 07 May 2011 19:34:19
Message-Id: 20110507193410.1E48920054@flycatcher.gentoo.org
1 arfrever 11/05/07 19:34:10
2
3 Modified: wicd-1.7.1_beta2-r4.ebuild
4 Log:
5 Fix a comment.
6
7 (Portage version: 2.2.0_alpha31_p4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild?r1=1.1&r2=1.2
15
16 Index: wicd-1.7.1_beta2-r4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wicd-1.7.1_beta2-r4.ebuild 7 May 2011 19:27:31 -0000 1.1
23 +++ wicd-1.7.1_beta2-r4.ebuild 7 May 2011 19:34:10 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild,v 1.1 2011/05/07 19:27:31 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild,v 1.2 2011/05/07 19:34:10 arfrever Exp $
29
30 EAPI=3
31
32 @@ -63,7 +63,7 @@
33 src_prepare() {
34 epatch "${FILESDIR}"/${P}-init.patch
35 epatch "${FILESDIR}"/${PN}-init-sve-start.patch
36 - # Need to ensure that setup.py is run with python-2
37 + # Need to ensure that generated scripts use Python 2 at run time.
38 sed -e "s:self.python = '/usr/bin/python':self.python = '/usr/bin/python2':" \
39 -i setup.py || die "sed failed"
40 python_copy_sources