Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kfind/
Date: Thu, 25 Sep 2014 12:48:03
Message-Id: 1411649259.e52288000b2195163c049a5731217e508fb49b89.kensington@gentoo
1 commit: e52288000b2195163c049a5731217e508fb49b89
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 25 12:47:18 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 25 12:47:39 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e5228800
7
8 [kde-base/kfind] KF5 version bump.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 kde-base/kfind/kfind-9999.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
14 1 file changed, 38 insertions(+)
15
16 diff --git a/kde-base/kfind/kfind-9999.ebuild b/kde-base/kfind/kfind-9999.ebuild
17 new file mode 100644
18 index 0000000..6272c32
19 --- /dev/null
20 +++ b/kde-base/kfind/kfind-9999.ebuild
21 @@ -0,0 +1,38 @@
22 +# Copyright 1999-2014 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=5
27 +
28 +EGIT_BRANCH="frameworks"
29 +KDE_HANDBOOK="true"
30 +KMNAME="kde-baseapps"
31 +inherit kde5
32 +
33 +DESCRIPTION="KDE file finder utility"
34 +HOMEPAGE="http://www.kde.org/applications/utilities/kfind/"
35 +KEYWORDS=""
36 +IUSE=""
37 +
38 +DEPEND="
39 + $(add_frameworks_dep karchive)
40 + $(add_frameworks_dep kcompletion)
41 + $(add_frameworks_dep kconfig)
42 + $(add_frameworks_dep kconfigwidgets)
43 + $(add_frameworks_dep kcoreaddons)
44 + $(add_frameworks_dep kdelibs4support)
45 + $(add_frameworks_dep ki18n)
46 + $(add_frameworks_dep kio)
47 + $(add_frameworks_dep kjobwidgets)
48 + $(add_frameworks_dep kservice)
49 + $(add_frameworks_dep kwidgetsaddons)
50 + $(add_frameworks_dep kxmlgui)
51 + $(add_kdebase_dep libkonq)
52 + dev-qt/qtgui:5
53 + dev-qt/qtwidgets:5
54 +"
55 +RDEPEND="${DEPEND}
56 + !kde-base/kfind:4
57 +"
58 +
59 +S=${S}/${PN}