diff options
Diffstat (limited to 'kde-base/kdeadmin-meta/kdeadmin-meta-4.0.5.ebuild')
-rw-r--r-- | kde-base/kdeadmin-meta/kdeadmin-meta-4.0.5.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-4.0.5.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-4.0.5.ebuild new file mode 100644 index 000000000000..fae542a90eb9 --- /dev/null +++ b/kde-base/kdeadmin-meta/kdeadmin-meta-4.0.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/kdeadmin-meta-4.0.5.ebuild,v 1.1 2008/06/05 21:20:58 keytoaster Exp $ + +EAPI="1" + +inherit kde4-functions + +DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-4" +KEYWORDS="~amd64 ~x86" +IUSE="lilo" + +RDEPEND=" + >=kde-base/kcron-${PV}:${SLOT} + >=kde-base/knetworkconf-${PV}:${SLOT} + >=kde-base/kuser-${PV}:${SLOT} + >=kde-base/secpolicy-${PV}:${SLOT} + lilo? ( >=kde-base/lilo-config-${PV}:${SLOT} ) +" + +## the following package has missing rdepends (the 'SMART package manager') and +## isn't useful enough on Gentoo to fix it now +# >=kde-base/kpackage-${PV}:${SLOT} + +## the following packages are currently missing in kde 4 +#>=kde-base/kdat-${PV}:${SLOT} +#>=kde-base/ksysv-${PV}:${SLOT} +#>=kde-base/kdeadmin-kfile-plugins-${PV}:${SLOT} |