blob: 89f242de979cad483274d87ae886b0f8003db13c (
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
27
28
29
30
31
32
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
#
# Please note that koffice is currently bumped "forward" and that this live
# ebuild is more or less unmaintained.
#
EAPI="3"
DESCRIPTION="KOffice - merge this to pull in all KOffice-derived packages."
HOMEPAGE="http://www.koffice.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS=""
IUSE="nls reports"
RDEPEND="
>=app-office/karbon-${PV}:${SLOT}
>=app-office/kchart-${PV}:${SLOT}[reports?]
>=app-office/kexi-${PV}:${SLOT}
>=app-office/kivio-${PV}:${SLOT}
>=app-office/koffice-data-${PV}:${SLOT}
>=app-office/koffice-libs-${PV}:${SLOT}
>=app-office/kpresenter-${PV}:${SLOT}
>=app-office/krita-${PV}:${SLOT}
>=app-office/kspread-${PV}:${SLOT}
>=app-office/kword-${PV}:${SLOT}
reports? ( >=app-office/kplato-${PV}:${SLOT} )
"
|