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 068381396D0 for ; Sat, 12 Aug 2017 11:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32C781FC062; Sat, 12 Aug 2017 11:59:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 10B111FC062 for ; Sat, 12 Aug 2017 11:59:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EAC92341AB0 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 35B787628 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: <1502538864.c328a747d4f25a5346cf036e65847f02e4987ba7.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-r1.ebuild X-VCS-Directories: kde-apps/kdegraphics-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c328a747d4f25a5346cf036e65847f02e4987ba7 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: bd2b6f54-4ba5-490a-80b4-271bd69fcbb9 X-Archives-Hash: 1be534576b0482cf5b4f0603abc22780 commit: c328a747d4f25a5346cf036e65847f02e4987ba7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 12 11:01:00 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 12 11:54:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c328a747 kde-apps/kdegraphics-meta: Drop kde-apps/ksaneplugin Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../kdegraphics-meta-17.04.3-r1.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.04.3-r1.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.04.3-r1.ebuild new file mode 100644 index 00000000000..da0d1c951ea --- /dev/null +++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.04.3-r1.ebuild @@ -0,0 +1,28 @@ +# 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="scanner" + +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 libksane) ) +"