From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 286881582EF for ; Wed, 12 Feb 2025 17:28:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 123C6343154 for ; Wed, 12 Feb 2025 17:28:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 49FED110472; Wed, 12 Feb 2025 17:28:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 3B1F3110471 for ; Wed, 12 Feb 2025 17:28:53 +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 C62F4343095 for ; Wed, 12 Feb 2025 17:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DBC227F8 for ; Wed, 12 Feb 2025 17:28:51 +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: <1739381294.e09c02734c9c7dbbabce53cee1c389dbd4d3b597.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-24.12.1.ebuild X-VCS-Directories: kde-apps/thumbnailers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e09c02734c9c7dbbabce53cee1c389dbd4d3b597 X-VCS-Branch: master Date: Wed, 12 Feb 2025 17:28:51 +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: 67a1ed96-3ec2-4584-9ac6-9dd33f5610eb X-Archives-Hash: ef83968cfc52383e4d5bf85969f7a223 commit: e09c02734c9c7dbbabce53cee1c389dbd4d3b597 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 12 17:23:59 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 12 17:28:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09c0273 kde-apps/thumbnailers: drop 24.12.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/thumbnailers/thumbnailers-24.12.1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/kde-apps/thumbnailers/thumbnailers-24.12.1.ebuild b/kde-apps/thumbnailers/thumbnailers-24.12.1.ebuild deleted file mode 100644 index 512dac40292c..000000000000 --- a/kde-apps/thumbnailers/thumbnailers-24.12.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2025 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="6" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="blender gettext mobi pdf raw video" - -RDEPEND=" - blender? ( >=media-gfx/kio-blender-thumbnailer-${PV}:6 ) - gettext? ( >=kde-apps/kdesdk-thumbnailers-${PV}:6 ) - mobi? ( >=media-gfx/kio-mobi-thumbnailer-${PV}:6 ) - pdf? ( >=media-gfx/kio-ps-thumbnailer-${PV}:6 ) - raw? ( >=media-gfx/kio-raw-thumbnailer-${PV}:6 ) - video? ( >=kde-apps/ffmpegthumbs-${PV}:6 ) -"