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 B925F13832E for ; Wed, 3 Aug 2016 20:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4291E0B0D; Wed, 3 Aug 2016 20:18:32 +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 5E63EE0B0D for ; Wed, 3 Aug 2016 20:18:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 10A7C340A15 for ; Wed, 3 Aug 2016 20:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C3B37D3 for ; Wed, 3 Aug 2016 20:18:27 +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: <1470255468.72dc9df3c713b3a993de7a3bae2d3780f8fd02a4.johu@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: eclass/ X-VCS-Repository: proj/kde-sunset 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: 72dc9df3c713b3a993de7a3bae2d3780f8fd02a4 X-VCS-Branch: master Date: Wed, 3 Aug 2016 20:18:27 +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: cf60efad-cd06-4e94-a816-80f3967190f8 X-Archives-Hash: 85b2804046be0c248370090316b8ce54 commit: 72dc9df3c713b3a993de7a3bae2d3780f8fd02a4 Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 3 20:17:48 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Aug 3 20:17:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=72dc9df3 kde4-meta-pkg.eclass: Import from gentoo main tree eclass/kde4-meta-pkg.eclass | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/eclass/kde4-meta-pkg.eclass b/eclass/kde4-meta-pkg.eclass new file mode 100644 index 0000000..7f74338 --- /dev/null +++ b/eclass/kde4-meta-pkg.eclass @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# DEPRECATED +# This eclass is deprecated. Superseded by kde5-meta-pkg.eclass. + +# @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