summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-01-11 20:44:26 +0000
committerJohannes Huber <johu@gentoo.org>2012-01-11 20:44:26 +0000
commit8c6c70cfa14701a221c6b1de30ba8d21f7be9f91 (patch)
tree6a421ff65a95abcdc4c3aa7fcf46cb7327a32db6 /kde-misc/kio-locate/kio-locate-0.5.3.ebuild
parentAssume pkgconfig exists in cross-compile setups since we need to execute `pkg... (diff)
downloadgentoo-2-8c6c70cfa14701a221c6b1de30ba8d21f7be9f91.tar.gz
gentoo-2-8c6c70cfa14701a221c6b1de30ba8d21f7be9f91.tar.bz2
gentoo-2-8c6c70cfa14701a221c6b1de30ba8d21f7be9f91.zip
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'kde-misc/kio-locate/kio-locate-0.5.3.ebuild')
-rw-r--r--kde-misc/kio-locate/kio-locate-0.5.3.ebuild24
1 files changed, 24 insertions, 0 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
new file mode 100644
index 000000000000..7741f227d74d
--- /dev/null
+++ b/kde-misc/kio-locate/kio-locate-0.5.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.5.3.ebuild,v 1.1 2012/01/11 20:44:26 johu Exp $
+
+EAPI=4
+
+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)
+
+RDEPEND="${RDEPEND}
+ sys-apps/mlocate
+"