Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sip: sip-4.7.1.ebuild sip-4.7.5.ebuild sip-4.7.3.ebuild sip-4.2.1.ebuild sip-4.7.7.ebuild sip-4.2.1-r1.ebuild sip-4.7.6.ebuild sip-4.6.ebuild
Date: Sat, 06 Sep 2008 23:43:40
Message-Id: E1Kc7RI-0007Sa-FH@stork.gentoo.org
1 pythonhead 08/09/06 23:43:36
2
3 Modified: sip-4.7.1.ebuild sip-4.7.5.ebuild sip-4.7.3.ebuild
4 sip-4.2.1.ebuild sip-4.7.7.ebuild
5 sip-4.2.1-r1.ebuild sip-4.7.6.ebuild sip-4.6.ebuild
6 Log:
7 Fix python_mod_compile, misc. unquoted variables. bug #236894
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
9
10 Revision Changes Path
11 1.10 dev-python/sip/sip-4.7.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild?r1=1.9&r2=1.10
16
17 Index: sip-4.7.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- sip-4.7.1.ebuild 29 May 2008 16:37:12 -0000 1.9
24 +++ sip-4.7.1.ebuild 6 Sep 2008 23:43:35 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v 1.9 2008/05/29 16:37:12 hawking Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v 1.10 2008/09/06 23:43:35 pythonhead Exp $
30
31 NEED_PYTHON=2.3
32
33 @@ -50,7 +50,7 @@
34
35 pkg_postinst() {
36 python_version
37 - python_mod_compile /usr/$(get_libdir)/python${PYVER}/sip*.py
38 + python_mod_compile "$(python_get_sitedir)"/sip*.py
39 }
40
41 pkg_postrm() {
42
43
44
45 1.3 dev-python/sip/sip-4.7.5.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild?r1=1.2&r2=1.3
50
51 Index: sip-4.7.5.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- sip-4.7.5.ebuild 29 May 2008 16:37:12 -0000 1.2
58 +++ sip-4.7.5.ebuild 6 Sep 2008 23:43:35 -0000 1.3
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.7.5.ebuild,v 1.2 2008/05/29 16:37:12 hawking Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild,v 1.3 2008/09/06 23:43:35 pythonhead Exp $
64
65 NEED_PYTHON=2.3
66
67 @@ -50,7 +50,7 @@
68
69 pkg_postinst() {
70 python_version
71 - python_mod_compile /usr/$(get_libdir)/python${PYVER}/sip*.py
72 + python_mod_compile "$(python_get_sitedir)"/sip*.py
73 }
74
75 pkg_postrm() {
76
77
78
79 1.11 dev-python/sip/sip-4.7.3.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?rev=1.11&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?rev=1.11&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?r1=1.10&r2=1.11
84
85 Index: sip-4.7.3.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v
88 retrieving revision 1.10
89 retrieving revision 1.11
90 diff -u -r1.10 -r1.11
91 --- sip-4.7.3.ebuild 29 May 2008 16:37:12 -0000 1.10
92 +++ sip-4.7.3.ebuild 6 Sep 2008 23:43:35 -0000 1.11
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2008 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v 1.10 2008/05/29 16:37:12 hawking Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v 1.11 2008/09/06 23:43:35 pythonhead Exp $
98
99 NEED_PYTHON=2.3
100
101 @@ -50,7 +50,7 @@
102
103 pkg_postinst() {
104 python_version
105 - python_mod_compile /usr/$(get_libdir)/python${PYVER}/sip*.py
106 + python_mod_compile "$(python_get_sitedir)"/sip*.py
107 }
108
109 pkg_postrm() {
110
111
112
113 1.14 dev-python/sip/sip-4.2.1.ebuild
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild?rev=1.14&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild?rev=1.14&content-type=text/plain
117 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild?r1=1.13&r2=1.14
118
119 Index: sip-4.2.1.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild,v
122 retrieving revision 1.13
123 retrieving revision 1.14
124 diff -u -r1.13 -r1.14
125 --- sip-4.2.1.ebuild 11 Aug 2008 19:08:06 -0000 1.13
126 +++ sip-4.2.1.ebuild 6 Sep 2008 23:43:35 -0000 1.14
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2008 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild,v 1.13 2008/08/11 19:08:06 yngwin Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild,v 1.14 2008/09/06 23:43:35 pythonhead Exp $
132
133 inherit distutils
134
135 @@ -34,8 +34,8 @@
136 }
137
138 src_install() {
139 - make DESTDIR=${D} install || die "install failed"
140 - dodoc ChangeLog LICENSE NEWS README THANKS TODO
141 + make DESTDIR="${D}" install || die "install failed"
142 + dodoc ChangeLog NEWS README THANKS TODO
143 if use doc ; then dohtml doc/* ; fi
144 }
145
146
147
148
149 1.2 dev-python/sip/sip-4.7.7.ebuild
150
151 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild?rev=1.2&view=markup
152 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild?rev=1.2&content-type=text/plain
153 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild?r1=1.1&r2=1.2
154
155 Index: sip-4.7.7.ebuild
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild,v
158 retrieving revision 1.1
159 retrieving revision 1.2
160 diff -u -r1.1 -r1.2
161 --- sip-4.7.7.ebuild 6 Sep 2008 14:16:53 -0000 1.1
162 +++ sip-4.7.7.ebuild 6 Sep 2008 23:43:35 -0000 1.2
163 @@ -1,6 +1,6 @@
164 # Copyright 1999-2008 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild,v 1.1 2008/09/06 14:16:53 yngwin Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.7.ebuild,v 1.2 2008/09/06 23:43:35 pythonhead Exp $
168
169 NEED_PYTHON=2.3
170
171 @@ -50,7 +50,7 @@
172
173 pkg_postinst() {
174 python_version
175 - python_mod_compile /usr/$(get_libdir)/python${pyver}/sip*.py
176 + python_mod_compile "$(python_get_sitedir)"/sip*.py
177 }
178
179 pkg_postrm() {
180
181
182
183 1.6 dev-python/sip/sip-4.2.1-r1.ebuild
184
185 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild?rev=1.6&view=markup
186 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild?rev=1.6&content-type=text/plain
187 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild?r1=1.5&r2=1.6
188
189 Index: sip-4.2.1-r1.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild,v
192 retrieving revision 1.5
193 retrieving revision 1.6
194 diff -u -r1.5 -r1.6
195 --- sip-4.2.1-r1.ebuild 11 Aug 2008 19:08:06 -0000 1.5
196 +++ sip-4.2.1-r1.ebuild 6 Sep 2008 23:43:35 -0000 1.6
197 @@ -1,6 +1,6 @@
198 # Copyright 1999-2008 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild,v 1.5 2008/08/11 19:08:06 yngwin Exp $
201 +# $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 $
202
203 inherit distutils
204
205 @@ -26,7 +26,7 @@
206
207 src_unpack(){
208 unpack ${A}
209 - cd ${S}
210 + cd "${S}"
211 epatch "${FILESDIR}/sip-4.2.1-python-2.5-compat.diff"
212 }
213 src_compile(){
214 @@ -40,8 +40,8 @@
215 }
216
217 src_install() {
218 - make DESTDIR=${D} install || die "install failed"
219 - dodoc ChangeLog LICENSE NEWS README THANKS TODO
220 + make DESTDIR="${D}" install || die "install failed"
221 + dodoc ChangeLog NEWS README THANKS TODO
222 if use doc ; then dohtml doc/* ; fi
223 }
224
225
226
227
228 1.4 dev-python/sip/sip-4.7.6.ebuild
229
230 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild?rev=1.4&view=markup
231 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild?rev=1.4&content-type=text/plain
232 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild?r1=1.3&r2=1.4
233
234 Index: sip-4.7.6.ebuild
235 ===================================================================
236 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild,v
237 retrieving revision 1.3
238 retrieving revision 1.4
239 diff -u -r1.3 -r1.4
240 --- sip-4.7.6.ebuild 19 Jul 2008 13:01:36 -0000 1.3
241 +++ sip-4.7.6.ebuild 6 Sep 2008 23:43:35 -0000 1.4
242 @@ -1,6 +1,6 @@
243 # Copyright 1999-2008 Gentoo Foundation
244 # Distributed under the terms of the GNU General Public License v2
245 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild,v 1.3 2008/07/19 13:01:36 hawking Exp $
246 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild,v 1.4 2008/09/06 23:43:35 pythonhead Exp $
247
248 NEED_PYTHON=2.3
249
250 @@ -50,7 +50,7 @@
251
252 pkg_postinst() {
253 python_version
254 - python_mod_compile /usr/$(get_libdir)/python${pyver}/sip*.py
255 + python_mod_compile "$(python_get_sitedir)"/sip*.py
256 }
257
258 pkg_postrm() {
259
260
261
262 1.7 dev-python/sip/sip-4.6.ebuild
263
264 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.6.ebuild?rev=1.7&view=markup
265 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.6.ebuild?rev=1.7&content-type=text/plain
266 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.6.ebuild?r1=1.6&r2=1.7
267
268 Index: sip-4.6.ebuild
269 ===================================================================
270 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v
271 retrieving revision 1.6
272 retrieving revision 1.7
273 diff -u -r1.6 -r1.7
274 --- sip-4.6.ebuild 29 May 2008 16:37:12 -0000 1.6
275 +++ sip-4.6.ebuild 6 Sep 2008 23:43:35 -0000 1.7
276 @@ -1,6 +1,6 @@
277 # Copyright 1999-2008 Gentoo Foundation
278 # Distributed under the terms of the GNU General Public License v2
279 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v 1.6 2008/05/29 16:37:12 hawking Exp $
280 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v 1.7 2008/09/06 23:43:35 pythonhead Exp $
281
282 NEED_PYTHON=2.3
283
284 @@ -50,7 +50,7 @@
285
286 pkg_postinst() {
287 python_version
288 - python_mod_compile /usr/$(get_libdir)/python${pyver}/sip*.py
289 + python_mod_compile "$(python_get_sitedir)"/sip*.py
290 }
291
292 pkg_postrm() {