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 75DEB139694 for ; Mon, 13 Mar 2017 20:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94762E0D6F; Mon, 13 Mar 2017 20:30:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 70F72E0D6F for ; Mon, 13 Mar 2017 20:30:25 +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 743C633BE19 for ; Mon, 13 Mar 2017 20:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D12FB6722 for ; Mon, 13 Mar 2017 20:30:22 +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: <1489437010.dbab873de5d676b78a56c9d091c5d71088473f70.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-16.12.3-r1.ebuild X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dbab873de5d676b78a56c9d091c5d71088473f70 X-VCS-Branch: master Date: Mon, 13 Mar 2017 20:30:22 +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: 175c752a-4773-411a-b2ea-8d483ca8c498 X-Archives-Hash: 3d67195cbff6275c433dc7ede7d7d8db commit: dbab873de5d676b78a56c9d091c5d71088473f70 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 13 19:59:20 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 13 20:30:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbab873d kde-apps/kdeutils-meta: Allow all kde-apps/kgpg slots Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../kdeutils-meta/kdeutils-meta-16.12.3-r1.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-16.12.3-r1.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-16.12.3-r1.ebuild new file mode 100644 index 00000000000..54057f8ca30 --- /dev/null +++ b/kde-apps/kdeutils-meta/kdeutils-meta-16.12.3-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" +HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org" +KEYWORDS="~amd64 ~x86" +IUSE="cups floppy lirc nls" + +[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL} + +RDEPEND=" + $(add_kdeapps_dep ark) + $(add_kdeapps_dep filelight) + $(add_kdeapps_dep kcalc) + $(add_kdeapps_dep kcharselect) + $(add_kdeapps_dep kdebugsettings) + $(add_kdeapps_dep kdf) + kde-apps/kgpg:* + $(add_kdeapps_dep kteatime) + $(add_kdeapps_dep ktimer) + $(add_kdeapps_dep kwalletmanager) + $(add_kdeapps_dep sweeper) + cups? ( $(add_kdeapps_dep print-manager) ) + floppy? ( $(add_kdeapps_dep kfloppy) ) + lirc? ( $(add_kdeapps_dep kremotecontrol) ) + nls? ( + $(add_kdeapps_dep kde-l10n '' ${L10N_MINIMAL}) + $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) + ) +"