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-lang/python: python-2.6.5-r2.ebuild python-3.1.2-r3.ebuild
Date: Sat, 01 May 2010 22:25:54
Message-Id: 20100501222551.783E22C164@corvid.gentoo.org
1 arfrever 10/05/01 22:25:51
2
3 Modified: python-2.6.5-r2.ebuild python-3.1.2-r3.ebuild
4 Log:
5 Fix AttributeError: UnixCCompiler instance has no attribute 'compiler_cxx_so'
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-lang/python/python-2.6.5-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: python-2.6.5-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- python-2.6.5-r2.ebuild 1 May 2010 21:54:38 -0000 1.1
22 +++ python-2.6.5-r2.ebuild 1 May 2010 22:25:51 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 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.6.5-r2.ebuild,v 1.1 2010/05/01 21:54:38 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v 1.2 2010/05/01 22:25:51 arfrever Exp $
28
29 EAPI="2"
30
31 @@ -9,7 +9,7 @@
32 MY_P="Python-${PV}"
33 S="${WORKDIR}/${MY_P}"
34
35 -PATCHSET_REVISION="3"
36 +PATCHSET_REVISION="4"
37
38 DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
39 HOMEPAGE="http://www.python.org/"
40
41
42
43 1.2 dev-lang/python/python-3.1.2-r3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild?r1=1.1&r2=1.2
48
49 Index: python-3.1.2-r3.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- python-3.1.2-r3.ebuild 1 May 2010 21:54:38 -0000 1.1
56 +++ python-3.1.2-r3.ebuild 1 May 2010 22:25:51 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.1 2010/05/01 21:54:38 arfrever Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.2 2010/05/01 22:25:51 arfrever Exp $
62
63 EAPI="3"
64
65 @@ -9,7 +9,7 @@
66 MY_P="Python-${PV}"
67 S="${WORKDIR}/${MY_P}"
68
69 -PATCHSET_REVISION="4"
70 +PATCHSET_REVISION="5"
71
72 DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
73 HOMEPAGE="http://www.python.org/"