diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-07 00:15:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-07 00:15:55 +0200 |
commit | 2c0323a848be9d2f619846892e7555d4c0e81475 (patch) | |
tree | e7bcf157ae63ffcf584216fb58896a5c6906e168 /kde-misc/kio-locate | |
parent | net-misc/spiped: version bump. (diff) | |
download | gentoo-2c0323a848be9d2f619846892e7555d4c0e81475.tar.gz gentoo-2c0323a848be9d2f619846892e7555d4c0e81475.tar.bz2 gentoo-2c0323a848be9d2f619846892e7555d4c0e81475.zip |
kde-misc/kio-locate: Drop slot 4
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-misc/kio-locate')
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.5.3.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-misc/kio-locate/kio-locate-0.5.3.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3.ebuild deleted file mode 100644 index 7d650aab7eca..000000000000 --- a/kde-misc/kio-locate/kio-locate-0.5.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -KDE_LINGUAS="cs de el fr" -KDE_HANDBOOK="optional" -inherit kde4-base - -DESCRIPTION="Locate KIO slave for KDE" -HOMEPAGE="http://www.kde-apps.org/content/show.php/kio-locate?content=120965" -SRC_URI="http://www.kde-apps.org/CONTENT/content-files/120965-${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DOCS=( AUTHORS ChangeLog ) -PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" ) - -RDEPEND="${RDEPEND} - sys-apps/mlocate -" |