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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A35F1158015 for ; Thu, 21 Dec 2023 13:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83BE32BC013; Thu, 21 Dec 2023 13:34:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19B0E2BC013 for ; Thu, 21 Dec 2023 13:34:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13AED341214 for ; Thu, 21 Dec 2023 13:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75CDD1441 for ; Thu, 21 Dec 2023 13:34:41 +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: <1703165627.5f6cf4aab3e016a3cd2e69a4f832d45e30494329.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-23.08.4-r1.ebuild X-VCS-Directories: kde-apps/kdegraphics-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5f6cf4aab3e016a3cd2e69a4f832d45e30494329 X-VCS-Branch: master Date: Thu, 21 Dec 2023 13:34:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73a1272c-3742-4acf-88c1-d183e97b81f8 X-Archives-Hash: 90895173f7288b32af2e10d644bf4cd9 commit: 5f6cf4aab3e016a3cd2e69a4f832d45e30494329 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 09:03:25 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 21 13:33:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6cf4aa kde-apps/kdegraphics-meta: Relax kde-apps/spectacle slot dep to :* Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdegraphics-meta-23.08.4-r1.ebuild | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-23.08.4-r1.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-23.08.4-r1.ebuild new file mode 100644 index 000000000000..ed0a2aeb4ac5 --- /dev/null +++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-23.08.4-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" +HOMEPAGE="https://apps.kde.org/graphics/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="color-management scanner +screencast" + +RDEPEND=" + >=kde-apps/gwenview-${PV}:${SLOT} + >=kde-apps/kamera-${PV}:${SLOT} + >=kde-apps/kcolorchooser-${PV}:${SLOT} + >=kde-apps/kdegraphics-mobipocket-${PV}:${SLOT} + >=kde-apps/kolourpaint-${PV}:${SLOT} + >=kde-apps/kruler-${PV}:${SLOT} + >=kde-apps/libkdcraw-${PV}:${SLOT} + >=kde-apps/libkexiv2-${PV}:${SLOT} + >=kde-apps/okular-${PV}:${SLOT} + >=kde-apps/svgpart-${PV}:${SLOT} + >=kde-apps/thumbnailers-${PV}:${SLOT} + color-management? ( >=kde-misc/colord-kde-${PV}:${SLOT} ) + scanner? ( + >=kde-apps/libksane-${PV}:${SLOT} + >=kde-misc/skanlite-${PV}:${SLOT} + >=media-gfx/skanpage-${PV}:${SLOT} + ) + screencast? ( >=kde-apps/spectacle-${PV}:* ) +"