Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-9999-r2.ebuild libreoffice-3.5.9999.ebuild libreoffice-3.4.3.2-r1.ebuild libreoffice-3.5.0.3.ebuild libreoffice-3.4.5.2.ebuild ChangeLog
Date: Mon, 27 Feb 2012 21:29:32
Message-Id: 20120227212921.382CE2004B@flycatcher.gentoo.org
1 dilfridge 12/02/27 21:29:21
2
3 Modified: libreoffice-9999-r2.ebuild
4 libreoffice-3.5.9999.ebuild
5 libreoffice-3.4.3.2-r1.ebuild
6 libreoffice-3.5.0.3.ebuild
7 libreoffice-3.4.5.2.ebuild ChangeLog
8 Log:
9 Introduce use-flag cups to allow for no-printing installation, bug 402987
10
11 (Portage version: 2.1.10.49/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.27 app-office/libreoffice/libreoffice-9999-r2.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.27&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.27&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?r1=1.26&r2=1.27
19
20 Index: libreoffice-9999-r2.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v
23 retrieving revision 1.26
24 retrieving revision 1.27
25 diff -u -r1.26 -r1.27
26 --- libreoffice-9999-r2.ebuild 27 Feb 2012 21:08:53 -0000 1.26
27 +++ libreoffice-9999-r2.ebuild 27 Feb 2012 21:29:20 -0000 1.27
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2012 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.26 2012/02/27 21:08:53 dilfridge Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.27 2012/02/27 21:29:20 dilfridge Exp $
33
34 EAPI=4
35
36 @@ -69,7 +69,7 @@
37 unset EXT_URI
38 unset ADDONS_SRC
39
40 -IUSE="binfilter +branding dbus debug eds gnome +graphite gstreamer +gtk gtk3
41 +IUSE="binfilter +branding +cups dbus debug eds gnome +graphite gstreamer +gtk gtk3
42 jemalloc kde mysql +nsplugin odk opengl pdfimport postgres svg test +vba
43 +webdav +xmlsec"
44 LICENSE="LGPL-3"
45 @@ -104,7 +104,6 @@
46 >=media-libs/libpng-1.4
47 media-libs/libcdr
48 media-libs/libvisio
49 - net-print/cups
50 sci-mathematics/lpsolve
51 >=sys-libs/db-4.8
52 virtual/jpeg
53 @@ -149,6 +148,7 @@
54 !app-office/openoffice
55 media-fonts/libertine-ttf
56 media-fonts/liberation-fonts
57 + cups? ( net-print/cups )
58 java? ( >=virtual/jre-1.6 )
59 "
60
61 @@ -172,6 +172,7 @@
62 media-libs/sampleicc
63 >=net-misc/curl-7.21.4
64 net-misc/npapi-sdk
65 + net-print/cups
66 >=sys-apps/findutils-4.4.2
67 sys-devel/bison
68 sys-apps/coreutils
69 @@ -496,6 +497,10 @@
70 kde4-base_pkg_postinst
71
72 pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
73 +
74 + if ! use cups ; then
75 + ewarn 'You will need net-print/cups to be able to print with libreoffice.'
76 + fi
77 }
78
79 pkg_postrm() {
80
81
82
83 1.14 app-office/libreoffice/libreoffice-3.5.9999.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild?rev=1.14&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild?rev=1.14&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild?r1=1.13&r2=1.14
88
89 Index: libreoffice-3.5.9999.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v
92 retrieving revision 1.13
93 retrieving revision 1.14
94 diff -u -r1.13 -r1.14
95 --- libreoffice-3.5.9999.ebuild 27 Feb 2012 21:08:53 -0000 1.13
96 +++ libreoffice-3.5.9999.ebuild 27 Feb 2012 21:29:20 -0000 1.14
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2012 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.13 2012/02/27 21:08:53 dilfridge Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.14 2012/02/27 21:29:20 dilfridge Exp $
102
103 EAPI=4
104
105 @@ -69,7 +69,7 @@
106 unset EXT_URI
107 unset ADDONS_SRC
108
109 -IUSE="binfilter +branding dbus debug eds gnome +graphite gstreamer +gtk gtk3
110 +IUSE="binfilter +branding +cups dbus debug eds gnome +graphite gstreamer +gtk gtk3
111 jemalloc kde mysql +nsplugin odk opengl pdfimport postgres svg test +vba
112 +webdav +xmlsec"
113 LICENSE="LGPL-3"
114 @@ -103,7 +103,6 @@
115 media-libs/freetype:2
116 >=media-libs/libpng-1.4
117 media-libs/libvisio
118 - net-print/cups
119 sci-mathematics/lpsolve
120 >=sys-libs/db-4.8
121 virtual/jpeg
122 @@ -145,6 +144,7 @@
123 !app-office/openoffice
124 media-fonts/libertine-ttf
125 media-fonts/liberation-fonts
126 + cups? ( net-print/cups )
127 java? ( >=virtual/jre-1.6 )
128 "
129
130 @@ -168,6 +168,7 @@
131 media-libs/sampleicc
132 >=net-misc/curl-7.21.4
133 net-misc/npapi-sdk
134 + net-print/cups
135 >=sys-apps/findutils-4.4.2
136 sys-devel/bison
137 sys-apps/coreutils
138 @@ -493,6 +494,10 @@
139 kde4-base_pkg_postinst
140
141 pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
142 +
143 + if ! use cups ; then
144 + ewarn 'You will need net-print/cups to be able to print with libreoffice.'
145 + fi
146 }
147
148 pkg_postrm() {
149
150
151
152 1.20 app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild
153
154 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild?rev=1.20&view=markup
155 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild?rev=1.20&content-type=text/plain
156 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild?r1=1.19&r2=1.20
157
158 Index: libreoffice-3.4.3.2-r1.ebuild
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild,v
161 retrieving revision 1.19
162 retrieving revision 1.20
163 diff -u -r1.19 -r1.20
164 --- libreoffice-3.4.3.2-r1.ebuild 14 Feb 2012 19:29:27 -0000 1.19
165 +++ libreoffice-3.4.3.2-r1.ebuild 27 Feb 2012 21:29:20 -0000 1.20
166 @@ -1,6 +1,6 @@
167 # Copyright 1999-2012 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild,v 1.19 2012/02/14 19:29:27 scarabeus Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild,v 1.20 2012/02/27 21:29:20 dilfridge Exp $
171
172 EAPI=3
173
174 @@ -100,7 +100,7 @@
175 unset EXT_URI
176 unset ADDONS_SRC
177
178 -IUSE="binfilter +branding custom-cflags dbus debug eds gnome graphite
179 +IUSE="binfilter +branding +cups custom-cflags dbus debug eds gnome graphite
180 gstreamer gtk kde ldap mysql nsplugin odk opengl python templates test +vba
181 webdav pdfimport"
182 LICENSE="LGPL-3"
183 @@ -134,7 +134,6 @@
184 >=media-libs/fontconfig-2.8.0
185 >=media-libs/vigra-1.7
186 >=media-libs/libpng-1.4
187 - net-print/cups
188 sci-mathematics/lpsolve
189 >=sys-libs/db-4.8
190 virtual/jpeg
191 @@ -177,6 +176,7 @@
192 !app-office/libreoffice-bin
193 !app-office/openoffice-bin
194 !app-office/openoffice
195 + cups? ( net-print/cups )
196 java? ( >=virtual/jre-1.6 )
197 "
198
199 @@ -194,6 +194,7 @@
200 dev-util/mdds
201 >=dev-util/pkgconfig-0.26
202 >=net-misc/curl-7.21.4
203 + net-print/cups
204 >=sys-apps/findutils-4.4.2
205 sys-devel/bison
206 sys-apps/coreutils
207 @@ -557,6 +558,10 @@
208 kde4-base_pkg_postinst
209
210 pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
211 +
212 + if ! use cups ; then
213 + ewarn 'You will need net-print/cups to be able to print with libreoffice.'
214 + fi
215 }
216
217 pkg_postrm() {
218
219
220
221 1.8 app-office/libreoffice/libreoffice-3.5.0.3.ebuild
222
223 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.0.3.ebuild?rev=1.8&view=markup
224 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.0.3.ebuild?rev=1.8&content-type=text/plain
225 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.0.3.ebuild?r1=1.7&r2=1.8
226
227 Index: libreoffice-3.5.0.3.ebuild
228 ===================================================================
229 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.0.3.ebuild,v
230 retrieving revision 1.7
231 retrieving revision 1.8
232 diff -u -r1.7 -r1.8
233 --- libreoffice-3.5.0.3.ebuild 27 Feb 2012 21:08:53 -0000 1.7
234 +++ libreoffice-3.5.0.3.ebuild 27 Feb 2012 21:29:20 -0000 1.8
235 @@ -1,6 +1,6 @@
236 # Copyright 1999-2012 Gentoo Foundation
237 # Distributed under the terms of the GNU General Public License v2
238 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.0.3.ebuild,v 1.7 2012/02/27 21:08:53 dilfridge Exp $
239 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.0.3.ebuild,v 1.8 2012/02/27 21:29:20 dilfridge Exp $
240
241 EAPI=4
242
243 @@ -69,7 +69,7 @@
244 unset EXT_URI
245 unset ADDONS_SRC
246
247 -IUSE="binfilter +branding dbus debug eds gnome +graphite gstreamer +gtk gtk3
248 +IUSE="binfilter +branding +cups dbus debug eds gnome +graphite gstreamer +gtk gtk3
249 jemalloc kde mysql +nsplugin odk opengl pdfimport postgres svg test +vba
250 +webdav +xmlsec"
251 LICENSE="LGPL-3"
252 @@ -103,7 +103,6 @@
253 media-libs/freetype:2
254 >=media-libs/libpng-1.4
255 media-libs/libvisio
256 - net-print/cups
257 sci-mathematics/lpsolve
258 >=sys-libs/db-4.8
259 virtual/jpeg
260 @@ -145,6 +144,7 @@
261 !app-office/openoffice
262 media-fonts/libertine-ttf
263 media-fonts/liberation-fonts
264 + cups? ( net-print/cups )
265 java? ( >=virtual/jre-1.6 )
266 "
267
268 @@ -168,6 +168,7 @@
269 media-libs/sampleicc
270 >=net-misc/curl-7.21.4
271 net-misc/npapi-sdk
272 + net-print/cups
273 >=sys-apps/findutils-4.4.2
274 sys-devel/bison
275 sys-apps/coreutils
276 @@ -492,6 +493,10 @@
277 kde4-base_pkg_postinst
278
279 pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
280 +
281 + if ! use cups ; then
282 + ewarn 'You will need net-print/cups to be able to print with libreoffice.'
283 + fi
284 }
285
286 pkg_postrm() {
287
288
289
290 1.6 app-office/libreoffice/libreoffice-3.4.5.2.ebuild
291
292 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.5.2.ebuild?rev=1.6&view=markup
293 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.5.2.ebuild?rev=1.6&content-type=text/plain
294 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.5.2.ebuild?r1=1.5&r2=1.6
295
296 Index: libreoffice-3.4.5.2.ebuild
297 ===================================================================
298 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.5.2.ebuild,v
299 retrieving revision 1.5
300 retrieving revision 1.6
301 diff -u -r1.5 -r1.6
302 --- libreoffice-3.4.5.2.ebuild 14 Feb 2012 19:29:27 -0000 1.5
303 +++ libreoffice-3.4.5.2.ebuild 27 Feb 2012 21:29:20 -0000 1.6
304 @@ -1,6 +1,6 @@
305 # Copyright 1999-2012 Gentoo Foundation
306 # Distributed under the terms of the GNU General Public License v2
307 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.5.2.ebuild,v 1.5 2012/02/14 19:29:27 scarabeus Exp $
308 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.5.2.ebuild,v 1.6 2012/02/27 21:29:20 dilfridge Exp $
309
310 EAPI=4
311
312 @@ -67,7 +67,7 @@
313 unset EXT_URI
314 unset ADDONS_SRC
315
316 -IUSE="binfilter +branding custom-cflags dbus debug eds gnome graphite
317 +IUSE="binfilter +branding +cups custom-cflags dbus debug eds gnome graphite
318 gstreamer gtk jemalloc kde mysql nsplugin odk opengl pdfimport python
319 test +vba webdav"
320 LICENSE="LGPL-3"
321 @@ -94,7 +94,6 @@
322 >=media-libs/fontconfig-2.8.0
323 >=media-libs/vigra-1.7
324 >=media-libs/libpng-1.4
325 - net-print/cups
326 sci-mathematics/lpsolve
327 >=sys-libs/db-4.8
328 virtual/jpeg
329 @@ -137,6 +136,7 @@
330 !app-office/libreoffice-bin
331 !app-office/openoffice-bin
332 !app-office/openoffice
333 + cups? ( net-print/cups )
334 java? ( >=virtual/jre-1.6 )
335 "
336
337 @@ -154,6 +154,7 @@
338 dev-util/mdds
339 >=dev-util/pkgconfig-0.26
340 >=net-misc/curl-7.21.4
341 + net-print/cups
342 >=sys-apps/findutils-4.4.2
343 sys-devel/bison
344 sys-apps/coreutils
345 @@ -507,6 +508,10 @@
346 kde4-base_pkg_postinst
347
348 pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
349 +
350 + if ! use cups ; then
351 + ewarn 'You will need net-print/cups to be able to print with libreoffice.'
352 + fi
353 }
354
355 pkg_postrm() {
356
357
358
359 1.242 app-office/libreoffice/ChangeLog
360
361 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.242&view=markup
362 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.242&content-type=text/plain
363 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.241&r2=1.242
364
365 Index: ChangeLog
366 ===================================================================
367 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
368 retrieving revision 1.241
369 retrieving revision 1.242
370 diff -u -r1.241 -r1.242
371 --- ChangeLog 27 Feb 2012 21:08:53 -0000 1.241
372 +++ ChangeLog 27 Feb 2012 21:29:21 -0000 1.242
373 @@ -1,6 +1,12 @@
374 # ChangeLog for app-office/libreoffice
375 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
376 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.241 2012/02/27 21:08:53 dilfridge Exp $
377 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.242 2012/02/27 21:29:21 dilfridge Exp $
378 +
379 + 27 Feb 2012; Andreas K. Huettel <dilfridge@g.o>
380 + libreoffice-3.4.3.2-r1.ebuild, libreoffice-3.4.5.2.ebuild,
381 + libreoffice-3.5.0.3.ebuild, libreoffice-3.5.9999.ebuild,
382 + libreoffice-9999-r2.ebuild:
383 + Introduce use-flag cups to allow for no-printing installation, bug 402987
384
385 27 Feb 2012; Andreas K. Huettel <dilfridge@g.o>
386 libreoffice-3.5.0.3.ebuild, libreoffice-3.5.9999.ebuild,