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 C1C8F139083 for ; Sat, 12 Aug 2017 11:59:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15AD81FC06B; Sat, 12 Aug 2017 11:59:34 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E601F1FC03E for ; Sat, 12 Aug 2017 11:59:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B7BBE341AA9 for ; Sat, 12 Aug 2017 11:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 491C57689 for ; Sat, 12 Aug 2017 11:59:31 +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: <1502538865.01b9559d69eeb556b889f0a3c6f7699b729ad816.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdegraphics-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdegraphics-meta/kdegraphics-meta-17.04.3.ebuild X-VCS-Directories: kde-apps/kdegraphics-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 01b9559d69eeb556b889f0a3c6f7699b729ad816 X-VCS-Branch: master Date: Sat, 12 Aug 2017 11:59:31 +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: 1e035bb7-fc5c-4f36-8927-69d6d644560e X-Archives-Hash: 05ca10911a7c232b28644d1dcc291efd commit: 01b9559d69eeb556b889f0a3c6f7699b729ad816 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 12 11:01:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 12 11:54:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b9559d kde-apps/kdegraphics-meta: Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../kdegraphics-meta-17.04.3.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.04.3.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.04.3.ebuild deleted file mode 100644 index 5498c3c326d..00000000000 --- a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.04.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="kdegraphics - merge this to pull in all kdegraphics-derived packages" -HOMEPAGE="https://www.kde.org/applications/graphics/" -KEYWORDS="~amd64 ~x86" -IUSE="nls scanner" - -[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL} - -RDEPEND=" - $(add_kdeapps_dep gwenview) - $(add_kdeapps_dep kamera) - $(add_kdeapps_dep kcolorchooser) - $(add_kdeapps_dep kdegraphics-mobipocket) - $(add_kdeapps_dep kolourpaint) - $(add_kdeapps_dep kruler) - $(add_kdeapps_dep libkdcraw) - $(add_kdeapps_dep libkexiv2) - $(add_kdeapps_dep libkipi) - $(add_kdeapps_dep okular) - $(add_kdeapps_dep spectacle) - $(add_kdeapps_dep svgpart) - $(add_kdeapps_dep thumbnailers) - scanner? ( - $(add_kdeapps_dep ksaneplugin) - $(add_kdeapps_dep libksane) - nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) ) - ) -"