commit:     ea1afb4ae48b6e9ef0d436a5cd81c0ab9c6801c0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 18:30:20 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 18:30:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1afb4a

kde5-meta-pkg.eclass: new eclass.

 eclass/kde5-meta-pkg.eclass | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/eclass/kde5-meta-pkg.eclass b/eclass/kde5-meta-pkg.eclass
new file mode 100644
index 0000000..8134db3
--- /dev/null
+++ b/eclass/kde5-meta-pkg.eclass
@@ -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:
+# [email protected]
+# @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

Reply via email to