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 ABDB415852A for ; Wed, 21 Aug 2024 21:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 961382BC03F; Wed, 21 Aug 2024 21:51:22 +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 791AE2BC03F for ; Wed, 21 Aug 2024 21:51:22 +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 21C9934134D for ; Wed, 21 Aug 2024 21:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2B691F10 for ; Wed, 21 Aug 2024 21:51:17 +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: <1724274991.0737fe6843b6870ee22c0270d862df1def324ef4.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.05.2-r1.ebuild X-VCS-Directories: kde-apps/thumbnailers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0737fe6843b6870ee22c0270d862df1def324ef4 X-VCS-Branch: master Date: Wed, 21 Aug 2024 21:51:17 +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: dc81d760-2b76-4bc7-9ead-bc55310262be X-Archives-Hash: 2400ee91ca0e391b654373acd3da1ea3 commit: 0737fe6843b6870ee22c0270d862df1def324ef4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 20 15:34:53 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 21 21:16:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0737fe68 kde-apps/thumbnailers: drop 24.05.2-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/thumbnailers/thumbnailers-24.05.2-r1.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/kde-apps/thumbnailers/thumbnailers-24.05.2-r1.ebuild b/kde-apps/thumbnailers/thumbnailers-24.05.2-r1.ebuild deleted file mode 100644 index 9e352574cd7d..000000000000 --- a/kde-apps/thumbnailers/thumbnailers-24.05.2-r1.ebuild +++ /dev/null @@ -1,20 +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="6" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="blender mobi pdf raw" # video - -RDEPEND=" - blender? ( >=media-gfx/kio-blender-thumbnailer-${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 )