diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-27 22:36:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-27 22:36:09 +0000 |
commit | 61e8ee818880f1d490fad6d4a81b06592576a01a (patch) | |
tree | 9f93402f93f0fee6ce6ee842de69a279570116c7 /app-office/koffice-meta/koffice-meta-2.1.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-61e8ee818880f1d490fad6d4a81b06592576a01a.tar.gz gentoo-2-61e8ee818880f1d490fad6d4a81b06592576a01a.tar.bz2 gentoo-2-61e8ee818880f1d490fad6d4a81b06592576a01a.zip |
Version bump.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'app-office/koffice-meta/koffice-meta-2.1.1.ebuild')
-rw-r--r-- | app-office/koffice-meta/koffice-meta-2.1.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-office/koffice-meta/koffice-meta-2.1.1.ebuild b/app-office/koffice-meta/koffice-meta-2.1.1.ebuild new file mode 100644 index 000000000000..1d4e88f685e7 --- /dev/null +++ b/app-office/koffice-meta/koffice-meta-2.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/koffice-meta-2.1.1.ebuild,v 1.1 2010/02/27 22:36:09 ssuominen Exp $ + +EAPI=2 + +DESCRIPTION="KOffice - merge this to pull in all KOffice-derived packages." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2" + +SLOT="2" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="nls" + +RDEPEND=" + >=app-office/karbon-${PV}:${SLOT} + >=app-office/kchart-${PV}:${SLOT} + >=app-office/koffice-data-${PV}:${SLOT} + >=app-office/koffice-libs-${PV}:${SLOT} + >=app-office/kplato-${PV}:${SLOT} + >=app-office/kpresenter-${PV}:${SLOT} + >=app-office/krita-${PV}:${SLOT} + >=app-office/kspread-${PV}:${SLOT} + >=app-office/kword-${PV}:${SLOT} + nls? ( >=app-office/koffice-l10n-${PV}:${SLOT} ) +" |