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 44EB9139694 for ; Mon, 13 Mar 2017 20:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F91DE0D82; Mon, 13 Mar 2017 20:31:47 +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 63AC1E0D82 for ; Mon, 13 Mar 2017 20:31:47 +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 90B6933BF1C for ; Mon, 13 Mar 2017 20:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AD496723 for ; Mon, 13 Mar 2017 20:31:45 +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: <1489437055.1c0ab41010b24fd3d652e8b7f15c06a18beba2a7.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.ebuild X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1c0ab41010b24fd3d652e8b7f15c06a18beba2a7 X-VCS-Branch: master Date: Mon, 13 Mar 2017 20:31:45 +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: 98f17edf-41eb-4362-b9e1-9d73fa211318 X-Archives-Hash: ff41af25bb2fc5902acf95db21f9b6dd commit: 1c0ab41010b24fd3d652e8b7f15c06a18beba2a7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 13 20:30:55 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 13 20:30:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0ab410 kde-apps/kdeutils-meta: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../kdeutils-meta/kdeutils-meta-16.12.3.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-16.12.3.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-16.12.3.ebuild deleted file mode 100644 index 202bebe801d..00000000000 --- a/kde-apps/kdeutils-meta/kdeutils-meta-16.12.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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) - $(add_kdeapps_dep 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}) - ) -"