summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/ooo/ooo-0.ebuild')
-rw-r--r--virtual/ooo/ooo-0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/virtual/ooo/ooo-0.ebuild b/virtual/ooo/ooo-0.ebuild
new file mode 100644
index 000000000000..501b0f0db245
--- /dev/null
+++ b/virtual/ooo/ooo-0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v 1.1 2011/03/16 22:17:59 suka Exp $
+
+EAPI=3
+
+DESCRIPTION="Virtual for OpenOffice.org/LibreOffice"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| (
+ app-office/libreoffice-bin
+ app-office/libreoffice
+ app-office/openoffice-bin
+ app-office/openoffice
+ )"