summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-06 15:34:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 15:32:04 +0100
commitd3be57636ee7a5d0c256bbd5bccba8f8d2f37950 (patch)
treed3a553e27b715452229b0dbfeeacc8d0fc922bd9 /kde-apps/thumbnailers
parentkde-apps/svgpart: drop 23.08.3 (diff)
downloadgentoo-d3be57636ee7a5d0c256bbd5bccba8f8d2f37950.tar.gz
gentoo-d3be57636ee7a5d0c256bbd5bccba8f8d2f37950.tar.bz2
gentoo-d3be57636ee7a5d0c256bbd5bccba8f8d2f37950.zip
kde-apps/thumbnailers: drop 23.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/thumbnailers')
-rw-r--r--kde-apps/thumbnailers/Manifest1
-rw-r--r--kde-apps/thumbnailers/thumbnailers-23.08.3.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest
index 113e25f4f718..8a41bde4bea6 100644
--- a/kde-apps/thumbnailers/Manifest
+++ b/kde-apps/thumbnailers/Manifest
@@ -1,2 +1 @@
-DIST kdegraphics-thumbnailers-23.08.3.tar.xz 49424 BLAKE2B 73faa96ed620c311964f0f12caf4c70985bb692c9c8f36b634436bddc088f8e537ac43533750330a96314846a4e1ac1ee3ff5a09ff4c6aab8eff2f378420141a SHA512 062af3ec907ae3fe4e6853caf7969f909fad8263d2aa4509620bc975f228b75579512cfc442b5880e82625ff03b196f2f6c2798ad5947dc1daf0e5dae3007f84
DIST kdegraphics-thumbnailers-23.08.4.tar.xz 49428 BLAKE2B adb4c927442dd3c483bd30022668c727c956b9b13acd94826ef1ad91c7e03dc8e05e8306e97445b17ad342b7c8fc041e4914e0af74fd0ee511f22293d5d05ef8 SHA512 8198a38c5251f11fa9383bc36de55d1f75a560d6ae26462fc7158e83b169af8c598949e7f79b7d2383f9c2d3d658c8140e5a1a2b042aa5a3f3ae633d22c091cb
diff --git a/kde-apps/thumbnailers/thumbnailers-23.08.3.ebuild b/kde-apps/thumbnailers/thumbnailers-23.08.3.ebuild
deleted file mode 100644
index 07c36baf3b26..000000000000
--- a/kde-apps/thumbnailers/thumbnailers-23.08.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 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? ( !<kde-apps/kdegraphics-mobipocket-21.12.50:5[thumbnail] )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_MOBIPOCKET=$(usex !mobi)
- $(cmake_use_find_package raw KF5KExiv2)
- $(cmake_use_find_package raw KF5KDcraw)
- )
-
- ecm_src_configure
-}