Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/opera: opera-9.23.ebuild ChangeLog opera-9.50_rc1589.ebuild opera-9.50_rc1581.ebuild opera-9.50_alpha1567.ebuild opera-9.50_rc1600.ebuild opera-9.50_alpha1581.ebuild
Date: Tue, 09 Oct 2007 08:24:48
Message-Id: E1IfAF8-00084z-LT@stork.gentoo.org
1 jer 07/10/09 08:15:06
2
3 Modified: opera-9.23.ebuild ChangeLog
4 opera-9.50_rc1589.ebuild opera-9.50_rc1581.ebuild
5 opera-9.50_alpha1567.ebuild
6 opera-9.50_rc1600.ebuild
7 opera-9.50_alpha1581.ebuild
8 Log:
9 Fix quoting issues caught by latest repoman.
10 (Portage version: 2.1.3.12)
11
12 Revision Changes Path
13 1.8 www-client/opera/opera-9.23.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.23.ebuild?rev=1.8&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.23.ebuild?rev=1.8&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.23.ebuild?r1=1.7&r2=1.8
18
19 Index: opera-9.23.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.23.ebuild,v
22 retrieving revision 1.7
23 retrieving revision 1.8
24 diff -u -r1.7 -r1.8
25 --- opera-9.23.ebuild 7 Sep 2007 04:11:05 -0000 1.7
26 +++ opera-9.23.ebuild 9 Oct 2007 08:15:06 -0000 1.8
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2007 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.23.ebuild,v 1.7 2007/09/07 04:11:05 jer Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.23.ebuild,v 1.8 2007/10/09 08:15:06 jer Exp $
32
33 GCONF_DEBUG="no"
34
35 @@ -16,21 +16,21 @@
36 IUSE="qt-static spell gnome elibc_FreeBSD"
37 RESTRICT="strip mirror"
38
39 -OPERALNG="en"
40 -OPERASUFF="660"
41 -OPERAVER="9.23-20070809"
42 -OPERAFTP="923/final/${OPERALNG}"
43 +O_LNG="en"
44 +O_SUFF="660"
45 +O_VER="9.23-20070809"
46 +O_FTP="923/final/${O_LNG}"
47
48 -OPERA_URI="mirror://opera/"
49 +O_URI="mirror://opera/"
50 SRC_URI="
51 - x86? ( qt-static? ( ${OPERA_URI}linux/${OPERAFTP}/i386/static/${PN}-${OPERAVER}.1-static-qt.i386-${OPERALNG}.tar.bz2 ) )
52 - x86? ( !qt-static? ( ${OPERA_URI}linux/${OPERAFTP}/i386/shared/${PN}-${OPERAVER}.6-shared-qt.i386-${OPERALNG}.tar.bz2 ) )
53 - amd64? ( qt-static? ( ${OPERA_URI}linux/${OPERAFTP}/i386/static/${PN}-${OPERAVER}.1-static-qt.i386-${OPERALNG}.tar.bz2 ) )
54 - amd64? ( !qt-static? ( ${OPERA_URI}linux/${OPERAFTP}/i386/shared/${PN}-${OPERAVER}.6-shared-qt.i386-${OPERALNG}.tar.bz2 ) )
55 - sparc? ( ${OPERA_URI}linux/${OPERAFTP}/sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-${OPERALNG}.tar.bz2 )
56 - ppc? ( ${OPERA_URI}linux/${OPERAFTP}/ppc/static/${PN}-${OPERAVER}.1-static-qt.ppc-${OPERALNG}.tar.bz2 )
57 - x86-fbsd? ( !qt-static? ( ${OPERA_URI}unix/freebsd/${OPERAFTP}/shared/${PN}-${OPERAVER}.4-shared-qt.i386.freebsd-${OPERALNG}.tar.bz2 ) )
58 - x86-fbsd? ( qt-static? ( ${OPERA_URI}unix/freebsd/${OPERAFTP}/static/${PN}-${OPERAVER}.1-static-qt.i386.freebsd-${OPERALNG}.tar.bz2 ) )"
59 + x86? ( qt-static? ( ${O_URI}linux/${O_FTP}/i386/static/${PN}-${O_VER}.1-static-qt.i386-${O_LNG}.tar.bz2 ) )
60 + x86? ( !qt-static? ( ${O_URI}linux/${O_FTP}/i386/shared/${PN}-${O_VER}.6-shared-qt.i386-${O_LNG}.tar.bz2 ) )
61 + amd64? ( qt-static? ( ${O_URI}linux/${O_FTP}/i386/static/${PN}-${O_VER}.1-static-qt.i386-${O_LNG}.tar.bz2 ) )
62 + amd64? ( !qt-static? ( ${O_URI}linux/${O_FTP}/i386/shared/${PN}-${O_VER}.6-shared-qt.i386-${O_LNG}.tar.bz2 ) )
63 + sparc? ( ${O_URI}linux/${O_FTP}/sparc/static/${PN}-${O_VER}.1-static-qt.sparc-${O_LNG}.tar.bz2 )
64 + ppc? ( ${O_URI}linux/${O_FTP}/ppc/static/${PN}-${O_VER}.1-static-qt.ppc-${O_LNG}.tar.bz2 )
65 + x86-fbsd? ( !qt-static? ( ${O_URI}unix/freebsd/${O_FTP}/shared/${PN}-${O_VER}.4-shared-qt.i386.freebsd-${O_LNG}.tar.bz2 ) )
66 + x86-fbsd? ( qt-static? ( ${O_URI}unix/freebsd/${O_FTP}/static/${PN}-${O_VER}.1-static-qt.i386.freebsd-${O_LNG}.tar.bz2 ) )"
67
68 DEPEND=">=sys-apps/sed-4"
69
70 @@ -54,11 +54,11 @@
71 x86-fbsd? ( =virtual/libstdc++-3*
72 !qt-static? ( =x11-libs/qt-3* ) )"
73
74 -S=${WORKDIR}/${A/.tar.bz2/}-${OPERASUFF}
75 +S=${WORKDIR}/${A/.tar.bz2/}-${O_SUFF}
76
77 src_unpack() {
78 unpack ${A}
79 - cd ${S}
80 + cd "${S}"
81
82 epatch "${FILESDIR}/${PN}-9.00-install.patch"
83
84 @@ -99,7 +99,7 @@
85 fi
86
87 # java workaround
88 - sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' ${D}/opt/opera/bin/opera
89 + sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' "${D}"/opt/opera/bin/opera
90
91 dosed /opt/opera/bin/opera
92 dosed /opt/opera/share/opera/java/opera.policy
93 @@ -114,27 +114,27 @@
94
95 # Install the menu entry
96 insinto /usr/share/applications
97 - doins ${FILESDIR}/opera.desktop
98 + doins "${FILESDIR}"/opera.desktop
99
100 # Install a symlink /usr/bin/opera
101 dodir /usr/bin
102 dosym /opt/opera/bin/opera /usr/bin/opera
103
104 # fix plugin path
105 - echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc
106 + echo "Plugin Path=/opt/opera/lib/opera/plugins" >> "${D}"/etc/opera6rc
107
108 # enable spellcheck
109 if use spell; then
110 if use qt-static; then
111 - DIR=$OPERAVER.1
112 + DIR=$O_VER.1
113 else
114 - use sparc && DIR=$OPERAVER.2 || DIR=$OPERAVER.5
115 + use sparc && DIR=$O_VER.2 || DIR=$O_VER.5
116 fi
117 - echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> ${D}/opt/opera/share/opera/ini/spellcheck.ini
118 + echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> "${D}"/opt/opera/share/opera/ini/spellcheck.ini
119 fi
120
121 dodir /etc/revdep-rebuild
122 - echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > ${D}/etc/revdep-rebuild/90opera
123 + echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > "${D}"/etc/revdep-rebuild/90opera
124
125 # Change libz.so.3 to libz.so.1 for gentoo/freebsd
126 if use elibc_FreeBSD; then
127 @@ -156,7 +156,7 @@
128
129 # Add the Opera man dir to MANPATH:
130 insinto /etc/env.d
131 - echo 'MANPATH="/opt/opera/share/man"' >> ${D}/etc/env.d/90opera
132 + echo 'MANPATH="/opt/opera/share/man"' >> "${D}"/etc/env.d/90opera
133 }
134
135 pkg_postinst() {
136
137
138
139 1.142 www-client/opera/ChangeLog
140
141 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.142&view=markup
142 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.142&content-type=text/plain
143 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?r1=1.141&r2=1.142
144
145 Index: ChangeLog
146 ===================================================================
147 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v
148 retrieving revision 1.141
149 retrieving revision 1.142
150 diff -u -r1.141 -r1.142
151 --- ChangeLog 28 Sep 2007 17:09:04 -0000 1.141
152 +++ ChangeLog 9 Oct 2007 08:15:06 -0000 1.142
153 @@ -1,6 +1,12 @@
154 # ChangeLog for www-client/opera
155 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
156 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.141 2007/09/28 17:09:04 jer Exp $
157 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.142 2007/10/09 08:15:06 jer Exp $
158 +
159 + 09 Oct 2007; Jeroen Roovers <jer@g.o> opera-9.23.ebuild,
160 + opera-9.50_alpha1567.ebuild, opera-9.50_alpha1581.ebuild,
161 + opera-9.50_rc1581.ebuild, opera-9.50_rc1589.ebuild,
162 + opera-9.50_rc1600.ebuild:
163 + Fix quoting issues caught by latest repoman.
164
165 *opera-9.50_rc1600 (28 Sep 2007)
166
167
168
169
170 1.2 www-client/opera/opera-9.50_rc1589.ebuild
171
172 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_rc1589.ebuild?rev=1.2&view=markup
173 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_rc1589.ebuild?rev=1.2&content-type=text/plain
174 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_rc1589.ebuild?r1=1.1&r2=1.2
175
176 Index: opera-9.50_rc1589.ebuild
177 ===================================================================
178 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_rc1589.ebuild,v
179 retrieving revision 1.1
180 retrieving revision 1.2
181 diff -u -r1.1 -r1.2
182 --- opera-9.50_rc1589.ebuild 22 Sep 2007 16:13:43 -0000 1.1
183 +++ opera-9.50_rc1589.ebuild 9 Oct 2007 08:15:06 -0000 1.2
184 @@ -1,6 +1,6 @@
185 # Copyright 1999-2007 Gentoo Foundation
186 # Distributed under the terms of the GNU General Public License v2
187 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_rc1589.ebuild,v 1.1 2007/09/22 16:13:43 jer Exp $
188 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_rc1589.ebuild,v 1.2 2007/10/09 08:15:06 jer Exp $
189
190 GCONF_DEBUG="no"
191
192 @@ -56,7 +56,7 @@
193
194 src_unpack() {
195 unpack ${A}
196 - cd ${S}
197 + cd "${S}"
198
199 epatch "${FILESDIR}/${PN}-9.00-install.patch"
200 epatch "${FILESDIR}/${PN}-9.50-pluginpath.patch"
201 @@ -95,7 +95,7 @@
202 einfo "Completing the installation where install.sh abandoned us ..."
203
204 # java workaround
205 - sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' ${D}/opt/opera/bin/opera
206 + sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' "${D}"/opt/opera/bin/opera
207
208 dosed /opt/opera/bin/opera
209 dosed /opt/opera/share/opera/java/opera.policy
210 @@ -110,14 +110,14 @@
211
212 # Install the menu entry
213 insinto /usr/share/applications
214 - doins ${FILESDIR}/opera.desktop
215 + doins "${FILESDIR}"/opera.desktop
216
217 # Install a symlink /usr/bin/opera
218 dodir /usr/bin
219 dosym /opt/opera/bin/opera /usr/bin/opera
220
221 # fix plugin path
222 - echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc
223 + echo "Plugin Path=/opt/opera/lib/opera/plugins" >> "${D}"/etc/opera6rc
224
225 # enable spellcheck
226 if use spell; then
227 @@ -126,11 +126,11 @@
228 else
229 use sparc && DIR=$O_VER.2 || DIR=$O_VER.5
230 fi
231 - echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> ${D}/opt/opera/share/opera/ini/spellcheck.ini
232 + echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> "${D}"/opt/opera/share/opera/ini/spellcheck.ini
233 fi
234
235 dodir /etc/revdep-rebuild
236 - echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > ${D}/etc/revdep-rebuild/90opera
237 + echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > "${D}"/etc/revdep-rebuild/90opera
238
239 # Change libz.so.3 to libz.so.1 for gentoo/freebsd
240 if use x86-fbsd; then
241 @@ -152,7 +152,7 @@
242
243 # Add the Opera man dir to MANPATH:
244 insinto /etc/env.d
245 - echo 'MANPATH="/opt/opera/share/man"' >> ${D}/etc/env.d/90opera
246 + echo 'MANPATH="/opt/opera/share/man"' >> "${D}"/etc/env.d/90opera
247 }
248
249 pkg_postinst() {
250
251
252
253 1.2 www-client/opera/opera-9.50_rc1581.ebuild
254
255 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_rc1581.ebuild?rev=1.2&view=markup
256 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_rc1581.ebuild?rev=1.2&content-type=text/plain
257 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_rc1581.ebuild?r1=1.1&r2=1.2
258
259 Index: opera-9.50_rc1581.ebuild
260 ===================================================================
261 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_rc1581.ebuild,v
262 retrieving revision 1.1
263 retrieving revision 1.2
264 diff -u -r1.1 -r1.2
265 --- opera-9.50_rc1581.ebuild 17 Sep 2007 00:41:30 -0000 1.1
266 +++ opera-9.50_rc1581.ebuild 9 Oct 2007 08:15:06 -0000 1.2
267 @@ -1,6 +1,6 @@
268 # Copyright 1999-2007 Gentoo Foundation
269 # Distributed under the terms of the GNU General Public License v2
270 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_rc1581.ebuild,v 1.1 2007/09/17 00:41:30 jer Exp $
271 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_rc1581.ebuild,v 1.2 2007/10/09 08:15:06 jer Exp $
272
273 GCONF_DEBUG="no"
274
275 @@ -52,7 +52,7 @@
276
277 src_unpack() {
278 unpack ${A}
279 - cd ${S}
280 + cd "${S}"
281
282 epatch "${FILESDIR}/${PN}-9.00-install.patch"
283 epatch "${FILESDIR}/${PN}-9.50-pluginpath.patch"
284 @@ -91,7 +91,7 @@
285 einfo "Completing the installation where install.sh abandoned us ..."
286
287 # java workaround
288 - sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' ${D}/opt/opera/bin/opera
289 + sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' "${D}"/opt/opera/bin/opera
290
291 dosed /opt/opera/bin/opera
292 dosed /opt/opera/share/opera/java/opera.policy
293 @@ -106,14 +106,14 @@
294
295 # Install the menu entry
296 insinto /usr/share/applications
297 - doins ${FILESDIR}/opera.desktop
298 + doins "${FILESDIR}"/opera.desktop
299
300 # Install a symlink /usr/bin/opera
301 dodir /usr/bin
302 dosym /opt/opera/bin/opera /usr/bin/opera
303
304 # fix plugin path
305 - echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc
306 + echo "Plugin Path=/opt/opera/lib/opera/plugins" >> "${D}"/etc/opera6rc
307
308 # enable spellcheck
309 if use spell; then
310 @@ -122,11 +122,11 @@
311 else
312 use sparc && DIR=$O_VER.2 || DIR=$O_VER.5
313 fi
314 - echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> ${D}/opt/opera/share/opera/ini/spellcheck.ini
315 + echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> "${D}"/opt/opera/share/opera/ini/spellcheck.ini
316 fi
317
318 dodir /etc/revdep-rebuild
319 - echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > ${D}/etc/revdep-rebuild/90opera
320 + echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > "${D}"/etc/revdep-rebuild/90opera
321
322 # Change libz.so.3 to libz.so.1 for gentoo/freebsd
323 if use x86-fbsd; then
324 @@ -148,7 +148,7 @@
325
326 # Add the Opera man dir to MANPATH:
327 insinto /etc/env.d
328 - echo 'MANPATH="/opt/opera/share/man"' >> ${D}/etc/env.d/90opera
329 + echo 'MANPATH="/opt/opera/share/man"' >> "${D}"/etc/env.d/90opera
330 }
331
332 pkg_postinst() {
333
334
335
336 1.7 www-client/opera/opera-9.50_alpha1567.ebuild
337
338 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_alpha1567.ebuild?rev=1.7&view=markup
339 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_alpha1567.ebuild?rev=1.7&content-type=text/plain
340 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_alpha1567.ebuild?r1=1.6&r2=1.7
341
342 Index: opera-9.50_alpha1567.ebuild
343 ===================================================================
344 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_alpha1567.ebuild,v
345 retrieving revision 1.6
346 retrieving revision 1.7
347 diff -u -r1.6 -r1.7
348 --- opera-9.50_alpha1567.ebuild 7 Sep 2007 15:12:23 -0000 1.6
349 +++ opera-9.50_alpha1567.ebuild 9 Oct 2007 08:15:06 -0000 1.7
350 @@ -1,6 +1,6 @@
351 # Copyright 1999-2007 Gentoo Foundation
352 # Distributed under the terms of the GNU General Public License v2
353 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_alpha1567.ebuild,v 1.6 2007/09/07 15:12:23 jer Exp $
354 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_alpha1567.ebuild,v 1.7 2007/10/09 08:15:06 jer Exp $
355
356 GCONF_DEBUG="no"
357
358 @@ -56,7 +56,7 @@
359
360 src_unpack() {
361 unpack ${A}
362 - cd ${S}
363 + cd "${S}"
364
365 epatch "${FILESDIR}/${PN}-9.00-install.patch"
366 use elibc_FreeBSD || epatch "${FILESDIR}/${PN}-9.50-pluginpath.patch"
367 @@ -96,7 +96,7 @@
368 einfo "Completing the installation where install.sh abandoned us ..."
369
370 # java workaround
371 - sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' ${D}/opt/opera/bin/opera
372 + sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' "${D}"/opt/opera/bin/opera
373
374 dosed /opt/opera/bin/opera
375 dosed /opt/opera/share/opera/java/opera.policy
376 @@ -111,14 +111,14 @@
377
378 # Install the menu entry
379 insinto /usr/share/applications
380 - doins ${FILESDIR}/opera.desktop
381 + doins "${FILESDIR}"/opera.desktop
382
383 # Install a symlink /usr/bin/opera
384 dodir /usr/bin
385 dosym /opt/opera/bin/opera /usr/bin/opera
386
387 # fix plugin path
388 - echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc
389 + echo "Plugin Path=/opt/opera/lib/opera/plugins" >> "${D}"/etc/opera6rc
390
391 # enable spellcheck
392 if use spell; then
393 @@ -127,11 +127,11 @@
394 else
395 use sparc && DIR=$O_VER.2 || DIR=$O_VER.5
396 fi
397 - echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> ${D}/opt/opera/share/opera/ini/spellcheck.ini
398 + echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> "${D}"/opt/opera/share/opera/ini/spellcheck.ini
399 fi
400
401 dodir /etc/revdep-rebuild
402 - echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > ${D}/etc/revdep-rebuild/90opera
403 + echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > "${D}"/etc/revdep-rebuild/90opera
404
405 # Change libz.so.3 to libz.so.1 for gentoo/freebsd
406 if use elibc_FreeBSD; then
407 @@ -153,7 +153,7 @@
408
409 # Add the Opera man dir to MANPATH:
410 insinto /etc/env.d
411 - echo 'MANPATH="/opt/opera/share/man"' >> ${D}/etc/env.d/90opera
412 + echo 'MANPATH="/opt/opera/share/man"' >> "${D}"/etc/env.d/90opera
413 }
414
415 pkg_postinst() {
416
417
418
419 1.2 www-client/opera/opera-9.50_rc1600.ebuild
420
421 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_rc1600.ebuild?rev=1.2&view=markup
422 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_rc1600.ebuild?rev=1.2&content-type=text/plain
423 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_rc1600.ebuild?r1=1.1&r2=1.2
424
425 Index: opera-9.50_rc1600.ebuild
426 ===================================================================
427 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_rc1600.ebuild,v
428 retrieving revision 1.1
429 retrieving revision 1.2
430 diff -u -r1.1 -r1.2
431 --- opera-9.50_rc1600.ebuild 28 Sep 2007 17:09:04 -0000 1.1
432 +++ opera-9.50_rc1600.ebuild 9 Oct 2007 08:15:06 -0000 1.2
433 @@ -1,6 +1,6 @@
434 # Copyright 1999-2007 Gentoo Foundation
435 # Distributed under the terms of the GNU General Public License v2
436 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_rc1600.ebuild,v 1.1 2007/09/28 17:09:04 jer Exp $
437 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_rc1600.ebuild,v 1.2 2007/10/09 08:15:06 jer Exp $
438
439 GCONF_DEBUG="no"
440
441 @@ -53,7 +53,7 @@
442
443 src_unpack() {
444 unpack ${A}
445 - cd ${S}
446 + cd "${S}"
447
448 epatch "${FILESDIR}/${PN}-9.00-install.patch"
449 epatch "${FILESDIR}/${PN}-9.50-pluginpath.patch"
450 @@ -92,7 +92,7 @@
451 einfo "Completing the installation where install.sh abandoned us ..."
452
453 # java workaround
454 - sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' ${D}/opt/opera/bin/opera
455 + sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' "${D}"/opt/opera/bin/opera
456
457 dosed /opt/opera/bin/opera
458 dosed /opt/opera/share/opera/java/opera.policy
459 @@ -107,14 +107,14 @@
460
461 # Install the menu entry
462 insinto /usr/share/applications
463 - doins ${FILESDIR}/opera.desktop
464 + doins "${FILESDIR}"/opera.desktop
465
466 # Install a symlink /usr/bin/opera
467 dodir /usr/bin
468 dosym /opt/opera/bin/opera /usr/bin/opera
469
470 # fix plugin path
471 - echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc
472 + echo "Plugin Path=/opt/opera/lib/opera/plugins" >> "${D}"/etc/opera6rc
473
474 # enable spellcheck
475 if use spell; then
476 @@ -123,11 +123,11 @@
477 else
478 use sparc && DIR=$O_VER.2 || DIR=$O_VER.5
479 fi
480 - echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> ${D}/opt/opera/share/opera/ini/spellcheck.ini
481 + echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> "${D}"/opt/opera/share/opera/ini/spellcheck.ini
482 fi
483
484 dodir /etc/revdep-rebuild
485 - echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > ${D}/etc/revdep-rebuild/90opera
486 + echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > "${D}"/etc/revdep-rebuild/90opera
487
488 # Change libz.so.3 to libz.so.1 for gentoo/freebsd
489 if use x86-fbsd; then
490 @@ -149,7 +149,7 @@
491
492 # Add the Opera man dir to MANPATH:
493 insinto /etc/env.d
494 - echo 'MANPATH="/opt/opera/share/man"' >> ${D}/etc/env.d/90opera
495 + echo 'MANPATH="/opt/opera/share/man"' >> "${D}"/etc/env.d/90opera
496 }
497
498 pkg_postinst() {
499
500
501
502 1.5 www-client/opera/opera-9.50_alpha1581.ebuild
503
504 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_alpha1581.ebuild?rev=1.5&view=markup
505 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_alpha1581.ebuild?rev=1.5&content-type=text/plain
506 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.50_alpha1581.ebuild?r1=1.4&r2=1.5
507
508 Index: opera-9.50_alpha1581.ebuild
509 ===================================================================
510 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_alpha1581.ebuild,v
511 retrieving revision 1.4
512 retrieving revision 1.5
513 diff -u -r1.4 -r1.5
514 --- opera-9.50_alpha1581.ebuild 17 Sep 2007 00:44:56 -0000 1.4
515 +++ opera-9.50_alpha1581.ebuild 9 Oct 2007 08:15:06 -0000 1.5
516 @@ -1,6 +1,6 @@
517 # Copyright 1999-2007 Gentoo Foundation
518 # Distributed under the terms of the GNU General Public License v2
519 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_alpha1581.ebuild,v 1.4 2007/09/17 00:44:56 jer Exp $
520 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_alpha1581.ebuild,v 1.5 2007/10/09 08:15:06 jer Exp $
521
522 GCONF_DEBUG="no"
523
524 @@ -59,7 +59,7 @@
525
526 src_unpack() {
527 unpack ${A}
528 - cd ${S}
529 + cd "${S}"
530
531 epatch "${FILESDIR}/${PN}-9.00-install.patch"
532 epatch "${FILESDIR}/${PN}-9.50-pluginpath.patch"
533 @@ -98,7 +98,7 @@
534 einfo "Completing the installation where install.sh abandoned us ..."
535
536 # java workaround
537 - sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' ${D}/opt/opera/bin/opera
538 + sed -i -e 's:LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so":LD_PRELOAD="$LD_PRELOAD"\:"${OPERA_JAVA_DIR}/libawt.so":' "${D}"/opt/opera/bin/opera
539
540 dosed /opt/opera/bin/opera
541 dosed /opt/opera/share/opera/java/opera.policy
542 @@ -113,14 +113,14 @@
543
544 # Install the menu entry
545 insinto /usr/share/applications
546 - doins ${FILESDIR}/opera.desktop
547 + doins "${FILESDIR}"/opera.desktop
548
549 # Install a symlink /usr/bin/opera
550 dodir /usr/bin
551 dosym /opt/opera/bin/opera /usr/bin/opera
552
553 # fix plugin path
554 - echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc
555 + echo "Plugin Path=/opt/opera/lib/opera/plugins" >> "${D}"/etc/opera6rc
556
557 # enable spellcheck
558 if use spell; then
559 @@ -129,11 +129,11 @@
560 else
561 use sparc && DIR=$O_VER.2 || DIR=$O_VER.5
562 fi
563 - echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> ${D}/opt/opera/share/opera/ini/spellcheck.ini
564 + echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> "${D}"/opt/opera/share/opera/ini/spellcheck.ini
565 fi
566
567 dodir /etc/revdep-rebuild
568 - echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > ${D}/etc/revdep-rebuild/90opera
569 + echo 'SEARCH_DIRS_MASK="/opt/opera/lib/opera/plugins"' > "${D}"/etc/revdep-rebuild/90opera
570
571 # Change libz.so.3 to libz.so.1 for gentoo/freebsd
572 if use x86-fbsd; then
573 @@ -155,7 +155,7 @@
574
575 # Add the Opera man dir to MANPATH:
576 insinto /etc/env.d
577 - echo 'MANPATH="/opt/opera/share/man"' >> ${D}/etc/env.d/90opera
578 + echo 'MANPATH="/opt/opera/share/man"' >> "${D}"/etc/env.d/90opera
579 }
580
581 pkg_postinst() {
582
583
584
585 --
586 gentoo-commits@g.o mailing list