summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/kio-raw-thumbnailer/Manifest1
-rw-r--r--media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-24.12.3.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/media-gfx/kio-raw-thumbnailer/Manifest b/media-gfx/kio-raw-thumbnailer/Manifest
deleted file mode 100644
index d5f9469c133..00000000000
--- a/media-gfx/kio-raw-thumbnailer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdegraphics-thumbnailers-24.12.3.tar.xz 49120 BLAKE2B 15e353a07e65af54540a419f17b67d1841fb75151be2f53afa868bb9c783096c0d9cd623078a765fa40cd0a9d633bf09ce3f4fafbb40b006b4ce1e88f0ec2172 SHA512 be51b6cd79763d7399caedbe72438e400cc41f9dec5bcaa362b95d6686112b325c0a32f6fd2473b31bbc226910e0b73d8c42a86525a3a509431055471a2a7229
diff --git a/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-24.12.3.ebuild b/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-24.12.3.ebuild
deleted file mode 100644
index 339e42401a7..00000000000
--- a/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-24.12.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 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=6.7.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO thumbnail generator for RAW files"
-HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- >=kde-apps/libkdcraw-${PVCUT}:6
- >=kde-apps/libkexiv2-${PVCUT}:6
- >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- !<kde-apps/thumbnailers-24.05.2-r1:6
-"
-
-src_prepare() {
- ecm_src_prepare
- ecm_punt_kf_module Archive
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_blend=OFF
- -DBUILD_ps=OFF
- -DDISABLE_MOBIPOCKET=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_QMobipocket6=ON
- )
-
- ecm_src_configure
-}