blob: cca58440257f6762172158ba5f1fe02fe97340c5 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/kdeadmin-meta-3.5.10.ebuild,v 1.7 2009/07/12 11:45:04 armin76 Exp $
EAPI="1"
inherit kde-functions
DESCRIPTION="kdeadmin - merge this to pull in all kdeadmin-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="3.5"
KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND=">=kde-apps/kcron-${PV}:${SLOT}
>=kde-base/kdeadmin-kfile-plugins-${PV}:${SLOT}
>=kde-apps/kuser-${PV}:${SLOT}
x86? ( >=kde-base/lilo-config-${PV}:${SLOT} )
amd64? ( >=kde-base/lilo-config-${PV}:${SLOT} )
>=kde-base/secpolicy-${PV}:${SLOT}
>=kde-base/knetworkconf-${PV}:${SLOT}"
# NOTE: KPackage, KSysv are useless on a normal gentoo system and so aren't included
# in the above list. KDat is broken and unmaintained. However, packages do nominally
# exist for them.
|