Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/ooo: ooo-0.ebuild ChangeLog
Date: Fri, 01 Jun 2012 07:53:52
Message-Id: 20120601075337.1DA312004B@flycatcher.gentoo.org
1 scarabeus 12/06/01 07:53:37
2
3 Modified: ooo-0.ebuild ChangeLog
4 Log:
5 Add there openoffice-bin as we have that in main tree.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 virtual/ooo/ooo-0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ooo-0.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ooo-0.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ooo-0.ebuild?r1=1.6&r2=1.7
15
16 Index: ooo-0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ooo-0.ebuild 7 Apr 2012 15:19:36 -0000 1.6
23 +++ ooo-0.ebuild 1 Jun 2012 07:53:37 -0000 1.7
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/virtual/ooo/ooo-0.ebuild,v 1.6 2012/04/07 15:19:36 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v 1.7 2012/06/01 07:53:37 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -18,5 +18,6 @@
33 || (
34 app-office/libreoffice[java?]
35 app-office/libreoffice-bin[java?]
36 + app-office/openoffice-bin[java?]
37 )
38 "
39
40
41
42 1.5 virtual/ooo/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ChangeLog?rev=1.5&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ChangeLog?rev=1.5&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ChangeLog?r1=1.4&r2=1.5
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/virtual/ooo/ChangeLog,v
51 retrieving revision 1.4
52 retrieving revision 1.5
53 diff -u -r1.4 -r1.5
54 --- ChangeLog 7 Apr 2012 15:19:36 -0000 1.4
55 +++ ChangeLog 1 Jun 2012 07:53:37 -0000 1.5
56 @@ -1,6 +1,9 @@
57 # ChangeLog for virtual/ooo
58 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ChangeLog,v 1.4 2012/04/07 15:19:36 scarabeus Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ChangeLog,v 1.5 2012/06/01 07:53:37 scarabeus Exp $
61 +
62 + 01 Jun 2012; Tomáš Chvátal <scarabeus@g.o> ooo-0.ebuild:
63 + Add there openoffice-bin as we have that in main tree.
64
65 07 Apr 2012; Tomáš Chvátal <scarabeus@g.o> ooo-0.ebuild:
66 Add use for java wrt deps on extensions, preffer source build over the binary.