diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-09 21:36:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-30 23:12:39 +0100 |
commit | 2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113 (patch) | |
tree | 7b4825371b2e400d68de569ee34cf31054f51919 /kde-apps/thumbnailers | |
parent | kde-apps: 17.08.3 stable for amd64 (diff) | |
download | gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.gz gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.bz2 gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.zip |
kde-apps: Drop KDE Applications 17.04.3
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/thumbnailers')
-rw-r--r-- | kde-apps/thumbnailers/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/thumbnailers/thumbnailers-17.04.3.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest index b26a1c776a14..34f408e155c1 100644 --- a/kde-apps/thumbnailers/Manifest +++ b/kde-apps/thumbnailers/Manifest @@ -1,2 +1 @@ -DIST kdegraphics-thumbnailers-17.04.3.tar.xz 41476 SHA256 3923d29b01c3f96bdba1e724d635a9312792091869f3367b51954f60236a2b10 SHA512 b062b3d92af7b42ccc1954dc6cd24a761d96b1f52cc219090f17464041f39675a5890584c7ee5b8bc2d8a4dad1b195f14796f986142f9cb2b0f99d225636d9ce WHIRLPOOL 3815ffdc440f210d83165aa780b80f992aedb7310ebe584c65d4e82fb31f00d671eb9bac0fa777f52c2224085e9a35a543dcfe46d3670171d857c62e4c1246cc DIST kdegraphics-thumbnailers-17.08.3.tar.xz 41488 SHA256 d1b009ed14eacaf06ff34ea5906b01dc9084769b6f86efcdc0b2c46b3a513a47 SHA512 25c533cfbf0e515fb8167143c724e877e4ed7a2100a1c0625cd53b10969a9127ae0b1f9e1a42abd076258525737a3862e7cc11bc31401551d9cdc5473c188485 WHIRLPOOL 2bb9ca9bab292e63f157c9906ce45a5523f301075b5920c1518b2fbaea40a174b830eb965189f2b5f81dfebaf9155f0e0aecaee4ebbeac04b5d7f01f59b846a9 diff --git a/kde-apps/thumbnailers/thumbnailers-17.04.3.ebuild b/kde-apps/thumbnailers/thumbnailers-17.04.3.ebuild deleted file mode 100644 index 1dab24164714..000000000000 --- a/kde-apps/thumbnailers/thumbnailers-17.04.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 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 -} |