Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
Date: Wed, 29 Feb 2012 08:46:26
Message-Id: 20120229084616.CECA92004B@flycatcher.gentoo.org
1 scarabeus 12/02/29 08:46:16
2
3 Modified: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
4 Log:
5 Add debug useflag and reword cups warning to match non-bin pkg.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: libreoffice-bin-3.4.5.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- libreoffice-bin-3.4.5.2-r1.ebuild 27 Feb 2012 21:43:48 -0000 1.4
23 +++ libreoffice-bin-3.4.5.2-r1.ebuild 29 Feb 2012 08:46:16 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.4 2012/02/27 21:43:48 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.5 2012/02/29 08:46:16 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -48,7 +48,7 @@
33 x86? ( ${SRC_URI_X86} )
34 "
35
36 -IUSE="+cups gnome java kde"
37 +IUSE="+cups debug gnome java kde"
38 LICENSE="LGPL-3"
39 SLOT="0"
40 KEYWORDS="-* ~amd64 ~x86"
41 @@ -109,6 +109,7 @@
42
43 PDEPEND="
44 =app-office/libreoffice-l10n-$(get_version_component_range 1-3)*
45 + debug? ( ~app-office/libreoffice-bin-debug-${PV} )
46 "
47
48 # after all it's a binary package
49 @@ -165,7 +166,7 @@
50 pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
51
52 use cups || \
53 - ewarn 'You will need net-print/cups in order to be able to print with libreoffice.'
54 + ewarn 'You will need net-print/cups to be able to print and export to PDF with libreoffice.'
55 }
56
57 pkg_postrm() {
58
59
60
61 1.58 app-office/libreoffice-bin/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.58&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.58&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.57&r2=1.58
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
70 retrieving revision 1.57
71 retrieving revision 1.58
72 diff -u -r1.57 -r1.58
73 --- ChangeLog 27 Feb 2012 21:43:48 -0000 1.57
74 +++ ChangeLog 29 Feb 2012 08:46:16 -0000 1.58
75 @@ -1,6 +1,10 @@
76 # ChangeLog for app-office/libreoffice-bin
77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.57 2012/02/27 21:43:48 scarabeus Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.58 2012/02/29 08:46:16 scarabeus Exp $
80 +
81 + 29 Feb 2012; Tomáš Chvátal <scarabeus@g.o>
82 + libreoffice-bin-3.4.5.2-r1.ebuild:
83 + Add debug useflag and reword cups warning to match non-bin pkg.
84
85 27 Feb 2012; Tomáš Chvátal <scarabeus@g.o>
86 libreoffice-bin-3.4.5.2-r1.ebuild: