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 574BC158015 for ; Thu, 21 Dec 2023 13:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B9042BC01B; 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 628102BC01B 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 204FB342F64 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 883AB1450 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: <1703165628.a66537323744540529e2d2e6c9de431193041bd1.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.ebuild X-VCS-Directories: kde-apps/kdegraphics-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a66537323744540529e2d2e6c9de431193041bd1 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: 5ea15a0c-8704-4fba-9509-3e35cf08711c X-Archives-Hash: c25913a942b374478f23687f834321af commit: a66537323744540529e2d2e6c9de431193041bd1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 13:30:47 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 21 13:33:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6653732 kde-apps/kdegraphics-meta: drop 23.08.4 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdegraphics-meta-23.08.4.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-23.08.4.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-23.08.4.ebuild deleted file mode 100644 index a896f4015732..000000000000 --- a/kde-apps/kdegraphics-meta/kdegraphics-meta-23.08.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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}:${SLOT} ) -"