summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 21:59:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 23:05:15 +0200
commitd377bd677e817ed6d03252789bb94dcefb2a792c (patch)
tree8be3cf6f48f201f10ebce6b4a00ba0c77ba958b0 /kde-apps/thumbnailers
parentkde-apps/svgpart: drop 21.04.2* (diff)
downloadgentoo-d377bd677e817ed6d03252789bb94dcefb2a792c.tar.gz
gentoo-d377bd677e817ed6d03252789bb94dcefb2a792c.tar.bz2
gentoo-d377bd677e817ed6d03252789bb94dcefb2a792c.zip
kde-apps/thumbnailers: drop 21.04.2*
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-21.04.2.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest
index 012736b62d05..bdb938b952fc 100644
--- a/kde-apps/thumbnailers/Manifest
+++ b/kde-apps/thumbnailers/Manifest
@@ -1,3 +1,2 @@
DIST kdegraphics-thumbnailers-20.12.3.tar.xz 47048 BLAKE2B 3744e6f2db37ca480e2e63d9895f207c0a45219650e40f0c2748158b4ac39773f5c153163a2eb190cd818b5c77ca5f2a1414736be8b3704abdbe0efb3a1cf2dd SHA512 f6f31b3ff14f81a9b7d8e25ba7be4c6def72815cf113c0f6d78b5f9568f5fc31d707950d10ec314406bf92ab94284492277046d0d476a8a94542b76b6b0f927a
-DIST kdegraphics-thumbnailers-21.04.2.tar.xz 46940 BLAKE2B f57f77740e8ea3ad14a88b98473844ac283c1374178b8f4b7cd71e7d61b901c83a9bde55f6c9e04249363b8f725ab10999e3407adb692a3161bf7495951c9a0e SHA512 21687bd96be11e320292ed42ae14220b736cb0c16921f28cdb2d3dbf98e862a91f9456e00f8b665acda46772c325dd8b7613d6e356245d0126edaec7d4941197
DIST kdegraphics-thumbnailers-21.04.3.tar.xz 47152 BLAKE2B 8d5b4ff3f5a2cde19df7a55dbbf118f01ced761086942c89e9833ed09c72a02faefe5314d019d52b2296fb128f38302e99f9d9ff20aad9319e19c320271b1206 SHA512 3534c79f21d7f61ddb15a59ca08c22cab335c478e00c7a1dd0190c7e0ede69abe21c0ff795f39ad6459bbbc7b7589268511d668a0be3a28c508e252bbfc26823
diff --git a/kde-apps/thumbnailers/thumbnailers-21.04.2.ebuild b/kde-apps/thumbnailers/thumbnailers-21.04.2.ebuild
deleted file mode 100644
index f87257dabb2f..000000000000
--- a/kde-apps/thumbnailers/thumbnailers-21.04.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="kdegraphics-thumbnailers"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.80.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Thumbnail generators for PDF/PS and RAW files"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="raw"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- raw? (
- >=kde-apps/libkdcraw-${PVCUT}:5
- >=kde-apps/libkexiv2-${PVCUT}:5
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package raw KF5KExiv2)
- $(cmake_use_find_package raw KF5KDcraw)
- )
-
- ecm_src_configure
-}