diff options
author | 2011-03-16 22:17:59 +0000 | |
---|---|---|
committer | 2011-03-16 22:17:59 +0000 | |
commit | bd7034ed2cf5b7b3075ab8180655a2d08aa94ed2 (patch) | |
tree | 99c4bc7cf83f667981941e01aaa89be3cc82f417 /virtual/ooo/ooo-0.ebuild | |
parent | Remove old-style virtual/ooo, bug #358895 (diff) | |
download | gentoo-2-bd7034ed2cf5b7b3075ab8180655a2d08aa94ed2.tar.gz gentoo-2-bd7034ed2cf5b7b3075ab8180655a2d08aa94ed2.tar.bz2 gentoo-2-bd7034ed2cf5b7b3075ab8180655a2d08aa94ed2.zip |
Initial commit for bug #358895
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'virtual/ooo/ooo-0.ebuild')
-rw-r--r-- | virtual/ooo/ooo-0.ebuild | 22 |
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 + )" |