summaryrefslogtreecommitdiff
path: root/eclass/kde4-meta-pkg.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde4-meta-pkg.eclass')
-rw-r--r--eclass/kde4-meta-pkg.eclass21
1 files changed, 21 insertions, 0 deletions
diff --git a/eclass/kde4-meta-pkg.eclass b/eclass/kde4-meta-pkg.eclass
new file mode 100644
index 00000000000..ef88b2d0ac7
--- /dev/null
+++ b/eclass/kde4-meta-pkg.eclass
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# @ECLASS: kde4-meta-pkg.eclass
+# @MAINTAINER:
+# kde@gentoo.org
+# @BLURB: This eclass contains boilerplate for kde 4.X meta packages
+# @DESCRIPTION:
+# This eclass should only be used for defining meta packages for KDE4.
+
+inherit kde4-functions versionator
+
+HOMEPAGE="http://www.kde.org/"
+
+LICENSE="GPL-2"
+IUSE="aqua kdeprefix"
+RDEPEND="$(block_other_slots)"
+
+SLOT=$(_calculate_kde_slot)
+[[ -z ${SLOT} ]] && die "Unsupported ${PV}"