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: ChangeLog ooo-0.ebuild
Date: Fri, 02 Sep 2011 10:20:50
Message-Id: 20110902102040.A7D412004C@flycatcher.gentoo.org
1 scarabeus 11/09/02 10:20:40
2
3 Modified: ChangeLog ooo-0.ebuild
4 Log:
5 Punt openoffice as it is gone from main tree for now.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 virtual/ooo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/ooo/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 28 Jul 2011 16:49:38 -0000 1.2
23 +++ ChangeLog 2 Sep 2011 10:20:40 -0000 1.3
24 @@ -1,6 +1,9 @@
25 # ChangeLog for virtual/ooo
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ChangeLog,v 1.2 2011/07/28 16:49:38 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ChangeLog,v 1.3 2011/09/02 10:20:40 scarabeus Exp $
29 +
30 + 02 Sep 2011; Tomáš Chvátal <scarabeus@g.o> ooo-0.ebuild:
31 + Punt openoffice as it is gone from main tree for now.
32
33 28 Jul 2011; Michael Sterrett <mr_bones_@g.o> ooo-0.ebuild:
34 sparc doesn't have openoffice at all
35
36
37
38 1.5 virtual/ooo/ooo-0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ooo-0.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ooo-0.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ooo/ooo-0.ebuild?r1=1.4&r2=1.5
43
44 Index: ooo-0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- ooo-0.ebuild 28 Jul 2011 16:49:38 -0000 1.4
51 +++ ooo-0.ebuild 2 Sep 2011 10:20:40 -0000 1.5
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v 1.4 2011/07/28 16:49:38 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v 1.5 2011/09/02 10:20:40 scarabeus Exp $
57
58 -EAPI=3
59 +EAPI=4
60
61 DESCRIPTION="Virtual for OpenOffice.org/LibreOffice"
62 HOMEPAGE=""
63 @@ -14,9 +14,9 @@
64 IUSE=""
65
66 DEPEND=""
67 -RDEPEND="|| (
68 - app-office/libreoffice-bin
69 - app-office/libreoffice
70 - app-office/openoffice-bin
71 - app-office/openoffice
72 - )"
73 +RDEPEND="
74 + || (
75 + app-office/libreoffice-bin
76 + app-office/libreoffice
77 + )
78 +"