Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.5.ebuild python-2.6.8.ebuild python-2.7.3-r1.ebuild python-3.2.3.ebuild ChangeLog
Date: Sat, 28 Apr 2012 05:02:19
Message-Id: 20120428050204.6827A2004B@flycatcher.gentoo.org
1 floppym 12/04/28 05:02:04
2
3 Modified: python-3.1.5.ebuild python-2.6.8.ebuild
4 python-2.7.3-r1.ebuild python-3.2.3.ebuild
5 ChangeLog
6 Log:
7 Document reason for pax marking. Bug 413751.
8
9 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 dev-lang/python/python-3.1.5.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.5.ebuild?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.5.ebuild?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.5.ebuild?r1=1.6&r2=1.7
17
18 Index: python-3.1.5.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.5.ebuild,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- python-3.1.5.ebuild 28 Apr 2012 04:04:26 -0000 1.6
25 +++ python-3.1.5.ebuild 28 Apr 2012 05:02:04 -0000 1.7
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.5.ebuild,v 1.6 2012/04/28 04:04:26 floppym Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.5.ebuild,v 1.7 2012/04/28 05:02:04 floppym Exp $
31
32 EAPI="3"
33 WANT_AUTOMAKE="none"
34 @@ -164,6 +164,7 @@
35 src_compile() {
36 emake || die "emake failed"
37
38 + # Work around bug 329499. See also bug 413751.
39 pax-mark m python
40 }
41
42
43
44
45 1.7 dev-lang/python/python-2.6.8.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.8.ebuild?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.8.ebuild?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.8.ebuild?r1=1.6&r2=1.7
50
51 Index: python-2.6.8.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- python-2.6.8.ebuild 28 Apr 2012 04:04:26 -0000 1.6
58 +++ python-2.6.8.ebuild 28 Apr 2012 05:02:04 -0000 1.7
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 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.6.8.ebuild,v 1.6 2012/04/28 04:04:26 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v 1.7 2012/04/28 05:02:04 floppym Exp $
64
65 EAPI="2"
66 WANT_AUTOMAKE="none"
67 @@ -182,6 +182,7 @@
68 src_compile() {
69 emake EPYTHON="python${PV%%.*}" || die "emake failed"
70
71 + # Work around bug 329499. See also bug 413751.
72 pax-mark m python
73 }
74
75
76
77
78 1.7 dev-lang/python/python-2.7.3-r1.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild?rev=1.7&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild?rev=1.7&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild?r1=1.6&r2=1.7
83
84 Index: python-2.7.3-r1.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v
87 retrieving revision 1.6
88 retrieving revision 1.7
89 diff -u -r1.6 -r1.7
90 --- python-2.7.3-r1.ebuild 28 Apr 2012 04:04:26 -0000 1.6
91 +++ python-2.7.3-r1.ebuild 28 Apr 2012 05:02:04 -0000 1.7
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2012 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.6 2012/04/28 04:04:26 floppym Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.7 2012/04/28 05:02:04 floppym Exp $
97
98 EAPI="2"
99 WANT_AUTOMAKE="none"
100 @@ -196,6 +196,7 @@
101 src_compile() {
102 emake EPYTHON="python${PV%%.*}" || die "emake failed"
103
104 + # Work around bug 329499. See also bug 413751.
105 pax-mark m python
106 }
107
108
109
110
111 1.7 dev-lang/python/python-3.2.3.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?rev=1.7&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?rev=1.7&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?r1=1.6&r2=1.7
116
117 Index: python-3.2.3.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v
120 retrieving revision 1.6
121 retrieving revision 1.7
122 diff -u -r1.6 -r1.7
123 --- python-3.2.3.ebuild 28 Apr 2012 04:04:26 -0000 1.6
124 +++ python-3.2.3.ebuild 28 Apr 2012 05:02:04 -0000 1.7
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2012 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v 1.6 2012/04/28 04:04:26 floppym Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v 1.7 2012/04/28 05:02:04 floppym Exp $
130
131 EAPI="3"
132 WANT_AUTOMAKE="none"
133 @@ -177,6 +177,7 @@
134 src_compile() {
135 emake CPPFLAGS="" CFLAGS="" LDFLAGS="" || die "emake failed"
136
137 + # Work around bug 329499. See also bug 413751.
138 pax-mark m python
139 }
140
141
142
143
144 1.585 dev-lang/python/ChangeLog
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.585&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.585&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.584&r2=1.585
149
150 Index: ChangeLog
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
153 retrieving revision 1.584
154 retrieving revision 1.585
155 diff -u -r1.584 -r1.585
156 --- ChangeLog 28 Apr 2012 04:04:26 -0000 1.584
157 +++ ChangeLog 28 Apr 2012 05:02:04 -0000 1.585
158 @@ -1,6 +1,10 @@
159 # ChangeLog for dev-lang/python
160 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
161 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.584 2012/04/28 04:04:26 floppym Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.585 2012/04/28 05:02:04 floppym Exp $
163 +
164 + 28 Apr 2012; Mike Gilbert <floppym@g.o> python-2.6.8.ebuild,
165 + python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
166 + Document reason for pax marking. Bug 413751.
167
168 28 Apr 2012; Mike Gilbert <floppym@g.o> python-2.6.8.ebuild,
169 python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild: