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 dev-python/pyro: pyro-4.2.ebuild
Date: Wed, 05 Jan 2011 13:36:38
Message-Id: 20110105133629.ABFA620051@flycatcher.gentoo.org
1 arfrever 11/01/05 13:36:29
2
3 Modified: pyro-4.2.ebuild
4 Log:
5 Apply change made by upstream.
6
7 (Portage version: 2.2.0_alpha13_p4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/pyro/pyro-4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.2.ebuild?r1=1.1&r2=1.2
15
16 Index: pyro-4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyro-4.2.ebuild 4 Jan 2011 21:32:26 -0000 1.1
23 +++ pyro-4.2.ebuild 5 Jan 2011 13:36:29 -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/dev-python/pyro/pyro-4.2.ebuild,v 1.1 2011/01/04 21:32:26 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.2.ebuild,v 1.2 2011/01/05 13:36:29 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="*:2.5"
32 @@ -31,7 +31,7 @@
33 distutils_src_prepare
34
35 # Fix tests with >=dev-python/coverage-3.4.
36 - sed -e "s/omit_prefixes=/omit=/" -i tests/run_testsuite.py
37 + sed -e 's/omit_prefixes=\["PyroTests"\]/omit=["PyroTests*"]/' -i tests/run_testsuite.py
38
39 # Disable tests requiring network connection.
40 sed \