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-bin: ChangeLog libreoffice-bin-4.0.4.2.ebuild
Date: Sat, 27 Jul 2013 17:41:53
Message-Id: 20130727174149.D6ED62171C@flycatcher.gentoo.org
1 dilfridge 13/07/27 17:41:49
2
3 Modified: ChangeLog libreoffice-bin-4.0.4.2.ebuild
4 Log:
5 Make cups mandatory, bug 478364
6
7 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.110 app-office/libreoffice-bin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 20 Jul 2013 22:12:53 -0000 1.109
23 +++ ChangeLog 27 Jul 2013 17:41:49 -0000 1.110
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-office/libreoffice-bin
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.109 2013/07/20 22:12:53 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.110 2013/07/27 17:41:49 dilfridge Exp $
29 +
30 + 27 Jul 2013; Andreas K. Huettel <dilfridge@g.o>
31 + libreoffice-bin-4.0.4.2.ebuild:
32 + Make cups mandatory, bug 478364
33
34 *libreoffice-bin-4.0.4.2 (20 Jul 2013)
35
36
37
38
39 1.2 app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild?r1=1.1&r2=1.2
44
45 Index: libreoffice-bin-4.0.4.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- libreoffice-bin-4.0.4.2.ebuild 20 Jul 2013 22:12:53 -0000 1.1
52 +++ libreoffice-bin-4.0.4.2.ebuild 27 Jul 2013 17:41:49 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild,v 1.1 2013/07/20 22:12:53 dilfridge Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild,v 1.2 2013/07/27 17:41:49 dilfridge Exp $
58
59 EAPI=5
60
61 @@ -51,7 +51,7 @@
62 x86? ( ${SRC_URI_X86} )
63 "
64
65 -IUSE="+cups debug gnome java kde"
66 +IUSE="debug gnome java kde"
67 LICENSE="LGPL-3"
68 SLOT="0"
69 KEYWORDS="-* ~amd64 ~x86"
70 @@ -112,7 +112,7 @@
71 x11-libs/libXinerama
72 x11-libs/libXrandr
73 x11-libs/libXrender
74 - cups? ( net-print/cups )
75 + net-print/cups
76 >=dev-libs/dbus-glib-0.92
77 gnome? ( gnome-extra/evolution-data-server )
78 gnome? ( gnome-base/gconf:2 )
79 @@ -192,9 +192,6 @@
80 pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
81 pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin
82
83 - use cups && ! has_version net-print/cups || \
84 - ewarn 'You will need net-print/cups to be able to print and export to PDF with libreoffice.'
85 -
86 use java || \
87 ewarn 'If you plan to use lbase application you should enable java or you will get various crashes.'
88 }