commit: 61172d459720d5d32a631c7d72a2766a420bfe66 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Oct 13 09:17:51 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Oct 13 09:19:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61172d45
kde4-meta-pkg.eclass: Remove last-rited eclass eclass/kde4-meta-pkg.eclass | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/eclass/kde4-meta-pkg.eclass b/eclass/kde4-meta-pkg.eclass deleted file mode 100644 index b4c4178..00000000 --- a/eclass/kde4-meta-pkg.eclass +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# @DEAD -# This eclass is deprecated and no longer used. Superseded by -# kde5-meta-pkg.eclass It will be removed in 30 days. - -# @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
