From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B5CB138334 for ; Thu, 13 Dec 2018 14:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F621E0940; Thu, 13 Dec 2018 14:05:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 504B1E092F for ; Thu, 13 Dec 2018 14:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA315335C8E for ; Thu, 13 Dec 2018 14:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4C9C4E4 for ; Thu, 13 Dec 2018 14:05:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1544709924.2a3b8a4d1736d6881a97d170420c100a4f9c9602.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-meta-pkg.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2a3b8a4d1736d6881a97d170420c100a4f9c9602 X-VCS-Branch: master Date: Thu, 13 Dec 2018 14:05:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13c93d5c-0a9e-4e96-b7fc-88e9a6a13991 X-Archives-Hash: a0826b5b98f44a54cbcfd27f515a940d commit: 2a3b8a4d1736d6881a97d170420c100a4f9c9602 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 13 14:03:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 13 14:05:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a3b8a4d kde5-meta-pkg.eclass: Remove unused eclass Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-meta-pkg.eclass | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/eclass/kde5-meta-pkg.eclass b/eclass/kde5-meta-pkg.eclass deleted file mode 100644 index 6dd348276b..0000000000 --- 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