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 18:47:41
Message-Id: 20111231184731.D93102004B@flycatcher.gentoo.org
1 tetromino 11/12/31 18:47:31
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 Simplify py-compile fix.
9
10 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.12 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.12&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild?rev=1.12&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild?r1=1.11&r2=1.12
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.11
23 retrieving revision 1.12
24 diff -u -r1.11 -r1.12
25 --- pygobject-2.28.6.ebuild 31 Dec 2011 16:23:58 -0000 1.11
26 +++ pygobject-2.28.6.ebuild 31 Dec 2011 18:47:31 -0000 1.12
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.11 2011/12/31 16:23:58 tetromino Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild,v 1.12 2011/12/31 18:47:31 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 - echo -e '#!'$(type -P sh)'\n:' > py-compile
40 + echo '#!/bin/sh' > py-compile
41
42 eautoreconf
43 gnome2_src_prepare
44
45
46
47 1.8 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.8&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild?rev=1.8&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild?r1=1.7&r2=1.8
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.7
57 retrieving revision 1.8
58 diff -u -r1.7 -r1.8
59 --- pygobject-3.0.2.ebuild 31 Dec 2011 16:23:58 -0000 1.7
60 +++ pygobject-3.0.2.ebuild 31 Dec 2011 18:47:31 -0000 1.8
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.7 2011/12/31 16:23:58 tetromino Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v 1.8 2011/12/31 18:47:31 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 - echo -e '#!'$(type -P sh)'\n:' > py-compile
74 + echo '#!/bin/sh' > py-compile
75
76 eautoreconf
77 gnome2_src_prepare
78
79
80
81 1.17 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.17&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild?rev=1.17&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.16&r2=1.17
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.16
91 retrieving revision 1.17
92 diff -u -r1.16 -r1.17
93 --- pygobject-2.26.0-r1.ebuild 31 Dec 2011 16:23:58 -0000 1.16
94 +++ pygobject-2.26.0-r1.ebuild 31 Dec 2011 18:47:31 -0000 1.17
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.16 2011/12/31 16:23:58 tetromino Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.17 2011/12/31 18:47:31 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 - echo -e '#!'$(type -P sh)'\n:' > py-compile
108 + echo '#!/bin/sh' > py-compile
109
110 eautoreconf
111 gnome2_src_prepare
112
113
114
115 1.5 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.5&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild?rev=1.5&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild?r1=1.4&r2=1.5
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.4
125 retrieving revision 1.5
126 diff -u -r1.4 -r1.5
127 --- pygobject-3.0.1.ebuild 31 Dec 2011 16:23:58 -0000 1.4
128 +++ pygobject-3.0.1.ebuild 31 Dec 2011 18:47:31 -0000 1.5
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.4 2011/12/31 16:23:58 tetromino Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild,v 1.5 2011/12/31 18:47:31 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 - echo -e '#!'$(type -P sh)'\n:' > py-compile
142 + echo '#!/bin/sh' > py-compile
143
144 eautoreconf
145 gnome2_src_prepare
146
147
148
149 1.138 dev-python/pygobject/ChangeLog
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.138&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.138&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?r1=1.137&r2=1.138
154
155 Index: ChangeLog
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v
158 retrieving revision 1.137
159 retrieving revision 1.138
160 diff -u -r1.137 -r1.138
161 --- ChangeLog 31 Dec 2011 16:23:58 -0000 1.137
162 +++ ChangeLog 31 Dec 2011 18:47:31 -0000 1.138
163 @@ -1,6 +1,12 @@
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.137 2011/12/31 16:23:58 tetromino Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.138 2011/12/31 18:47:31 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 + Simplify py-compile fix.
174
175 31 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
176 pygobject-2.26.0-r1.ebuild, pygobject-2.28.6.ebuild,
177
178
179
180 1.6 dev-python/pygobject/pygobject-2.28.6-r50.ebuild
181
182 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild?rev=1.6&view=markup
183 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild?rev=1.6&content-type=text/plain
184 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild?r1=1.5&r2=1.6
185
186 Index: pygobject-2.28.6-r50.ebuild
187 ===================================================================
188 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild,v
189 retrieving revision 1.5
190 retrieving revision 1.6
191 diff -u -r1.5 -r1.6
192 --- pygobject-2.28.6-r50.ebuild 31 Dec 2011 16:23:58 -0000 1.5
193 +++ pygobject-2.28.6-r50.ebuild 31 Dec 2011 18:47:31 -0000 1.6
194 @@ -1,6 +1,6 @@
195 # Copyright 1999-2011 Gentoo Foundation
196 # Distributed under the terms of the GNU General Public License v2
197 -# $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 $
198 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild,v 1.6 2011/12/31 18:47:31 tetromino Exp $
199
200 EAPI="3"
201 GCONF_DEBUG="no"
202 @@ -70,7 +70,7 @@
203 epatch "${FILESDIR}/${PN}-2.28.3-disable-failing-tests.patch"
204
205 # disable pyc compiling
206 - echo -e '#!'$(type -P sh)'\n:' > py-compile
207 + echo '#!/bin/sh' > py-compile
208
209 eautoreconf
210 gnome2_src_prepare
211
212
213
214 1.4 dev-python/pygobject/pygobject-3.0.3.ebuild
215
216 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild?rev=1.4&view=markup
217 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild?rev=1.4&content-type=text/plain
218 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild?r1=1.3&r2=1.4
219
220 Index: pygobject-3.0.3.ebuild
221 ===================================================================
222 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild,v
223 retrieving revision 1.3
224 retrieving revision 1.4
225 diff -u -r1.3 -r1.4
226 --- pygobject-3.0.3.ebuild 31 Dec 2011 16:23:58 -0000 1.3
227 +++ pygobject-3.0.3.ebuild 31 Dec 2011 18:47:31 -0000 1.4
228 @@ -1,6 +1,6 @@
229 # Copyright 1999-2011 Gentoo Foundation
230 # Distributed under the terms of the GNU General Public License v2
231 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild,v 1.3 2011/12/31 16:23:58 tetromino Exp $
232 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild,v 1.4 2011/12/31 18:47:31 tetromino Exp $
233
234 EAPI="4"
235 GCONF_DEBUG="no"
236 @@ -77,7 +77,7 @@
237 epatch "${FILESDIR}/${PN}-3.0.3-tests-python3.patch"
238
239 # disable pyc compiling
240 - echo -e '#!'$(type -P sh)'\n:' > py-compile
241 + echo '#!/bin/sh' > py-compile
242
243 eautoreconf
244 gnome2_src_prepare
245
246
247
248 1.6 dev-python/pygobject/pygobject-2.28.6-r51.ebuild
249
250 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild?rev=1.6&view=markup
251 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild?rev=1.6&content-type=text/plain
252 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild?r1=1.5&r2=1.6
253
254 Index: pygobject-2.28.6-r51.ebuild
255 ===================================================================
256 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild,v
257 retrieving revision 1.5
258 retrieving revision 1.6
259 diff -u -r1.5 -r1.6
260 --- pygobject-2.28.6-r51.ebuild 31 Dec 2011 16:23:58 -0000 1.5
261 +++ pygobject-2.28.6-r51.ebuild 31 Dec 2011 18:47:31 -0000 1.6
262 @@ -1,6 +1,6 @@
263 # Copyright 1999-2011 Gentoo Foundation
264 # Distributed under the terms of the GNU General Public License v2
265 -# $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 $
266 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild,v 1.6 2011/12/31 18:47:31 tetromino Exp $
267
268 EAPI="3"
269 GCONF_DEBUG="no"
270 @@ -70,7 +70,7 @@
271 epatch "${FILESDIR}/${PN}-2.28.3-disable-failing-tests.patch"
272
273 # disable pyc compiling
274 - echo -e '#!'$(type -P sh)'\n:' > py-compile
275 + echo '#!/bin/sh' > py-compile
276
277 eautoreconf
278 gnome2_src_prepare