From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6232613829C for ; Fri, 3 Jun 2016 07:17:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56985254022; Fri, 3 Jun 2016 07:17:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3212254022 for ; Fri, 3 Jun 2016 07:17:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC251340D0A for ; Fri, 3 Jun 2016 07:17:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22181AA2 for ; Fri, 3 Jun 2016 07:16:58 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1464938170.45eb4a9cd7843a95f2d19bef81703793fa0b3ee6.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-meta-pkg.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 45eb4a9cd7843a95f2d19bef81703793fa0b3ee6 X-VCS-Branch: master Date: Fri, 3 Jun 2016 07:16:58 +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-Archives-Salt: 2b6f3bf9-924f-4fc4-b52a-affad0e34942 X-Archives-Hash: b9fae585187cf78f86ae5a63a631eb94 commit: 45eb4a9cd7843a95f2d19bef81703793fa0b3ee6 Author: Johannes Huber gentoo org> AuthorDate: Fri Jun 3 07:16:10 2016 +0000 Commit: Johannes Huber gentoo 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: -# kde@gentoo.org -# @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