blob: a57e74420a947e1980fe48a514b4cfa15703d4f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.0.ebuild,v 1.5 2010/01/14 02:06:32 jer 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 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} )
"
|