summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-11 23:58:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-12 00:00:00 +0100
commita75694433ab6c9b8bf09be0f88379d2e5f957b43 (patch)
tree3ed8242f8308bcbda5f9e81751ceaeba30a62781 /kde-apps/thumbnailers
parentnet-misc/youtube-dl: Old. (diff)
downloadgentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.gz
gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.bz2
gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.zip
kde-apps: Drop KDE Applications 17.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/thumbnailers')
-rw-r--r--kde-apps/thumbnailers/Manifest1
-rw-r--r--kde-apps/thumbnailers/thumbnailers-17.12.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest
index fc9f9dd270d7..61002245ae05 100644
--- a/kde-apps/thumbnailers/Manifest
+++ b/kde-apps/thumbnailers/Manifest
@@ -1,3 +1,2 @@
DIST kdegraphics-thumbnailers-17.08.3.tar.xz 41488 BLAKE2B 415204552ee63ca69d656d36b30daceaa53519c72cc923eede2dc77be12008d8338198d46a3a2da15e02790c72890321878e194c597daf8194a58229647f9b2f SHA512 25c533cfbf0e515fb8167143c724e877e4ed7a2100a1c0625cd53b10969a9127ae0b1f9e1a42abd076258525737a3862e7cc11bc31401551d9cdc5473c188485
-DIST kdegraphics-thumbnailers-17.12.1.tar.xz 41492 BLAKE2B f554c025f54250e586b960ba139270480a1a5801e261659e15be9f8c38165243e2dda6f465b79b7ab336e235a39b9b6c39c20e933d7f9d6ddb62c82b8b2159fb SHA512 d5ffba0def6dad6f36b2690c353947a4d6d34d94a27faef92ae45ea762b489ed863603a6dd6923a4918d26cdde0c0a796575394a277c644dbceeb4ca58c6895a
DIST kdegraphics-thumbnailers-17.12.2.tar.xz 41616 BLAKE2B 3a5c4f4b9120bf34e0b79ad2995a82f976f3d53256c5348b724e9233140c4a053fcdb9c686c892170d79ccac8d04324279700535991372695c436f631293502c SHA512 0fdf3222fd833a5bb1290906885fc1d576207db0d80e9e7c9a561ed1453db6d783c4e0001f0437f618423f99678ba81d974ab8cef1e5aad5e03ab6f1b8e4fa62
diff --git a/kde-apps/thumbnailers/thumbnailers-17.12.1.ebuild b/kde-apps/thumbnailers/thumbnailers-17.12.1.ebuild
deleted file mode 100644
index ff1362dbc75b..000000000000
--- a/kde-apps/thumbnailers/thumbnailers-17.12.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_BLOCK_SLOT4=false
-KMNAME="kdegraphics-thumbnailers"
-inherit kde5
-
-DESCRIPTION="Thumbnail generators for PDF/PS and RAW files"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="raw"
-
-DEPEND="
- $(add_frameworks_dep kio)
- $(add_qt_dep qtgui)
- raw? (
- $(add_kdeapps_dep libkdcraw)
- $(add_kdeapps_dep libkexiv2)
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package raw KF5KExiv2)
- $(cmake-utils_use_find_package raw KF5KDcraw)
- )
-
- kde5_src_configure
-}