diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-08 14:50:03 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-08 14:50:03 +0100 |
commit | cb2c528d76f32aa1f2939253ba9e1c18d16d1168 (patch) | |
tree | cbf1d039562fd8fbaad72704323d8a7ef48e7827 /kde-base/kfind | |
parent | [Documentation] Add KDE 4.13 (diff) | |
download | kde-cb2c528d76f32aa1f2939253ba9e1c18d16d1168.tar.gz kde-cb2c528d76f32aa1f2939253ba9e1c18d16d1168.tar.bz2 kde-cb2c528d76f32aa1f2939253ba9e1c18d16d1168.zip |
[kde-base] Add KDE/4.13 stable branch
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/kfind-4.13.49.9999.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/kfind/kfind-4.13.49.9999.ebuild b/kde-base/kfind/kfind-4.13.49.9999.ebuild new file mode 100644 index 0000000000..f1d29daf17 --- /dev/null +++ b/kde-base/kfind/kfind-4.13.49.9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-baseapps" +inherit kde4-meta + +DESCRIPTION="KDE file finder utility" +HOMEPAGE="http://www.kde.org/applications/utilities/kfind/" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND}" |