commit:     e52288000b2195163c049a5731217e508fb49b89
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 25 12:47:18 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 12:47:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e5228800

[kde-base/kfind] KF5 version bump.

Package-Manager: portage-2.2.10

---
 kde-base/kfind/kfind-9999.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/kde-base/kfind/kfind-9999.ebuild b/kde-base/kfind/kfind-9999.ebuild
new file mode 100644
index 0000000..6272c32
--- /dev/null
+++ b/kde-base/kfind/kfind-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+KDE_HANDBOOK="true"
+KMNAME="kde-baseapps"
+inherit kde5
+
+DESCRIPTION="KDE file finder utility"
+HOMEPAGE="http://www.kde.org/applications/utilities/kfind/";
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+       $(add_frameworks_dep karchive)
+       $(add_frameworks_dep kcompletion)
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kconfigwidgets)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdelibs4support)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep kjobwidgets)
+       $(add_frameworks_dep kservice)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_frameworks_dep kxmlgui)
+       $(add_kdebase_dep libkonq)
+       dev-qt/qtgui:5
+       dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}
+       !kde-base/kfind:4
+"
+
+S=${S}/${PN}

Reply via email to