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 BC8651581FB for ; Thu, 29 Aug 2024 21:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B383BE2A08; Thu, 29 Aug 2024 21:20:15 +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 97B98E2A08 for ; Thu, 29 Aug 2024 21:20:15 +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 98D2C342F94 for ; Thu, 29 Aug 2024 21:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B4C614D5 for ; Thu, 29 Aug 2024 21:20:12 +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: <1724966231.3cef3c5bae3e1789c5b1ed4132130bd0061a2381.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/thumbnailers/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/thumbnailers/Manifest kde-apps/thumbnailers/thumbnailers-23.08.5-r1.ebuild kde-apps/thumbnailers/thumbnailers-23.08.5.ebuild X-VCS-Directories: kde-apps/thumbnailers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3cef3c5bae3e1789c5b1ed4132130bd0061a2381 X-VCS-Branch: master Date: Thu, 29 Aug 2024 21:20:12 +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: 3f2ebcf3-92f8-4d3f-b944-2ac0c35af00b X-Archives-Hash: 1557ec510b7560ed0cb29aced7c386bb commit: 3cef3c5bae3e1789c5b1ed4132130bd0061a2381 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 28 19:40:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 29 21:17:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cef3c5b kde-apps/thumbnailers: drop 23.08.5, 23.08.5-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/thumbnailers/Manifest | 1 - .../thumbnailers/thumbnailers-23.08.5-r1.ebuild | 19 ---------- kde-apps/thumbnailers/thumbnailers-23.08.5.ebuild | 41 ---------------------- 3 files changed, 61 deletions(-) diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest deleted file mode 100644 index e64ffdb416c4..000000000000 --- a/kde-apps/thumbnailers/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kdegraphics-thumbnailers-23.08.5.tar.xz 49436 BLAKE2B 943ad7bd93ca5e4d80854869d4d97f7121d259a82062afb7781d1845e94cbc6ea1732aff3d3476eb6db5ffe54f8f97b352ef8977ebdccc2b173594dd3cbccd6f SHA512 77c328e9532fbd12548d4d219d6da2ad369ee14825d3cf5d142ec11afb842640e1fd01e7e1f911147c93e7e93893b9ae10be66b3d568866ed8985b5e5b38663f diff --git a/kde-apps/thumbnailers/thumbnailers-23.08.5-r1.ebuild b/kde-apps/thumbnailers/thumbnailers-23.08.5-r1.ebuild deleted file mode 100644 index 134a34ad3e43..000000000000 --- a/kde-apps/thumbnailers/thumbnailers-23.08.5-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Metapackage for KIO thumbnail generators" -HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/" - -LICENSE="metapackage" -SLOT="5" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" -IUSE="blender mobi pdf raw" - -RDEPEND=" - blender? ( >=media-gfx/kio-blender-thumbnailer-${PV}:5 ) - mobi? ( >=media-gfx/kio-mobi-thumbnailer-${PV}:5 ) - pdf? ( >=media-gfx/kio-ps-thumbnailer-${PV}:5 ) - raw? ( >=media-gfx/kio-raw-thumbnailer-${PV}:5 ) -" diff --git a/kde-apps/thumbnailers/thumbnailers-23.08.5.ebuild b/kde-apps/thumbnailers/thumbnailers-23.08.5.ebuild deleted file mode 100644 index a185cca4e8d9..000000000000 --- a/kde-apps/thumbnailers/thumbnailers-23.08.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KDE_ORG_NAME="kdegraphics-thumbnailers" -PVCUT=$(ver_cut 1-3) -KFMIN=5.106.0 -QTMIN=5.15.9 -inherit ecm gear.kde.org - -DESCRIPTION="Thumbnail generators for Mobipocket, PDF/PS and RAW files" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" -IUSE="mobi raw" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - mobi? ( >=kde-apps/kdegraphics-mobipocket-${PVCUT}:5 ) - raw? ( - >=kde-apps/libkdcraw-${PVCUT}:5 - >=kde-apps/libkexiv2-${PVCUT}:5 - ) -" -RDEPEND="${DEPEND} - mobi? ( !