summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-25.08.49.9999.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-25.08.49.9999.ebuild b/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-25.08.49.9999.ebuild
deleted file mode 100644
index 404ac1e5533..00000000000
--- a/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-25.08.49.9999.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"
-KFMIN=6.16.0
-QTMIN=6.9.1
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO thumbnail generator for DVI, EPS, PDF and PS files"
-HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- !<kde-apps/thumbnailers-24.05.2-r1:6
- app-text/dvipsk
- app-text/ghostscript-gpl
-"
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_BLENDER=ON
- -DDISABLE_MOBIPOCKET=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_QMobipocket6=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_KExiv2Qt6=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_KDcrawQt6=ON
- )
- ecm_src_configure
-}