diff options
author | 2017-08-12 19:54:34 +0200 | |
---|---|---|
committer | 2017-08-17 18:39:11 +0200 | |
commit | f84fcbb5131013f9494b9024ec746f68fcbdad36 (patch) | |
tree | da178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/kfind | |
parent | profiles: Mask legacy KDE Applications for removal (diff) | |
download | gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2 gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip |
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kfind')
-rw-r--r-- | kde-apps/kfind/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kfind/kfind-16.12.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/kfind/Manifest b/kde-apps/kfind/Manifest index 656cb1551938..54da8391018b 100644 --- a/kde-apps/kfind/Manifest +++ b/kde-apps/kfind/Manifest @@ -1,2 +1 @@ -DIST kfind-16.12.3.tar.xz 61924 SHA256 523f98df8bff0cf9fa8b7454b6b2ffe33cbd18b1834ba34fdaaf9198fbb0f9b4 SHA512 e89d2199abdbf83625bd3f9920e5582813cd6e0953ba350f445299990e44953657ad8215af7d1cf1e7767520cb92aa61781627dbbf4a84648ca58819a8e003e7 WHIRLPOOL 715a487986131cc5fea15d7d5873e1bcb85ade7895b87d41dc8f80963ec452af0cb884d5108bc81f15c4166fb296f87494930f4395a62878f9041e682d3a346d DIST kfind-17.04.3.tar.xz 209420 SHA256 85b9da0ca7281205415cc8f0ae59ac1d9f32d37b003668255a8387159c912a8a SHA512 df1060fded0f6b6a8383bb86479c703419b4bfe0a34104a65f6923ab212d7a0efd019605d86c200a1f219f45df99c197eea81ea257c16bd85a888517e594b220 WHIRLPOOL d1671a4af4d2dceaf189d85e562294cc51630a13d4da561112ea0102bb6dc49d962f81773451ac907adcff9090cbdca1381fd4844d1279f9028c1a7fc449e0bb diff --git a/kde-apps/kfind/kfind-16.12.3.ebuild b/kde-apps/kfind/kfind-16.12.3.ebuild deleted file mode 100644 index 60d5a9d822b9..000000000000 --- a/kde-apps/kfind/kfind-16.12.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="File finder utility based on KDE Frameworks" -HOMEPAGE="https://www.kde.org/applications/utilities/kfind/" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" |