Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-zope/zope: zope-2.8.8.ebuild zope-2.8.6.ebuild zope-2.8.7.ebuild ChangeLog zope-3.3.1.ebuild zope-2.10.3.ebuild zope-2.9.7.ebuild zope-2.8.9.ebuild zope-2.8.9.1.ebuild zope-2.9.3.ebuild zope-3.2.2.ebuild zope-2.7.9.ebuild zope-2.10.4.ebuild zope-2.8.4.ebuild
Date: Tue, 27 May 2008 20:59:55
Message-Id: E1K16Gt-000763-Gj@stork.gentoo.org
1 tupone 08/05/27 20:59:51
2
3 Modified: zope-2.8.8.ebuild zope-2.8.6.ebuild
4 zope-2.8.7.ebuild ChangeLog zope-3.3.1.ebuild
5 zope-2.10.3.ebuild zope-2.9.7.ebuild
6 zope-2.8.9.ebuild zope-2.8.9.1.ebuild
7 zope-2.9.3.ebuild zope-3.2.2.ebuild
8 zope-2.7.9.ebuild zope-2.10.4.ebuild
9 zope-2.8.4.ebuild
10 Log:
11 Making repoman happy
12 (Portage version: 2.1.4.4)
13
14 Revision Changes Path
15 1.7 net-zope/zope/zope-2.8.8.ebuild
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.8.ebuild?rev=1.7&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.8.ebuild?rev=1.7&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.8.ebuild?r1=1.6&r2=1.7
20
21 Index: zope-2.8.8.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.8.ebuild,v
24 retrieving revision 1.6
25 retrieving revision 1.7
26 diff -u -r1.6 -r1.7
27 --- zope-2.8.8.ebuild 3 Sep 2006 15:39:30 -0000 1.6
28 +++ zope-2.8.8.ebuild 27 May 2008 20:59:50 -0000 1.7
29 @@ -1,6 +1,6 @@
30 -# Copyright 1999-2006 Gentoo Foundation
31 +# Copyright 1999-2008 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.8.ebuild,v 1.6 2006/09/03 15:39:30 tcort Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.8.ebuild,v 1.7 2008/05/27 20:59:50 tupone Exp $
35
36 inherit eutils multilib
37
38 @@ -40,11 +40,6 @@
39 # like e.g /usr/lib/python we do not store any user data there,
40 # currently removed all custom permission stuff, for ${ZSERVDIR}
41
42 -src_unpack() {
43 - unpack ${A}
44 - cd ${S}
45 -}
46 -
47 src_compile() {
48 ./configure --ignore-largefile --prefix=. --with-python=/usr/bin/python2.3 || die "Failed to configure."
49 emake || die "Failed to compile."
50 @@ -56,17 +51,17 @@
51 docinto PLATFORMS ; dodoc doc/PLATFORMS/*
52 docinto ZEO ; dodoc doc/ZEO/*
53
54 - make install PREFIX=${D}${ZSERVDIR}
55 - rm -rf ${D}${ZSERVDIR}/doc
56 + make install PREFIX="${D}"${ZSERVDIR}
57 + rm -rf "${D}"${ZSERVDIR}/doc
58 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
59 # copy the init script skeleton to skel directory of our installation
60 skel=${D}${ZSERVDIR}/skel
61 # <radek@g.o> from 2.7.4 release i think that we can use the same
62 # file for every one, and not separate it by PV
63 - cp ${FILESDIR}/zope.initd ${skel}/zope.initd
64 + cp "${FILESDIR}"/zope.initd "${skel}"/zope.initd
65
66 # hotfixes to be applied
67 - cp -a ${WORKDIR}/Hotfix_20060821/ ${D}${ZSERVDIR}/lib/python/Products/
68 + cp -a "${WORKDIR}"/Hotfix_20060821/ "${D}"${ZSERVDIR}/lib/python/Products/
69
70 }
71
72
73
74
75 1.4 net-zope/zope/zope-2.8.6.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.6.ebuild?rev=1.4&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.6.ebuild?rev=1.4&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.6.ebuild?r1=1.3&r2=1.4
80
81 Index: zope-2.8.6.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.6.ebuild,v
84 retrieving revision 1.3
85 retrieving revision 1.4
86 diff -u -r1.3 -r1.4
87 --- zope-2.8.6.ebuild 26 Jun 2007 02:39:00 -0000 1.3
88 +++ zope-2.8.6.ebuild 27 May 2008 20:59:50 -0000 1.4
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2006 Gentoo Foundation
91 +# Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.6.ebuild,v 1.3 2007/06/26 02:39:00 mr_bones_ Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.6.ebuild,v 1.4 2008/05/27 20:59:50 tupone Exp $
95
96 inherit eutils multilib
97
98 @@ -38,11 +38,6 @@
99 # like e.g /usr/lib/python we do not store any user data there,
100 # currently removed all custom permission stuff, for ${ZSERVDIR}
101
102 -src_unpack() {
103 - unpack ${A}
104 - cd ${S}
105 -}
106 -
107 src_compile() {
108 ./configure --ignore-largefile --prefix=. --with-python=/usr/bin/python2.3 || die "Failed to configure."
109 emake || die "Failed to compile."
110 @@ -77,17 +72,17 @@
111 #cd ${S}/lib/python/StructuredText/
112 #epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch
113 epause 15
114 - cd ${S}
115 + cd "${S}"
116 fi
117
118 - make install PREFIX=${D}${ZSERVDIR}
119 - rm -rf ${D}${ZSERVDIR}/doc
120 + make install PREFIX="${D}"${ZSERVDIR}
121 + rm -rf "${D}"${ZSERVDIR}/doc
122 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
123 # copy the init script skeleton to skel directory of our installation
124 skel=${D}${ZSERVDIR}/skel
125 # <radek@g.o> from 2.7.4 release i think that we can use the same
126 # file for every one, and not separate it by PV
127 - cp ${FILESDIR}/zope.initd ${skel}/zope.initd
128 + cp "${FILESDIR}"/zope.initd "${skel}"/zope.initd
129 }
130
131 pkg_postinst() {
132
133
134
135 1.3 net-zope/zope/zope-2.8.7.ebuild
136
137 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.7.ebuild?rev=1.3&view=markup
138 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.7.ebuild?rev=1.3&content-type=text/plain
139 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.7.ebuild?r1=1.2&r2=1.3
140
141 Index: zope-2.8.7.ebuild
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.7.ebuild,v
144 retrieving revision 1.2
145 retrieving revision 1.3
146 diff -u -r1.2 -r1.3
147 --- zope-2.8.7.ebuild 26 Jun 2007 02:39:00 -0000 1.2
148 +++ zope-2.8.7.ebuild 27 May 2008 20:59:50 -0000 1.3
149 @@ -1,6 +1,6 @@
150 -# Copyright 1999-2006 Gentoo Foundation
151 +# Copyright 1999-2008 Gentoo Foundation
152 # Distributed under the terms of the GNU General Public License v2
153 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.7.ebuild,v 1.2 2007/06/26 02:39:00 mr_bones_ Exp $
154 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.7.ebuild,v 1.3 2008/05/27 20:59:50 tupone Exp $
155
156 inherit eutils multilib
157
158 @@ -38,11 +38,6 @@
159 # like e.g /usr/lib/python we do not store any user data there,
160 # currently removed all custom permission stuff, for ${ZSERVDIR}
161
162 -src_unpack() {
163 - unpack ${A}
164 - cd ${S}
165 -}
166 -
167 src_compile() {
168 ./configure --ignore-largefile --prefix=. --with-python=/usr/bin/python2.3 || die "Failed to configure."
169 emake || die "Failed to compile."
170 @@ -77,17 +72,17 @@
171 #cd ${S}/lib/python/StructuredText/
172 #epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch
173 epause 15
174 - cd ${S}
175 + cd "${S}"
176 fi
177
178 - make install PREFIX=${D}${ZSERVDIR}
179 - rm -rf ${D}${ZSERVDIR}/doc
180 + make install PREFIX="${D}"${ZSERVDIR}
181 + rm -rf "${D}"${ZSERVDIR}/doc
182 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
183 # copy the init script skeleton to skel directory of our installation
184 skel=${D}${ZSERVDIR}/skel
185 # <radek@g.o> from 2.7.4 release i think that we can use the same
186 # file for every one, and not separate it by PV
187 - cp ${FILESDIR}/zope.initd ${skel}/zope.initd
188 + cp "${FILESDIR}"/zope.initd "${skel}"/zope.initd
189 }
190
191 pkg_postinst() {
192
193
194
195 1.135 net-zope/zope/ChangeLog
196
197 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/ChangeLog?rev=1.135&view=markup
198 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/ChangeLog?rev=1.135&content-type=text/plain
199 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/ChangeLog?r1=1.134&r2=1.135
200
201 Index: ChangeLog
202 ===================================================================
203 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v
204 retrieving revision 1.134
205 retrieving revision 1.135
206 diff -u -r1.134 -r1.135
207 --- ChangeLog 11 May 2008 19:13:06 -0000 1.134
208 +++ ChangeLog 27 May 2008 20:59:50 -0000 1.135
209 @@ -1,6 +1,13 @@
210 # ChangeLog for net-zope/zope
211 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
212 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.134 2008/05/11 19:13:06 radek Exp $
213 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.135 2008/05/27 20:59:50 tupone Exp $
214 +
215 + 27 May 2008; Tupone Alfredo <tupone@g.o> zope-2.7.9.ebuild,
216 + zope-2.8.4.ebuild, zope-2.8.6.ebuild, zope-2.8.7.ebuild,
217 + zope-2.8.8.ebuild, zope-2.8.9.ebuild, zope-2.8.9.1.ebuild,
218 + zope-2.9.3.ebuild, zope-2.9.7.ebuild, zope-2.10.3.ebuild,
219 + zope-2.10.4.ebuild, zope-3.2.2.ebuild, zope-3.3.1.ebuild:
220 + Making repoman happy
221
222 *zope-2.10.6 (11 May 2008)
223
224
225
226
227 1.3 net-zope/zope/zope-3.3.1.ebuild
228
229 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-3.3.1.ebuild?rev=1.3&view=markup
230 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-3.3.1.ebuild?rev=1.3&content-type=text/plain
231 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-3.3.1.ebuild?r1=1.2&r2=1.3
232
233 Index: zope-3.3.1.ebuild
234 ===================================================================
235 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-3.3.1.ebuild,v
236 retrieving revision 1.2
237 retrieving revision 1.3
238 diff -u -r1.2 -r1.3
239 --- zope-3.3.1.ebuild 25 Nov 2007 01:31:27 -0000 1.2
240 +++ zope-3.3.1.ebuild 27 May 2008 20:59:50 -0000 1.3
241 @@ -1,6 +1,6 @@
242 -# Copyright 1999-2007 Gentoo Foundation
243 +# Copyright 1999-2008 Gentoo Foundation
244 # Distributed under the terms of the GNU General Public License v2
245 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-3.3.1.ebuild,v 1.2 2007/11/25 01:31:27 ranger Exp $
246 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-3.3.1.ebuild,v 1.3 2008/05/27 20:59:50 tupone Exp $
247
248 inherit eutils multilib
249
250 @@ -30,16 +30,12 @@
251
252 src_compile() {
253
254 - cd ${S}
255 -
256 - ./configure --prefix=${D}${ZSERVDIR} --with-python=/usr/bin/python2.4 || die "Failed to configure."
257 + ./configure --prefix="${D}"${ZSERVDIR} --with-python=/usr/bin/python2.4 || die "Failed to configure."
258 emake || die "Failed to compile."
259 }
260
261 src_install() {
262
263 - cd ${S}
264 -
265 dodoc README.txt
266 dodoc Zope/doc/*.txt
267 for DIR in schema security skins style zcml zsync
268 @@ -48,12 +44,12 @@
269 dodoc Zope/doc/${DIR}/*
270 done
271
272 - make install prefix=${D}${ZSERVDIR}
273 + make install prefix="${D}"${ZSERVDIR}
274
275 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
276
277 # copy the init script skeleton to zopeskel directory of our installation
278 - cp ${FILESDIR}/zope.initd ${D}${ZSKELDIR}/zope.initd
279 + cp "${FILESDIR}"/zope.initd "${D}"${ZSKELDIR}/zope.initd
280 }
281
282 pkg_postinst() {
283
284
285
286 1.3 net-zope/zope/zope-2.10.3.ebuild
287
288 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.10.3.ebuild?rev=1.3&view=markup
289 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.10.3.ebuild?rev=1.3&content-type=text/plain
290 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.10.3.ebuild?r1=1.2&r2=1.3
291
292 Index: zope-2.10.3.ebuild
293 ===================================================================
294 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.10.3.ebuild,v
295 retrieving revision 1.2
296 retrieving revision 1.3
297 diff -u -r1.2 -r1.3
298 --- zope-2.10.3.ebuild 6 Apr 2007 21:27:06 -0000 1.2
299 +++ zope-2.10.3.ebuild 27 May 2008 20:59:50 -0000 1.3
300 @@ -1,6 +1,6 @@
301 -# Copyright 1999-2007 Gentoo Foundation
302 +# Copyright 1999-2008 Gentoo Foundation
303 # Distributed under the terms of the GNU General Public License v2
304 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.10.3.ebuild,v 1.2 2007/04/06 21:27:06 radek Exp $
305 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.10.3.ebuild,v 1.3 2008/05/27 20:59:50 tupone Exp $
306
307 inherit eutils multilib
308
309 @@ -37,11 +37,6 @@
310 # like e.g /usr/lib/python we do not store any user data there,
311 # currently removed all custom permission stuff, for ${ZSERVDIR}
312
313 -src_unpack() {
314 - unpack ${A}
315 - cd ${S}
316 -}
317 -
318 src_compile() {
319 ./configure --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..."
320 emake || die "Failed to compile."
321 @@ -53,12 +48,12 @@
322 docinto PLATFORMS ; dodoc Zope/doc/PLATFORMS/*
323 docinto ZEO ; dodoc Zope/doc/ZEO/*
324
325 - make install prefix=${D}${ZSERVDIR} || die "Failed to install into ${D}${ZSERVDIR}"
326 - rm -rf ${D}${ZSERVDIR}/doc
327 + make install prefix="${D}"${ZSERVDIR} || die "Failed to install into ${D}${ZSERVDIR}"
328 + rm -rf "${D}"${ZSERVDIR}/doc
329 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
330
331 # copy the init script skeleton to skel directory of our installation
332 - cp ${FILESDIR}/zope.initd ${D}/${ZSERVDIR}/skel/zope.initd
333 + cp "${FILESDIR}"/zope.initd "${D}"/${ZSERVDIR}/skel/zope.initd
334 }
335
336 src_test() {
337
338
339
340 1.3 net-zope/zope/zope-2.9.7.ebuild
341
342 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.9.7.ebuild?rev=1.3&view=markup
343 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.9.7.ebuild?rev=1.3&content-type=text/plain
344 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.9.7.ebuild?r1=1.2&r2=1.3
345
346 Index: zope-2.9.7.ebuild
347 ===================================================================
348 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.7.ebuild,v
349 retrieving revision 1.2
350 retrieving revision 1.3
351 diff -u -r1.2 -r1.3
352 --- zope-2.9.7.ebuild 6 Apr 2007 21:27:06 -0000 1.2
353 +++ zope-2.9.7.ebuild 27 May 2008 20:59:50 -0000 1.3
354 @@ -1,6 +1,6 @@
355 -# Copyright 1999-2007 Gentoo Foundation
356 +# Copyright 1999-2008 Gentoo Foundation
357 # Distributed under the terms of the GNU General Public License v2
358 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.7.ebuild,v 1.2 2007/04/06 21:27:06 radek Exp $
359 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.7.ebuild,v 1.3 2008/05/27 20:59:50 tupone Exp $
360
361 inherit eutils multilib
362
363 @@ -37,11 +37,6 @@
364 # like e.g /usr/lib/python we do not store any user data there,
365 # currently removed all custom permission stuff, for ${ZSERVDIR}
366
367 -src_unpack() {
368 - unpack ${A}
369 - cd ${S}
370 -}
371 -
372 src_compile() {
373 ./configure --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..."
374 emake || die "Failed to compile."
375 @@ -53,12 +48,12 @@
376 docinto PLATFORMS ; dodoc Zope/doc/PLATFORMS/*
377 docinto ZEO ; dodoc Zope/doc/ZEO/*
378
379 - make install prefix=${D}${ZSERVDIR} || die "Failed to install into ${D}${ZSERVDIR}"
380 - rm -rf ${D}${ZSERVDIR}/doc
381 + make install prefix="${D}"${ZSERVDIR} || die "Failed to install into ${D}${ZSERVDIR}"
382 + rm -rf "${D}"${ZSERVDIR}/doc
383 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
384
385 # copy the init script skeleton to skel directory of our installation
386 - cp ${FILESDIR}/zope.initd ${D}/${ZSERVDIR}/skel/zope.initd
387 + cp "${FILESDIR}"/zope.initd "${D}"/${ZSERVDIR}/skel/zope.initd
388 }
389
390 src_test() {
391
392
393
394 1.3 net-zope/zope/zope-2.8.9.ebuild
395
396 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.9.ebuild?rev=1.3&view=markup
397 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.9.ebuild?rev=1.3&content-type=text/plain
398 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.9.ebuild?r1=1.2&r2=1.3
399
400 Index: zope-2.8.9.ebuild
401 ===================================================================
402 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.9.ebuild,v
403 retrieving revision 1.2
404 retrieving revision 1.3
405 diff -u -r1.2 -r1.3
406 --- zope-2.8.9.ebuild 6 Apr 2007 21:27:06 -0000 1.2
407 +++ zope-2.8.9.ebuild 27 May 2008 20:59:50 -0000 1.3
408 @@ -1,6 +1,6 @@
409 -# Copyright 1999-2007 Gentoo Foundation
410 +# Copyright 1999-2008 Gentoo Foundation
411 # Distributed under the terms of the GNU General Public License v2
412 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.9.ebuild,v 1.2 2007/04/06 21:27:06 radek Exp $
413 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.9.ebuild,v 1.3 2008/05/27 20:59:50 tupone Exp $
414
415 inherit eutils multilib
416
417 @@ -38,11 +38,6 @@
418 # like e.g /usr/lib/python we do not store any user data there,
419 # currently removed all custom permission stuff, for ${ZSERVDIR}
420
421 -src_unpack() {
422 - unpack ${A}
423 - cd ${S}
424 -}
425 -
426 src_compile() {
427 ./configure --ignore-largefile --prefix=. --with-python=/usr/bin/python2.3 || die "Failed to configure."
428 emake || die "Failed to compile."
429 @@ -54,14 +49,14 @@
430 docinto PLATFORMS ; dodoc doc/PLATFORMS/*
431 docinto ZEO ; dodoc doc/ZEO/*
432
433 - make install PREFIX=${D}${ZSERVDIR}
434 - rm -rf ${D}${ZSERVDIR}/doc
435 + make install PREFIX="${D}"${ZSERVDIR}
436 + rm -rf "${D}"${ZSERVDIR}/doc
437 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
438 # copy the init script skeleton to skel directory of our installation
439 skel=${D}${ZSERVDIR}/skel
440 # <radek@g.o> from 2.7.4 release i think that we can use the same
441 # file for every one, and not separate it by PV
442 - cp ${FILESDIR}/zope.initd ${skel}/zope.initd
443 + cp "${FILESDIR}"/zope.initd "${skel}"/zope.initd
444 }
445
446 src_test() {
447
448
449
450 1.7 net-zope/zope/zope-2.8.9.1.ebuild
451
452 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.9.1.ebuild?rev=1.7&view=markup
453 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.9.1.ebuild?rev=1.7&content-type=text/plain
454 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.9.1.ebuild?r1=1.6&r2=1.7
455
456 Index: zope-2.8.9.1.ebuild
457 ===================================================================
458 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.9.1.ebuild,v
459 retrieving revision 1.6
460 retrieving revision 1.7
461 diff -u -r1.6 -r1.7
462 --- zope-2.8.9.1.ebuild 11 Apr 2007 18:48:33 -0000 1.6
463 +++ zope-2.8.9.1.ebuild 27 May 2008 20:59:50 -0000 1.7
464 @@ -1,6 +1,6 @@
465 -# Copyright 1999-2007 Gentoo Foundation
466 +# Copyright 1999-2008 Gentoo Foundation
467 # Distributed under the terms of the GNU General Public License v2
468 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.9.1.ebuild,v 1.6 2007/04/11 18:48:33 gustavoz Exp $
469 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.9.1.ebuild,v 1.7 2008/05/27 20:59:50 tupone Exp $
470
471 inherit eutils multilib
472
473 @@ -38,11 +38,6 @@
474 # like e.g /usr/lib/python we do not store any user data there,
475 # currently removed all custom permission stuff, for ${ZSERVDIR}
476
477 -src_unpack() {
478 - unpack ${A}
479 - cd ${S}
480 -}
481 -
482 src_compile() {
483 ./configure --ignore-largefile --prefix=. --with-python=/usr/bin/python2.3 || die "Failed to configure."
484 emake || die "Failed to compile."
485 @@ -54,14 +49,14 @@
486 docinto PLATFORMS ; dodoc doc/PLATFORMS/*
487 docinto ZEO ; dodoc doc/ZEO/*
488
489 - make install PREFIX=${D}${ZSERVDIR}
490 - rm -rf ${D}${ZSERVDIR}/doc
491 + make install PREFIX="${D}"${ZSERVDIR}
492 + rm -rf "${D}"${ZSERVDIR}/doc
493 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
494 # copy the init script skeleton to skel directory of our installation
495 skel=${D}${ZSERVDIR}/skel
496 # <radek@g.o> from 2.7.4 release i think that we can use the same
497 # file for every one, and not separate it by PV
498 - cp ${FILESDIR}/zope.initd ${skel}/zope.initd
499 + cp "${FILESDIR}"/zope.initd "${skel}"/zope.initd
500 }
501
502 src_test() {
503
504
505
506 1.2 net-zope/zope/zope-2.9.3.ebuild
507
508 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.9.3.ebuild?rev=1.2&view=markup
509 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.9.3.ebuild?rev=1.2&content-type=text/plain
510 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.9.3.ebuild?r1=1.1&r2=1.2
511
512 Index: zope-2.9.3.ebuild
513 ===================================================================
514 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.3.ebuild,v
515 retrieving revision 1.1
516 retrieving revision 1.2
517 diff -u -r1.1 -r1.2
518 --- zope-2.9.3.ebuild 27 May 2006 12:57:45 -0000 1.1
519 +++ zope-2.9.3.ebuild 27 May 2008 20:59:50 -0000 1.2
520 @@ -1,6 +1,6 @@
521 -# Copyright 1999-2006 Gentoo Foundation
522 +# Copyright 1999-2008 Gentoo Foundation
523 # Distributed under the terms of the GNU General Public License v2
524 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.3.ebuild,v 1.1 2006/05/27 12:57:45 radek Exp $
525 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.9.3.ebuild,v 1.2 2008/05/27 20:59:50 tupone Exp $
526
527 inherit eutils multilib
528
529 @@ -37,11 +37,6 @@
530 # like e.g /usr/lib/python we do not store any user data there,
531 # currently removed all custom permission stuff, for ${ZSERVDIR}
532
533 -src_unpack() {
534 - unpack ${A}
535 - cd ${S}
536 -}
537 -
538 src_compile() {
539 ./configure --prefix=. --force --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..."
540 emake || die "Failed to compile."
541 @@ -53,12 +48,12 @@
542 docinto PLATFORMS ; dodoc Zope/doc/PLATFORMS/*
543 docinto ZEO ; dodoc Zope/doc/ZEO/*
544
545 - make install prefix=${D}${ZSERVDIR}
546 - rm -rf ${D}${ZSERVDIR}/doc
547 + make install prefix="${D}"${ZSERVDIR}
548 + rm -rf "${D}"${ZSERVDIR}/doc
549 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
550
551 # copy the init script skeleton to skel directory of our installation
552 - cp ${FILESDIR}/zope.initd ${D}/${ZSERVDIR}/skel/zope.initd
553 + cp "${FILESDIR}"/zope.initd "${D}"/${ZSERVDIR}/skel/zope.initd
554 }
555
556 pkg_postinst() {
557
558
559
560 1.2 net-zope/zope/zope-3.2.2.ebuild
561
562 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-3.2.2.ebuild?rev=1.2&view=markup
563 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-3.2.2.ebuild?rev=1.2&content-type=text/plain
564 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-3.2.2.ebuild?r1=1.1&r2=1.2
565
566 Index: zope-3.2.2.ebuild
567 ===================================================================
568 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-3.2.2.ebuild,v
569 retrieving revision 1.1
570 retrieving revision 1.2
571 diff -u -r1.1 -r1.2
572 --- zope-3.2.2.ebuild 2 Oct 2006 16:27:21 -0000 1.1
573 +++ zope-3.2.2.ebuild 27 May 2008 20:59:50 -0000 1.2
574 @@ -1,6 +1,6 @@
575 -# Copyright 1999-2006 Gentoo Foundation
576 +# Copyright 1999-2008 Gentoo Foundation
577 # Distributed under the terms of the GNU General Public License v2
578 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-3.2.2.ebuild,v 1.1 2006/10/02 16:27:21 radek Exp $
579 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-3.2.2.ebuild,v 1.2 2008/05/27 20:59:50 tupone Exp $
580
581 inherit eutils multilib
582
583 @@ -30,16 +30,12 @@
584
585 src_compile() {
586
587 - cd ${S}
588 -
589 - ./configure --prefix=${D}${ZSERVDIR} --with-python=/usr/bin/python2.4 || die "Failed to configure."
590 + ./configure --prefix="${D}"${ZSERVDIR} --with-python=/usr/bin/python2.4 || die "Failed to configure."
591 emake || die "Failed to compile."
592 }
593
594 src_install() {
595
596 - cd ${S}
597 -
598 dodoc README.txt
599 dodoc Zope/doc/*.txt
600 for DIR in schema security skins style zcml zsync
601 @@ -48,12 +44,12 @@
602 dodoc Zope/doc/${DIR}/*
603 done
604
605 - make install prefix=${D}${ZSERVDIR}
606 + make install prefix="${D}"${ZSERVDIR}
607
608 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
609
610 # copy the init script skeleton to zopeskel directory of our installation
611 - cp ${FILESDIR}/zope.initd ${D}${ZSKELDIR}/zope.initd
612 + cp "${FILESDIR}"/zope.initd "${D}"${ZSKELDIR}/zope.initd
613 }
614
615 pkg_postinst() {
616
617
618
619 1.8 net-zope/zope/zope-2.7.9.ebuild
620
621 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.7.9.ebuild?rev=1.8&view=markup
622 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.7.9.ebuild?rev=1.8&content-type=text/plain
623 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.7.9.ebuild?r1=1.7&r2=1.8
624
625 Index: zope-2.7.9.ebuild
626 ===================================================================
627 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.7.9.ebuild,v
628 retrieving revision 1.7
629 retrieving revision 1.8
630 diff -u -r1.7 -r1.8
631 --- zope-2.7.9.ebuild 26 Jun 2007 02:39:00 -0000 1.7
632 +++ zope-2.7.9.ebuild 27 May 2008 20:59:50 -0000 1.8
633 @@ -1,6 +1,6 @@
634 -# Copyright 1999-2006 Gentoo Foundation
635 +# Copyright 1999-2008 Gentoo Foundation
636 # Distributed under the terms of the GNU General Public License v2
637 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.7.9.ebuild,v 1.7 2007/06/26 02:39:00 mr_bones_ Exp $
638 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.7.9.ebuild,v 1.8 2008/05/27 20:59:50 tupone Exp $
639
640 inherit eutils
641
642 @@ -40,11 +40,6 @@
643 # like e.g /usr/lib/python we do not store any user data there,
644 # currently removed all custom permission stuff, for ${ZSERVDIR}
645
646 -src_unpack() {
647 - unpack ${A}
648 - cd ${S}
649 -}
650 -
651 src_compile() {
652 ./configure --ignore-largefile --prefix=. --with-python=/usr/bin/python2.3 || die "Failed to configure."
653 emake || die "Failed to compile."
654 @@ -73,23 +68,23 @@
655 einfo "create the file sitecustomize.py inside your site-packages"
656 einfo "import sys"
657 einfo "sys.setdefaultencoding('utf8')"
658 - cd ${S}/lib/python/StructuredText/
659 - epatch ${FILESDIR}/2.7.8/i18n-1.0.0.patch
660 + cd "${S}"/lib/python/StructuredText/
661 + epatch "${FILESDIR}"/2.7.8/i18n-1.0.0.patch
662 epause 15
663 - cd ${S}
664 + cd "${S}"
665 fi
666
667 - make install PREFIX=${D}${ZSERVDIR}
668 - rm -rf ${D}${ZSERVDIR}/doc
669 + make install PREFIX="${D}"${ZSERVDIR}
670 + rm -rf "${D}"${ZSERVDIR}/doc
671 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
672 # copy the init script skeleton to skel directory of our installation
673 - skel=${D}${ZSERVDIR}/skel
674 + skel="${D}"${ZSERVDIR}/skel
675 # <radek@g.o> from 2.7.4 release i think that we can use the same
676 # file for every one, and not separate it by PV
677 - cp ${FILESDIR}/zope.initd ${skel}/zope.initd
678 + cp "${FILESDIR}"/zope.initd ${skel}/zope.initd
679
680 # hotfixes to be applied
681 - cp -a ${WORKDIR}/Hotfix_20060821/ ${D}${ZSERVDIR}/lib/python/Products/
682 + cp -a "${WORKDIR}"/Hotfix_20060821/ "${D}"${ZSERVDIR}/lib/python/Products/
683 }
684
685 pkg_postinst() {
686
687
688
689 1.2 net-zope/zope/zope-2.10.4.ebuild
690
691 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.10.4.ebuild?rev=1.2&view=markup
692 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.10.4.ebuild?rev=1.2&content-type=text/plain
693 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.10.4.ebuild?r1=1.1&r2=1.2
694
695 Index: zope-2.10.4.ebuild
696 ===================================================================
697 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.10.4.ebuild,v
698 retrieving revision 1.1
699 retrieving revision 1.2
700 diff -u -r1.1 -r1.2
701 --- zope-2.10.4.ebuild 1 Sep 2007 16:38:05 -0000 1.1
702 +++ zope-2.10.4.ebuild 27 May 2008 20:59:50 -0000 1.2
703 @@ -1,6 +1,6 @@
704 -# Copyright 1999-2007 Gentoo Foundation
705 +# Copyright 1999-2008 Gentoo Foundation
706 # Distributed under the terms of the GNU General Public License v2
707 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.10.4.ebuild,v 1.1 2007/09/01 16:38:05 radek Exp $
708 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.10.4.ebuild,v 1.2 2008/05/27 20:59:50 tupone Exp $
709
710 inherit eutils multilib
711
712 @@ -37,11 +37,6 @@
713 # like e.g /usr/lib/python we do not store any user data there,
714 # currently removed all custom permission stuff, for ${ZSERVDIR}
715
716 -src_unpack() {
717 - unpack ${A}
718 - cd ${S}
719 -}
720 -
721 src_compile() {
722 ./configure --prefix="${D}${ZSERVDIR}" --with-python=/usr/bin/python2.4 || die "Failed to execute ./configure ..."
723 emake || die "Failed to compile."
724 @@ -53,12 +48,12 @@
725 docinto PLATFORMS ; dodoc Zope/doc/PLATFORMS/*
726 docinto ZEO ; dodoc Zope/doc/ZEO/*
727
728 - make install prefix=${D}${ZSERVDIR} || die "Failed to install into ${D}${ZSERVDIR}"
729 - rm -rf ${D}${ZSERVDIR}/doc
730 + make install prefix="${D}"${ZSERVDIR} || die "Failed to install into ${D}${ZSERVDIR}"
731 + rm -rf "${D}"${ZSERVDIR}/doc
732 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
733
734 # copy the init script skeleton to skel directory of our installation
735 - cp ${FILESDIR}/zope.initd ${D}/${ZSERVDIR}/skel/zope.initd
736 + cp "${FILESDIR}"/zope.initd "${D}"/${ZSERVDIR}/skel/zope.initd
737 }
738
739 src_test() {
740
741
742
743 1.9 net-zope/zope/zope-2.8.4.ebuild
744
745 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.4.ebuild?rev=1.9&view=markup
746 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.4.ebuild?rev=1.9&content-type=text/plain
747 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope/zope-2.8.4.ebuild?r1=1.8&r2=1.9
748
749 Index: zope-2.8.4.ebuild
750 ===================================================================
751 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.4.ebuild,v
752 retrieving revision 1.8
753 retrieving revision 1.9
754 diff -u -r1.8 -r1.9
755 --- zope-2.8.4.ebuild 26 Jun 2007 02:39:00 -0000 1.8
756 +++ zope-2.8.4.ebuild 27 May 2008 20:59:50 -0000 1.9
757 @@ -1,6 +1,6 @@
758 -# Copyright 1999-2006 Gentoo Foundation
759 +# Copyright 1999-2008 Gentoo Foundation
760 # Distributed under the terms of the GNU General Public License v2
761 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.4.ebuild,v 1.8 2007/06/26 02:39:00 mr_bones_ Exp $
762 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.4.ebuild,v 1.9 2008/05/27 20:59:50 tupone Exp $
763
764 inherit eutils multilib
765
766 @@ -38,11 +38,6 @@
767 # like e.g /usr/lib/python we do not store any user data there,
768 # currently removed all custom permission stuff, for ${ZSERVDIR}
769
770 -src_unpack() {
771 - unpack ${A}
772 - cd ${S}
773 -}
774 -
775 src_compile() {
776 ./configure --ignore-largefile --prefix=. --with-python=/usr/bin/python2.3 || die "Failed to configure."
777 emake || die "Failed to compile."
778 @@ -77,17 +72,17 @@
779 #cd ${S}/lib/python/StructuredText/
780 #epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch
781 epause 15
782 - cd ${S}
783 + cd "${S}"
784 fi
785
786 - make install PREFIX=${D}${ZSERVDIR}
787 - rm -rf ${D}${ZSERVDIR}/doc
788 + make install PREFIX="${D}"${ZSERVDIR}
789 + rm -rf "${D}"${ZSERVDIR}/doc
790 dosym ../../share/doc/${PF} ${ZSERVDIR}/doc
791 # copy the init script skeleton to skel directory of our installation
792 skel=${D}${ZSERVDIR}/skel
793 # <radek@g.o> from 2.7.4 release i think that we can use the same
794 # file for every one, and not separate it by PV
795 - cp ${FILESDIR}/zope.initd ${skel}/zope.initd
796 + cp "${FILESDIR}"/zope.initd "${skel}"/zope.initd
797 }
798
799 pkg_postinst() {
800
801
802
803 --
804 gentoo-commits@l.g.o mailing list