Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygobject: pygobject-2.28.6.ebuild pygobject-3.0.2.ebuild pygobject-2.26.0-r1.ebuild pygobject-3.0.1.ebuild ChangeLog pygobject-2.28.6-r50.ebuild pygobject-3.0.3.ebuild pygobject-2.28.6-r51.ebuild
Date: Sat, 31 Dec 2011 16:24:08
Message-Id: 20111231162358.53CA42004B@flycatcher.gentoo.org
1 tetromino 11/12/31 16:23:58
2
3 Modified: pygobject-2.28.6.ebuild pygobject-3.0.2.ebuild
4 pygobject-2.26.0-r1.ebuild pygobject-3.0.1.ebuild
5 ChangeLog pygobject-2.28.6-r50.ebuild
6 pygobject-3.0.3.ebuild pygobject-2.28.6-r51.ebuild
7 Log:
8 Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585, thanks to Michał Górny).
9
10 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.11 dev-python/pygobject/pygobject-2.28.6.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild?rev=1.11&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild?rev=1.11&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild?r1=1.10&r2=1.11
18
19 Index: pygobject-2.28.6.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild,v
22 retrieving revision 1.10
23 retrieving revision 1.11
24 diff -u -r1.10 -r1.11
25 --- pygobject-2.28.6.ebuild 26 Dec 2011 06:29:55 -0000 1.10
26 +++ pygobject-2.28.6.ebuild 31 Dec 2011 16:23:58 -0000 1.11
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild,v 1.10 2011/12/26 06:29:55 tetromino Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild,v 1.11 2011/12/31 16:23:58 tetromino Exp $
32
33 EAPI="3"
34 GCONF_DEBUG="no"
35 @@ -64,7 +64,7 @@
36 epatch "${FILESDIR}/${PN}-2.28.3-disable-failing-tests.patch"
37
38 # disable pyc compiling
39 - ln -sfn $(type -P true) py-compile
40 + echo -e '#!'$(type -P sh)'\n:' > py-compile
41
42 eautoreconf
43 gnome2_src_prepare
44
45
46
47 1.7 dev-python/pygobject/pygobject-3.0.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild?rev=1.7&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild?rev=1.7&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild?r1=1.6&r2=1.7
52
53 Index: pygobject-3.0.2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v
56 retrieving revision 1.6
57 retrieving revision 1.7
58 diff -u -r1.6 -r1.7
59 --- pygobject-3.0.2.ebuild 29 Dec 2011 17:34:32 -0000 1.6
60 +++ pygobject-3.0.2.ebuild 31 Dec 2011 16:23:58 -0000 1.7
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2011 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v 1.6 2011/12/29 17:34:32 pacho Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v 1.7 2011/12/31 16:23:58 tetromino Exp $
66
67 EAPI="4"
68 GCONF_DEBUG="no"
69 @@ -71,7 +71,7 @@
70 epatch "${FILESDIR}/${P}-disable-new-gi-tests.patch"
71
72 # disable pyc compiling
73 - ln -sfn $(type -P true) py-compile
74 + echo -e '#!'$(type -P sh)'\n:' > py-compile
75
76 eautoreconf
77 gnome2_src_prepare
78
79
80
81 1.16 dev-python/pygobject/pygobject-2.26.0-r1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild?rev=1.16&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild?rev=1.16&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild?r1=1.15&r2=1.16
86
87 Index: pygobject-2.26.0-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v
90 retrieving revision 1.15
91 retrieving revision 1.16
92 diff -u -r1.15 -r1.16
93 --- pygobject-2.26.0-r1.ebuild 26 Dec 2011 06:29:55 -0000 1.15
94 +++ pygobject-2.26.0-r1.ebuild 31 Dec 2011 16:23:58 -0000 1.16
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2011 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.15 2011/12/26 06:29:55 tetromino Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.16 2011/12/31 16:23:58 tetromino Exp $
100
101 EAPI="2"
102 GCONF_DEBUG="no"
103 @@ -66,7 +66,7 @@
104
105 # disable pyc compiling
106 mv py-compile py-compile.orig
107 - ln -s $(type -P true) py-compile
108 + echo -e '#!'$(type -P sh)'\n:' > py-compile
109
110 eautoreconf
111 gnome2_src_prepare
112
113
114
115 1.4 dev-python/pygobject/pygobject-3.0.1.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild?rev=1.4&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild?rev=1.4&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild?r1=1.3&r2=1.4
120
121 Index: pygobject-3.0.1.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild,v
124 retrieving revision 1.3
125 retrieving revision 1.4
126 diff -u -r1.3 -r1.4
127 --- pygobject-3.0.1.ebuild 26 Dec 2011 06:29:55 -0000 1.3
128 +++ pygobject-3.0.1.ebuild 31 Dec 2011 16:23:58 -0000 1.4
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2011 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild,v 1.3 2011/12/26 06:29:55 tetromino Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild,v 1.4 2011/12/31 16:23:58 tetromino Exp $
134
135 EAPI="3"
136 GCONF_DEBUG="no"
137 @@ -67,7 +67,7 @@
138 #epatch "${FILESDIR}/${PN}-2.28.3-disable-failing-tests.patch"
139
140 # disable pyc compiling
141 - ln -sfn $(type -P true) py-compile
142 + echo -e '#!'$(type -P sh)'\n:' > py-compile
143
144 eautoreconf
145 gnome2_src_prepare
146
147
148
149 1.137 dev-python/pygobject/ChangeLog
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.137&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.137&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?r1=1.136&r2=1.137
154
155 Index: ChangeLog
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v
158 retrieving revision 1.136
159 retrieving revision 1.137
160 diff -u -r1.136 -r1.137
161 --- ChangeLog 30 Dec 2011 18:14:18 -0000 1.136
162 +++ ChangeLog 31 Dec 2011 16:23:58 -0000 1.137
163 @@ -1,6 +1,13 @@
164 # ChangeLog for dev-python/pygobject
165 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
166 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.136 2011/12/30 18:14:18 mr_bones_ Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.137 2011/12/31 16:23:58 tetromino Exp $
168 +
169 + 31 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
170 + pygobject-2.26.0-r1.ebuild, pygobject-2.28.6.ebuild,
171 + pygobject-2.28.6-r50.ebuild, pygobject-2.28.6-r51.ebuild,
172 + pygobject-3.0.1.ebuild, pygobject-3.0.2.ebuild, pygobject-3.0.3.ebuild:
173 + Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585, thanks
174 + to Michał Górny).
175
176 30 Dec 2011; Michael Sterrett <mr_bones_@g.o> pygobject-3.0.3.ebuild:
177 whitespace
178
179
180
181 1.5 dev-python/pygobject/pygobject-2.28.6-r50.ebuild
182
183 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild?rev=1.5&view=markup
184 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild?rev=1.5&content-type=text/plain
185 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild?r1=1.4&r2=1.5
186
187 Index: pygobject-2.28.6-r50.ebuild
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild,v
190 retrieving revision 1.4
191 retrieving revision 1.5
192 diff -u -r1.4 -r1.5
193 --- pygobject-2.28.6-r50.ebuild 26 Dec 2011 06:29:55 -0000 1.4
194 +++ pygobject-2.28.6-r50.ebuild 31 Dec 2011 16:23:58 -0000 1.5
195 @@ -1,6 +1,6 @@
196 # Copyright 1999-2011 Gentoo Foundation
197 # Distributed under the terms of the GNU General Public License v2
198 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild,v 1.4 2011/12/26 06:29:55 tetromino Exp $
199 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild,v 1.5 2011/12/31 16:23:58 tetromino Exp $
200
201 EAPI="3"
202 GCONF_DEBUG="no"
203 @@ -70,7 +70,7 @@
204 epatch "${FILESDIR}/${PN}-2.28.3-disable-failing-tests.patch"
205
206 # disable pyc compiling
207 - ln -sfn $(type -P true) py-compile
208 + echo -e '#!'$(type -P sh)'\n:' > py-compile
209
210 eautoreconf
211 gnome2_src_prepare
212
213
214
215 1.3 dev-python/pygobject/pygobject-3.0.3.ebuild
216
217 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild?rev=1.3&view=markup
218 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild?rev=1.3&content-type=text/plain
219 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild?r1=1.2&r2=1.3
220
221 Index: pygobject-3.0.3.ebuild
222 ===================================================================
223 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild,v
224 retrieving revision 1.2
225 retrieving revision 1.3
226 diff -u -r1.2 -r1.3
227 --- pygobject-3.0.3.ebuild 30 Dec 2011 18:14:18 -0000 1.2
228 +++ pygobject-3.0.3.ebuild 31 Dec 2011 16:23:58 -0000 1.3
229 @@ -1,6 +1,6 @@
230 # Copyright 1999-2011 Gentoo Foundation
231 # Distributed under the terms of the GNU General Public License v2
232 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild,v 1.2 2011/12/30 18:14:18 mr_bones_ Exp $
233 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild,v 1.3 2011/12/31 16:23:58 tetromino Exp $
234
235 EAPI="4"
236 GCONF_DEBUG="no"
237 @@ -77,7 +77,7 @@
238 epatch "${FILESDIR}/${PN}-3.0.3-tests-python3.patch"
239
240 # disable pyc compiling
241 - ln -sfn $(type -P true) py-compile
242 + echo -e '#!'$(type -P sh)'\n:' > py-compile
243
244 eautoreconf
245 gnome2_src_prepare
246
247
248
249 1.5 dev-python/pygobject/pygobject-2.28.6-r51.ebuild
250
251 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild?rev=1.5&view=markup
252 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild?rev=1.5&content-type=text/plain
253 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild?r1=1.4&r2=1.5
254
255 Index: pygobject-2.28.6-r51.ebuild
256 ===================================================================
257 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild,v
258 retrieving revision 1.4
259 retrieving revision 1.5
260 diff -u -r1.4 -r1.5
261 --- pygobject-2.28.6-r51.ebuild 29 Dec 2011 17:34:32 -0000 1.4
262 +++ pygobject-2.28.6-r51.ebuild 31 Dec 2011 16:23:58 -0000 1.5
263 @@ -1,6 +1,6 @@
264 # Copyright 1999-2011 Gentoo Foundation
265 # Distributed under the terms of the GNU General Public License v2
266 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild,v 1.4 2011/12/29 17:34:32 pacho Exp $
267 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild,v 1.5 2011/12/31 16:23:58 tetromino Exp $
268
269 EAPI="3"
270 GCONF_DEBUG="no"
271 @@ -70,7 +70,7 @@
272 epatch "${FILESDIR}/${PN}-2.28.3-disable-failing-tests.patch"
273
274 # disable pyc compiling
275 - ln -sfn $(type -P true) py-compile
276 + echo -e '#!'$(type -P sh)'\n:' > py-compile
277
278 eautoreconf
279 gnome2_src_prepare