diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-21 20:32:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-21 20:51:56 +0200 |
commit | d69bc1145b61c771b18a76ea7b34d849f21c2cf6 (patch) | |
tree | 1610e53d27aae24184d7eaef619d17953955b353 /kde-misc/kio-locate | |
parent | kde-misc/kio-locate: EAPI-7 bump, drop obsolete blocker (diff) | |
download | gentoo-d69bc1145b61c771b18a76ea7b34d849f21c2cf6.tar.gz gentoo-d69bc1145b61c771b18a76ea7b34d849f21c2cf6.tar.bz2 gentoo-d69bc1145b61c771b18a76ea7b34d849f21c2cf6.zip |
kde-misc/kio-locate: Drop 0.5.3-r1
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/kio-locate')
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild deleted file mode 100644 index a67ebf62b82f..000000000000 --- a/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" # not optional until !kdelibs4support -inherit kde5 - -DESCRIPTION="Locate KIO slave" -HOMEPAGE="https://www.linux-apps.com/content/show.php/kio-locate?content=120965" -SRC_URI="https://dl.opendesktop.org/api/files/download/id/1460972255/120965-${P}.tar.gz" -# See also: https://github.com/reporter123/kio-locate/commits/master - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DOCS=( AUTHORS ChangeLog ) - -PATCHES=( - "${FILESDIR}/${P}-gcc-4.7.patch" - "${FILESDIR}/${P}-kf5port.patch" -) - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep solid) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !kde-misc/kio-locate:4 - sys-apps/mlocate -" |