summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-13 14:07:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-13 15:14:54 +0200
commitbd7c2b254bda08741407e1e3fd46d8d654b38d3b (patch)
tree0a261dfb6b8e3ec82fb98b74e8491ecd1fb750e2 /kde-apps/thumbnailers
parentkde-apps/svgpart: drop 22.08.1 (diff)
downloadgentoo-bd7c2b254bda08741407e1e3fd46d8d654b38d3b.tar.gz
gentoo-bd7c2b254bda08741407e1e3fd46d8d654b38d3b.tar.bz2
gentoo-bd7c2b254bda08741407e1e3fd46d8d654b38d3b.zip
kde-apps/thumbnailers: drop 22.08.1
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-22.08.1.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest
index c4ba31c2ea39..e66f027f426f 100644
--- a/kde-apps/thumbnailers/Manifest
+++ b/kde-apps/thumbnailers/Manifest
@@ -1,3 +1,2 @@
DIST kdegraphics-thumbnailers-22.04.3.tar.xz 48468 BLAKE2B b61a6cd5abfa907b9b5c0f41fb328db1a635375229d72f479580db7c395121a3fc2ebf9760a829d138aeef91df2c9d6e75fd5962685d229bbed5e21dc0bf83cd SHA512 b49dbf539e48275954c01434d32fc8d6edd957071104d176de9cc4a044bd69997b936be79499c1bfccc4fe31b9fca9536318527ef7d61c810f7f4d98ffba08a5
-DIST kdegraphics-thumbnailers-22.08.1.tar.xz 48992 BLAKE2B 70016e8346a090199d7b3f7d15336ba7e5c7608517ff24c7b90618fed139dee8d6f8a5d95428d48f6f5eacb767a21b1b8f10133f662c73738ba58ae22dac5912 SHA512 c54344a62721f04c2531c6c76f4bc0b6f2e6db47ae05432907c47a35e76ecb58018cf573844e3cada72ee24f4af4f207fac1426552c9a1b8c943c79ce9b0d119
DIST kdegraphics-thumbnailers-22.08.2.tar.xz 49000 BLAKE2B 63294a4e1f9bc098a0fef81c3a7f52e57ad9bb136386270db872a6adf69d1d748f520104d075cf6edf18d7d9a7ac571cce8da52ea002289577fdf4b54767d0b1 SHA512 dfaaca72e089d0cd94b2697d5a89015d26d915efd990a7f4deefc8e2a341e6fe801eb7dd270d03544e54da950e404a2cb7462a140fdcb156d3dec057b1dfcc63
diff --git a/kde-apps/thumbnailers/thumbnailers-22.08.1.ebuild b/kde-apps/thumbnailers/thumbnailers-22.08.1.ebuild
deleted file mode 100644
index ce4b0f7f4f88..000000000000
--- a/kde-apps/thumbnailers/thumbnailers-22.08.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 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=5.96.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Thumbnail generators for Mobipocket, PDF/PS and RAW files"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="mobi raw"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- mobi? ( >=kde-apps/kdegraphics-mobipocket-${PVCUT}:5 )
- raw? (
- >=kde-apps/libkdcraw-${PVCUT}:5
- >=kde-apps/libkexiv2-${PVCUT}:5
- )
-"
-RDEPEND="${DEPEND}
- mobi? ( !<kde-apps/kdegraphics-mobipocket-21.12.50:5[thumbnail] )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_MOBIPOCKET=$(usex !mobi)
- $(cmake_use_find_package raw KF5KExiv2)
- $(cmake_use_find_package raw KF5KDcraw)
- )
-
- ecm_src_configure
-}