aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-12 20:58:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-12 20:58:46 +0200
commitd0cd3599c55124ad3eff2a66e966dbe9b1302969 (patch)
treee41902ded29f81f62ea1fda89a996c6f940ef75e /media-gfx
parentmedia-gfx/kio-mobi-thumbnailer: drop 24.08.1 (diff)
downloadkde-d0cd3599c55124ad3eff2a66e966dbe9b1302969.tar.gz
kde-d0cd3599c55124ad3eff2a66e966dbe9b1302969.tar.bz2
kde-d0cd3599c55124ad3eff2a66e966dbe9b1302969.zip
media-gfx/kio-ps-thumbnailer: drop 24.08.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/kio-ps-thumbnailer/Manifest1
-rw-r--r--media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-24.08.1.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/media-gfx/kio-ps-thumbnailer/Manifest b/media-gfx/kio-ps-thumbnailer/Manifest
deleted file mode 100644
index 57fe517aa8..0000000000
--- a/media-gfx/kio-ps-thumbnailer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdegraphics-thumbnailers-24.08.1.tar.xz 49016 BLAKE2B 1c29734d1371f970271e9bf0dd0750d80f5c19b78c7cdb90bc0665ee748cf4aa0414047796d96b21c207b3f6071e0e3a5fb83126d0f4f919793070f335180457 SHA512 d1b15005e080581ce31d96271bf8827a969ef95b3703ec80858b2d26fc5dd615d408471065647e0d7b7fef39b9e9af18fcf1af56594be13df5f3119fa81c2134
diff --git a/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-24.08.1.ebuild b/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-24.08.1.ebuild
deleted file mode 100644
index e0ab877271..0000000000
--- a/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-24.08.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="kdegraphics-thumbnailers"
-KFMIN=6.5.0
-QTMIN=6.7.2
-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="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- !<kde-apps/thumbnailers-24.05.2-r1:6
- app-text/dvipsk
- app-text/ghostscript-gpl
-"
-
-src_prepare() {
- ecm_src_prepare
- ecm_punt_kf_module Archive
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_blend=OFF
- -DDISABLE_MOBIPOCKET=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_QMobipocket6=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_KExiv2Qt6=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_KDcrawQt6=ON
- )
-
- ecm_src_configure
-}