blob: 782f74b1df1e3b3b90a4e2d831f8fea67943d71a (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/koffice-meta-1.3.5.ebuild,v 1.4 2005/05/03 13:35:06 herbs Exp $
MAXKOFFICEVER=1.3.5
inherit kde-functions
DESCRIPTION="koffice - merge this to pull in all koffice-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
# Note most packages didn't change between koffice 1.3.4 and 1.3.5
RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/karbon)
$(deprange $PV $MAXKOFFICEVER app-office/kchart)
$(deprange $PV $MAXKOFFICEVER app-office/kformula)
$(deprange $PV $MAXKOFFICEVER app-office/kivio)
$(deprange $PV $MAXKOFFICEVER app-office/koffice-data)
$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)
$(deprange $PV $MAXKOFFICEVER app-office/koshell)
$(deprange $PV $MAXKOFFICEVER app-office/kpresenter)
$(deprange $PV $MAXKOFFICEVER app-office/kspread)
$(deprange $PV $MAXKOFFICEVER app-office/kugar)
$(deprange $PV $MAXKOFFICEVER app-office/kword)"
|