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-25.08.1.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/media-gfx/kio-raw-thumbnailer/Manifest b/media-gfx/kio-raw-thumbnailer/Manifest
deleted file mode 100644
index 2e29e277a89..00000000000
--- a/media-gfx/kio-raw-thumbnailer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdegraphics-thumbnailers-25.08.1.tar.xz 55828 BLAKE2B 1d7aadd95613af466543cb8d9ef7609e329b1d5952ab52f97cc560bbb984e86441b195341fdae25c270af793a66a0bce9b10e0b9b5a84029ee6f316941d124fe SHA512 bbab6245b44d66719d396c67183b0e5be7de59e80685c1b9a5e771410a1e6cd86eeca483cab456c984e8f30267cb9f860990ae389746eb8ae1779400d943b319
diff --git a/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-25.08.1.ebuild b/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-25.08.1.ebuild
deleted file mode 100644
index abdbb3821e5..00000000000
--- a/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-25.08.1.ebuild
+++ /dev/null
@@ -1,38 +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.16.0
-QTMIN=6.9.1
-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/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- !<kde-apps/thumbnailers-24.05.2-r1:6
-"
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_BLENDER=ON
- -DBUILD_ps=OFF
- -DDISABLE_MOBIPOCKET=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_QMobipocket6=ON
- )
- ecm_src_configure
-}