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/kcharselect/
Date: Fri, 31 Oct 2014 14:38:54
Message-Id: 1414766319.335a1a6b15837568cc1cfa73c98d1064405883a4.kensington@gentoo
1 commit: 335a1a6b15837568cc1cfa73c98d1064405883a4
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 31 14:38:39 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 31 14:38:39 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=335a1a6b
7
8 [kde-base/kcharselect] KF5 version bump wrt bug #527002.
9
10 Package-Manager: portage-2.2.14
11
12 ---
13 kde-base/kcharselect/kcharselect-9999.ebuild | 29 ++++++++++++++++++++++++++++
14 1 file changed, 29 insertions(+)
15
16 diff --git a/kde-base/kcharselect/kcharselect-9999.ebuild b/kde-base/kcharselect/kcharselect-9999.ebuild
17 new file mode 100644
18 index 0000000..041c9ef
19 --- /dev/null
20 +++ b/kde-base/kcharselect/kcharselect-9999.ebuild
21 @@ -0,0 +1,29 @@
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 +KDE_HANDBOOK="true"
29 +EGIT_BRANCH="frameworks"
30 +inherit kde5
31 +
32 +DESCRIPTION="KDE character selection utility"
33 +HOMEPAGE="http://www.kde.org/applications/utilities/kcharselect
34 +http://utils.kde.org/projects/kcharselect"
35 +KEYWORDS=""
36 +IUSE=""
37 +
38 +DEPEND="
39 + $(add_frameworks_dep kconfig)
40 + $(add_frameworks_dep kconfigwidgets)
41 + $(add_frameworks_dep kcoreaddons)
42 + $(add_frameworks_dep ki18n)
43 + $(add_frameworks_dep kwidgetsaddons)
44 + $(add_frameworks_dep kxmlgui)
45 + dev-qt/qtgui:5
46 + dev-qt/qtwidgets:5
47 +"
48 +RDEPEND="${DEPEND}
49 + !kde-base/kcharselect:4
50 +"