Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.3.6-r6.ebuild
Date: Sun, 25 May 2008 16:27:23
Message-Id: E1K0J43-0003wl-VC@stork.gentoo.org
1 hawking 08/05/25 16:27:19
2
3 Modified: python-2.3.6-r6.ebuild
4 Log:
5 Fixed typo.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.5 dev-lang/python/python-2.3.6-r6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild?r1=1.4&r2=1.5
14
15 Index: python-2.3.6-r6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- python-2.3.6-r6.ebuild 25 May 2008 14:41:09 -0000 1.4
22 +++ python-2.3.6-r6.ebuild 25 May 2008 16:27:19 -0000 1.5
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/dev-lang/python/python-2.3.6-r6.ebuild,v 1.4 2008/05/25 14:41:09 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v 1.5 2008/05/25 16:27:19 hawking Exp $
28
29 # NOTE about python-portage interactions :
30 # - Do not add a pkg_setup() check for a certain version of portage
31 @@ -232,7 +232,7 @@
32
33 # test_pow fails on alpha.
34 # http://bugs.python.org/issue756093
35 - [[ ${ARCH} == "alpha" ]] && skip_tests="${skip_tests} pow"
36 + [[ ${ARCH} == "alpha" ]] && skip_tests="${skip_tests} pow"
37
38 for test in ${skip_tests} ; do
39 mv "${S}"/Lib/test/test_${test}.py "${T}"
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list