Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sip: sip-4.7.6.ebuild sip-4.2.1-r1.ebuild sip-4.7.5.ebuild sip-4.7.3.ebuild sip-4.2.1.ebuild sip-4.6.ebuild ChangeLog sip-4.7.7.ebuild sip-4.7.1.ebuild
Date: Tue, 28 Oct 2008 11:56:22
Message-Id: E1KunBK-0000Ra-Ow@stork.gentoo.org
1 hawking 08/10/28 11:56:18
2
3 Modified: sip-4.7.6.ebuild sip-4.2.1-r1.ebuild
4 sip-4.7.5.ebuild sip-4.7.3.ebuild sip-4.2.1.ebuild
5 sip-4.6.ebuild ChangeLog sip-4.7.7.ebuild
6 sip-4.7.1.ebuild
7 Log:
8 Use python_need_rebuild.
9 (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
10
11 Revision Changes Path
12 1.5 dev-python/sip/sip-4.7.6.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild?r1=1.4&r2=1.5
17
18 Index: sip-4.7.6.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- sip-4.7.6.ebuild 6 Sep 2008 23:43:35 -0000 1.4
25 +++ sip-4.7.6.ebuild 28 Oct 2008 11:56:18 -0000 1.5
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild,v 1.4 2008/09/06 23:43:35 pythonhead Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild,v 1.5 2008/10/28 11:56:18 hawking Exp $
31
32 NEED_PYTHON=2.3
33
34 @@ -43,6 +43,7 @@
35 }
36
37 src_install() {
38 + python_need_rebuild
39 emake DESTDIR="${D}" install || die "emake install failed"
40 dodoc ChangeLog NEWS README TODO doc/sipref.txt
41 dohtml doc/*
42
43
44
45 1.7 dev-python/sip/sip-4.2.1-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild?r1=1.6&r2=1.7
50
51 Index: sip-4.2.1-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- sip-4.2.1-r1.ebuild 6 Sep 2008 23:43:35 -0000 1.6
58 +++ sip-4.2.1-r1.ebuild 28 Oct 2008 11:56:18 -0000 1.7
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild,v 1.6 2008/09/06 23:43:35 pythonhead Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild,v 1.7 2008/10/28 11:56:18 hawking Exp $
64
65 inherit distutils
66
67 @@ -40,6 +40,7 @@
68 }
69
70 src_install() {
71 + python_need_rebuild
72 make DESTDIR="${D}" install || die "install failed"
73 dodoc ChangeLog NEWS README THANKS TODO
74 if use doc ; then dohtml doc/* ; fi
75
76
77
78 1.4 dev-python/sip/sip-4.7.5.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild?rev=1.4&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild?rev=1.4&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild?r1=1.3&r2=1.4
83
84 Index: sip-4.7.5.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild,v
87 retrieving revision 1.3
88 retrieving revision 1.4
89 diff -u -r1.3 -r1.4
90 --- sip-4.7.5.ebuild 6 Sep 2008 23:43:35 -0000 1.3
91 +++ sip-4.7.5.ebuild 28 Oct 2008 11:56:18 -0000 1.4
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2008 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild,v 1.3 2008/09/06 23:43:35 pythonhead Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild,v 1.4 2008/10/28 11:56:18 hawking Exp $
97
98 NEED_PYTHON=2.3
99
100 @@ -43,6 +43,7 @@
101 }
102
103 src_install() {
104 + python_need_rebuild
105 emake DESTDIR="${D}" install || die "emake install failed"
106 dodoc ChangeLog NEWS README THANKS TODO doc/sipref.txt
107 dohtml doc/*
108
109
110
111 1.13 dev-python/sip/sip-4.7.3.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?rev=1.13&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?rev=1.13&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?r1=1.12&r2=1.13
116
117 Index: sip-4.7.3.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v
120 retrieving revision 1.12
121 retrieving revision 1.13
122 diff -u -r1.12 -r1.13
123 --- sip-4.7.3.ebuild 7 Oct 2008 19:55:47 -0000 1.12
124 +++ sip-4.7.3.ebuild 28 Oct 2008 11:56:18 -0000 1.13
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2008 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v 1.12 2008/10/07 19:55:47 jer Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v 1.13 2008/10/28 11:56:18 hawking Exp $
130
131 NEED_PYTHON=2.3
132
133 @@ -43,6 +43,7 @@
134 }
135
136 src_install() {
137 + python_need_rebuild
138 emake DESTDIR="${D}" install || die "emake install failed"
139 dodoc ChangeLog NEWS README THANKS TODO doc/sipref.txt
140 dohtml doc/*
141
142
143
144 1.15 dev-python/sip/sip-4.2.1.ebuild
145
146 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild?rev=1.15&view=markup
147 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild?rev=1.15&content-type=text/plain
148 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild?r1=1.14&r2=1.15
149
150 Index: sip-4.2.1.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild,v
153 retrieving revision 1.14
154 retrieving revision 1.15
155 diff -u -r1.14 -r1.15
156 --- sip-4.2.1.ebuild 6 Sep 2008 23:43:35 -0000 1.14
157 +++ sip-4.2.1.ebuild 28 Oct 2008 11:56:18 -0000 1.15
158 @@ -1,8 +1,8 @@
159 # Copyright 1999-2008 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild,v 1.14 2008/09/06 23:43:35 pythonhead Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild,v 1.15 2008/10/28 11:56:18 hawking Exp $
163
164 -inherit distutils
165 +inherit python multilib
166
167 MY_P=${P/"?.?.?_pre"/"snapshot-"}
168 MY_P=${MY_P/_/}
169 @@ -24,7 +24,7 @@
170 >=dev-lang/python-2.3"
171
172 src_compile(){
173 - distutils_python_version
174 + python_version
175
176 local myconf="-l qt-mt -b /usr/bin -d /usr/$(get_libdir)/python${PYVER}/site-packages -e /usr/include/python${PYVER}"
177 use debug && myconf="${myconf} -u"
178 @@ -34,6 +34,7 @@
179 }
180
181 src_install() {
182 + python_need_rebuild
183 make DESTDIR="${D}" install || die "install failed"
184 dodoc ChangeLog NEWS README THANKS TODO
185 if use doc ; then dohtml doc/* ; fi
186
187
188
189 1.8 dev-python/sip/sip-4.6.ebuild
190
191 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.6.ebuild?rev=1.8&view=markup
192 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.6.ebuild?rev=1.8&content-type=text/plain
193 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.6.ebuild?r1=1.7&r2=1.8
194
195 Index: sip-4.6.ebuild
196 ===================================================================
197 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v
198 retrieving revision 1.7
199 retrieving revision 1.8
200 diff -u -r1.7 -r1.8
201 --- sip-4.6.ebuild 6 Sep 2008 23:43:35 -0000 1.7
202 +++ sip-4.6.ebuild 28 Oct 2008 11:56:18 -0000 1.8
203 @@ -1,6 +1,6 @@
204 # Copyright 1999-2008 Gentoo Foundation
205 # Distributed under the terms of the GNU General Public License v2
206 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v 1.7 2008/09/06 23:43:35 pythonhead Exp $
207 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v 1.8 2008/10/28 11:56:18 hawking Exp $
208
209 NEED_PYTHON=2.3
210
211 @@ -43,6 +43,7 @@
212 }
213
214 src_install() {
215 + python_need_rebuild
216 emake DESTDIR="${D}" install || die "emake install failed"
217 dodoc ChangeLog NEWS README THANKS TODO doc/sipref.txt
218 dohtml doc/*
219
220
221
222 1.124 dev-python/sip/ChangeLog
223
224 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/ChangeLog?rev=1.124&view=markup
225 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/ChangeLog?rev=1.124&content-type=text/plain
226 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/ChangeLog?r1=1.123&r2=1.124
227
228 Index: ChangeLog
229 ===================================================================
230 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
231 retrieving revision 1.123
232 retrieving revision 1.124
233 diff -u -r1.123 -r1.124
234 --- ChangeLog 7 Oct 2008 19:55:47 -0000 1.123
235 +++ ChangeLog 28 Oct 2008 11:56:18 -0000 1.124
236 @@ -1,6 +1,11 @@
237 # ChangeLog for dev-python/sip
238 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
239 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.123 2008/10/07 19:55:47 jer Exp $
240 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.124 2008/10/28 11:56:18 hawking Exp $
241 +
242 + 28 Oct 2008; Ali Polatel <hawking@g.o> sip-4.2.1.ebuild,
243 + sip-4.2.1-r1.ebuild, sip-4.6.ebuild, sip-4.7.1.ebuild, sip-4.7.3.ebuild,
244 + sip-4.7.5.ebuild, sip-4.7.6.ebuild, sip-4.7.7.ebuild:
245 + Use python_need_rebuild.
246
247 07 Oct 2008; Jeroen Roovers <jer@g.o> sip-4.7.3.ebuild:
248 Stable for HPPA too.
249
250
251
252 1.3 dev-python/sip/sip-4.7.7.ebuild
253
254 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild?rev=1.3&view=markup
255 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild?rev=1.3&content-type=text/plain
256 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild?r1=1.2&r2=1.3
257
258 Index: sip-4.7.7.ebuild
259 ===================================================================
260 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild,v
261 retrieving revision 1.2
262 retrieving revision 1.3
263 diff -u -r1.2 -r1.3
264 --- sip-4.7.7.ebuild 6 Sep 2008 23:43:35 -0000 1.2
265 +++ sip-4.7.7.ebuild 28 Oct 2008 11:56:18 -0000 1.3
266 @@ -1,6 +1,6 @@
267 # Copyright 1999-2008 Gentoo Foundation
268 # Distributed under the terms of the GNU General Public License v2
269 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild,v 1.2 2008/09/06 23:43:35 pythonhead Exp $
270 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild,v 1.3 2008/10/28 11:56:18 hawking Exp $
271
272 NEED_PYTHON=2.3
273
274 @@ -43,6 +43,7 @@
275 }
276
277 src_install() {
278 + python_need_rebuild
279 emake DESTDIR="${D}" install || die "emake install failed"
280 dodoc ChangeLog NEWS README TODO doc/sipref.txt
281 dohtml doc/*
282
283
284
285 1.11 dev-python/sip/sip-4.7.1.ebuild
286
287 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild?rev=1.11&view=markup
288 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild?rev=1.11&content-type=text/plain
289 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild?r1=1.10&r2=1.11
290
291 Index: sip-4.7.1.ebuild
292 ===================================================================
293 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v
294 retrieving revision 1.10
295 retrieving revision 1.11
296 diff -u -r1.10 -r1.11
297 --- sip-4.7.1.ebuild 6 Sep 2008 23:43:35 -0000 1.10
298 +++ sip-4.7.1.ebuild 28 Oct 2008 11:56:18 -0000 1.11
299 @@ -1,6 +1,6 @@
300 # Copyright 1999-2008 Gentoo Foundation
301 # Distributed under the terms of the GNU General Public License v2
302 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v 1.10 2008/09/06 23:43:35 pythonhead Exp $
303 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v 1.11 2008/10/28 11:56:18 hawking Exp $
304
305 NEED_PYTHON=2.3
306
307 @@ -43,6 +43,7 @@
308 }
309
310 src_install() {
311 + python_need_rebuild
312 emake DESTDIR="${D}" install || die "emake install failed"
313 dodoc ChangeLog NEWS README THANKS TODO doc/sipref.txt
314 dohtml doc/*