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.2-r1.ebuild ChangeLog
Date: Mon, 31 Aug 2009 21:37:21
Message-Id: E1MiJNn-0007F5-Hy@stork.gentoo.org
1 arfrever 09/09/01 02:46:07
2
3 Modified: python-2.6.2-r1.ebuild ChangeLog
4 Log:
5 Fix building on arm OABI (bug #266703).
6 (Portage version: 14176-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 dev-lang/python/python-2.6.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild?r1=1.12&r2=1.13
14
15 Index: python-2.6.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- python-2.6.2-r1.ebuild 30 Aug 2009 21:34:13 -0000 1.12
22 +++ python-2.6.2-r1.ebuild 1 Sep 2009 02:46:07 -0000 1.13
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 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.2-r1.ebuild,v 1.12 2009/08/30 21:34:13 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v 1.13 2009/09/01 02:46:07 arfrever Exp $
28
29 # NOTE about python-portage interactions :
30 # - Do not add a pkg_setup() check for a certain version of portage
31 @@ -19,7 +19,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.410 dev-lang/python/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.410&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.410&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.409&r2=1.410
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
52 retrieving revision 1.409
53 retrieving revision 1.410
54 diff -u -r1.409 -r1.410
55 --- ChangeLog 30 Aug 2009 21:34:13 -0000 1.409
56 +++ ChangeLog 1 Sep 2009 02:46:07 -0000 1.410
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-lang/python
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.409 2009/08/30 21:34:13 arfrever Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.410 2009/09/01 02:46:07 arfrever Exp $
62 +
63 + 01 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
64 + python-2.6.2-r1.ebuild:
65 + Fix building on arm OABI (bug #266703).
66
67 30 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
68 python-2.4.6.ebuild, python-2.5.4-r3.ebuild, python-2.6.2-r1.ebuild,