diff options
Diffstat (limited to 'kde-base/kdeadmin-meta/kdeadmin-meta-4.0.2.ebuild')
-rw-r--r-- | kde-base/kdeadmin-meta/kdeadmin-meta-4.0.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-4.0.2.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-4.0.2.ebuild deleted file mode 100644 index 4164b9e900f6..000000000000 --- a/kde-base/kdeadmin-meta/kdeadmin-meta-4.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.2.ebuild,v 1.1 2008/03/10 23:28:30 philantrop 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} |