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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EB6415812D for ; Fri, 03 Jan 2025 20:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FB91E0830; Fri, 03 Jan 2025 20:31:08 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26D9DE082B for ; Fri, 03 Jan 2025 20:31:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43FF633BE1D for ; Fri, 03 Jan 2025 20:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AC5E19C8 for ; Fri, 03 Jan 2025 20:31:03 +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: <1735936238.d3413d3e0f60c813013b7a7b5bcad298d5e898de.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/thumbnailers/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/thumbnailers/thumbnailers-23.08.5-r2.ebuild X-VCS-Directories: kde-apps/thumbnailers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d3413d3e0f60c813013b7a7b5bcad298d5e898de X-VCS-Branch: master Date: Fri, 03 Jan 2025 20:31:03 +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: ea024afd-eb14-4fe5-8117-a74e179808dd X-Archives-Hash: 81f71fbf499904f62b2e9f5ecf8f5f84 commit: d3413d3e0f60c813013b7a7b5bcad298d5e898de Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 3 19:37:32 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 3 20:30:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3413d3e kde-apps/thumbnailers: drop 23.08.5-r2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../thumbnailers/thumbnailers-23.08.5-r2.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/kde-apps/thumbnailers/thumbnailers-23.08.5-r2.ebuild b/kde-apps/thumbnailers/thumbnailers-23.08.5-r2.ebuild deleted file mode 100644 index 2261b1258057..000000000000 --- a/kde-apps/thumbnailers/thumbnailers-23.08.5-r2.ebuild +++ /dev/null @@ -1,21 +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 gettext mobi pdf raw video" - -RDEPEND=" - blender? ( >=media-gfx/kio-blender-thumbnailer-${PV}:5 ) - gettext? ( >=kde-apps/kdesdk-thumbnailers-${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 ) - video? ( >=kde-apps/ffmpegthumbs-${PV}:5 ) -"