Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.5.2-r7.ebuild python-2.5.4-r2.ebuild ChangeLog python-2.5.2-r8.ebuild
Date: Thu, 26 Feb 2009 05:55:41
Message-Id: E1LcZDf-0004lm-A7@stork.gentoo.org
1 vapier 09/02/26 05:55:39
2
3 Modified: python-2.5.2-r7.ebuild python-2.5.4-r2.ebuild
4 ChangeLog python-2.5.2-r8.ebuild
5 Log:
6 Fix cross-compilation with %zd printf tests #239110 by xeb and #184308 by Joel Martin.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 dev-lang/python/python-2.5.2-r7.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild?r1=1.13&r2=1.14
15
16 Index: python-2.5.2-r7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- python-2.5.2-r7.ebuild 26 Feb 2009 05:28:46 -0000 1.13
23 +++ python-2.5.2-r7.ebuild 26 Feb 2009 05:55:39 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild,v 1.13 2009/02/26 05:28:46 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild,v 1.14 2009/02/26 05:55:39 vapier Exp $
29
30 # NOTE about python-portage interactions :
31 # - Do not add a pkg_setup() check for a certain version of portage
32 @@ -57,7 +57,8 @@
33 cd "${S}"
34
35 if tc-is-cross-compiler ; then
36 - epatch "${FILESDIR}"/python-2.4.4-test-cross.patch
37 + epatch "${FILESDIR}"/python-2.4.4-test-cross.patch \
38 + "${FILESDIR}"/python-2.5-cross-printf.patch
39 else
40 rm "${WORKDIR}/${PV}"/*_all_crosscompile.patch
41 fi
42
43
44
45 1.4 dev-lang/python/python-2.5.4-r2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild?r1=1.3&r2=1.4
50
51 Index: python-2.5.4-r2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- python-2.5.4-r2.ebuild 26 Feb 2009 05:28:46 -0000 1.3
58 +++ python-2.5.4-r2.ebuild 26 Feb 2009 05:55:39 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2009 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild,v 1.3 2009/02/26 05:28:46 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild,v 1.4 2009/02/26 05:55:39 vapier Exp $
64
65 # NOTE about python-portage interactions :
66 # - Do not add a pkg_setup() check for a certain version of portage
67 @@ -57,7 +57,8 @@
68 cd "${S}"
69
70 if tc-is-cross-compiler ; then
71 - epatch "${FILESDIR}"/python-2.4.4-test-cross.patch
72 + epatch "${FILESDIR}"/python-2.4.4-test-cross.patch \
73 + "${FILESDIR}"/python-2.5-cross-printf.patch
74 else
75 rm "${WORKDIR}/${PV}"/*_all_crosscompile.patch
76 fi
77
78
79
80 1.367 dev-lang/python/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.367&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.367&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.366&r2=1.367
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
89 retrieving revision 1.366
90 retrieving revision 1.367
91 diff -u -r1.366 -r1.367
92 --- ChangeLog 26 Feb 2009 05:28:46 -0000 1.366
93 +++ ChangeLog 26 Feb 2009 05:55:39 -0000 1.367
94 @@ -1,6 +1,12 @@
95 # ChangeLog for dev-lang/python
96 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.366 2009/02/26 05:28:46 vapier Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.367 2009/02/26 05:55:39 vapier Exp $
99 +
100 + 26 Feb 2009; Mike Frysinger <vapier@g.o>
101 + +files/python-2.5-cross-printf.patch, python-2.5.2-r7.ebuild,
102 + python-2.5.2-r8.ebuild, python-2.5.4-r2.ebuild:
103 + Fix cross-compilation with %zd printf tests #239110 by xeb and #184308 by
104 + Joel Martin.
105
106 26 Feb 2009; Mike Frysinger <vapier@g.o> python-2.4.4-r5.ebuild,
107 python-2.4.4-r6.ebuild, python-2.4.4-r14.ebuild, python-2.4.4-r15.ebuild,
108
109
110
111 1.9 dev-lang/python/python-2.5.2-r8.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild?rev=1.9&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild?rev=1.9&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild?r1=1.8&r2=1.9
116
117 Index: python-2.5.2-r8.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild,v
120 retrieving revision 1.8
121 retrieving revision 1.9
122 diff -u -r1.8 -r1.9
123 --- python-2.5.2-r8.ebuild 26 Feb 2009 05:28:46 -0000 1.8
124 +++ python-2.5.2-r8.ebuild 26 Feb 2009 05:55:39 -0000 1.9
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2009 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild,v 1.8 2009/02/26 05:28:46 vapier Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild,v 1.9 2009/02/26 05:55:39 vapier Exp $
130
131 # NOTE about python-portage interactions :
132 # - Do not add a pkg_setup() check for a certain version of portage
133 @@ -57,7 +57,8 @@
134 cd "${S}"
135
136 if tc-is-cross-compiler ; then
137 - epatch "${FILESDIR}"/python-2.4.4-test-cross.patch
138 + epatch "${FILESDIR}"/python-2.4.4-test-cross.patch \
139 + "${FILESDIR}"/python-2.5-cross-printf.patch
140 else
141 rm "${WORKDIR}/${PV}"/*_all_crosscompile.patch
142 fi