commit: 45eb4a9cd7843a95f2d19bef81703793fa0b3ee6 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri Jun 3 07:16:10 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Fri Jun 3 07:16:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=45eb4a9c
kde4-meta-pkg.eclass: Remove Not used in kde overlay anymore. Does not differ from in tree version. eclass/kde4-meta-pkg.eclass | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/eclass/kde4-meta-pkg.eclass b/eclass/kde4-meta-pkg.eclass deleted file mode 100644 index 19eb45d..0000000 --- a/eclass/kde4-meta-pkg.eclass +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# @ECLASS: kde4-meta-pkg.eclass -# @MAINTAINER: -# [email protected] -# @BLURB: This eclass contains boilerplate for kde 4.X meta packages -# @DESCRIPTION: -# This eclass should only be used for defining meta packages for KDE4. - -if [[ -z ${_KDE4_META_PKG_ECLASS} ]]; then -_KDE4_META_PKG_ECLASS=1 - -inherit kde4-functions - -HOMEPAGE="https://www.kde.org/" - -LICENSE="metapackage" -IUSE="aqua" - -SLOT=4 - -fi
