commit: 07412886a5d9503c01e24a629f8e258a6ad9e104 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Tue Nov 25 15:58:13 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Nov 25 15:58:17 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=07412886
[eclass] Introduce KDE 5 meta package 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..0952ac7 --- /dev/null +++ b/eclass/kde5-meta-pkg.eclass @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# @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
