kde5-meta-pkg.eclass: new eclass.
authorMichael Palimaka <kensington@gentoo.org>
Thu, 20 Aug 2015 18:30:20 +0000 (04:30 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 20 Aug 2015 18:30:20 +0000 (04:30 +1000)
eclass/kde5-meta-pkg.eclass [new file with mode: 0644]

diff --git a/eclass/kde5-meta-pkg.eclass b/eclass/kde5-meta-pkg.eclass
new file mode 100644 (file)
index 0000000..8134db3
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# @ECLASS: kde5-meta-pkg.eclass
+# @MAINTAINER:
+# kde@gentoo.org
+# @BLURB: This eclass contains boilerplate for KDE 5 meta packages
+# @DESCRIPTION:
+# This eclass should only be used for defining meta packages for KDE 5.
+
+if [[ -z ${_KDE5_META_PKG_ECLASS} ]]; then
+_KDE5_META_PKG_ECLASS=1
+
+inherit kde5-functions
+
+HOMEPAGE="http://www.kde.org/"
+LICENSE="metapackage"
+SLOT="5"
+
+fi