diff options
Diffstat (limited to 'kde-misc/kio-locate/kio-locate-0.5.2.ebuild')
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.5.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-misc/kio-locate/kio-locate-0.5.2.ebuild b/kde-misc/kio-locate/kio-locate-0.5.2.ebuild new file mode 100644 index 000000000000..8f67f4478e4c --- /dev/null +++ b/kde-misc/kio-locate/kio-locate-0.5.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.2.ebuild,v 1.1 2011/01/06 17:40:53 dilfridge Exp $ + +EAPI=3 +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 +handbook" + +DOCS="AUTHORS ChangeLog" + +RDEPEND="${RDEPEND} + sys-apps/mlocate +" |