summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-13 15:03:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-13 15:05:24 +0100
commit2a3b8a4d1736d6881a97d170420c100a4f9c9602 (patch)
tree83d5dd96c5c9dbc656c7dabd2230e831b5a93a4f
parentcc049b8e832cbe760638c031774dabdf429a858a (diff)
downloadkde-2a3b8a4d1736d6881a97d170420c100a4f9c9602.tar.gz
kde-2a3b8a4d1736d6881a97d170420c100a4f9c9602.tar.bz2
kde-2a3b8a4d1736d6881a97d170420c100a4f9c9602.zip
kde5-meta-pkg.eclass: Remove unused eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/kde5-meta-pkg.eclass25
1 files changed, 0 insertions, 25 deletions
diff --git a/eclass/kde5-meta-pkg.eclass b/eclass/kde5-meta-pkg.eclass
deleted file mode 100644
index 6dd348276b4..00000000000
--- a/eclass/kde5-meta-pkg.eclass
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# @ECLASS: kde5-meta-pkg.eclass
-# @MAINTAINER:
-# kde@gentoo.org
-# @BLURB: This eclass contains boilerplate for KDE meta packages.
-# @DESCRIPTION:
-# This eclass should only be used for defining meta packages bundling
-# software produced by the KDE community.
-
-if [[ -z ${_KDE5_META_PKG_ECLASS} ]]; then
-_KDE5_META_PKG_ECLASS=1
-
-inherit kde5-functions
-
-HOMEPAGE="https://www.kde.org/"
-LICENSE="metapackage"
-SLOT="5"
-
-if [[ ${CATEGORY} = kde-apps ]]; then
- RDEPEND+=" !kde-apps/${PN}:4"
-fi
-
-fi