summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kio-locate/kio-locate-0.5.3.ebuild24
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
-"