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/kcalc/
Date: Thu, 25 Sep 2014 12:05:50
Message-Id: 1411646729.ae56b0777836ba87515e4c17b9deb88edad38bcb.kensington@gentoo
1 commit: ae56b0777836ba87515e4c17b9deb88edad38bcb
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 25 12:05:29 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 25 12:05:29 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ae56b077
7
8 [kde-base/kcalc] KF5 version bump wrt bug #523672.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 kde-base/kcalc/kcalc-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
14 1 file changed, 34 insertions(+)
15
16 diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild
17 new file mode 100644
18 index 0000000..d31408a
19 --- /dev/null
20 +++ b/kde-base/kcalc/kcalc-9999.ebuild
21 @@ -0,0 +1,34 @@
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 +inherit kde5
31 +
32 +DESCRIPTION="KDE calculator"
33 +HOMEPAGE="http://www.kde.org/applications/utilities/kcalc
34 +http://utils.kde.org/projects/kcalc"
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 kdelibs4support)
43 + $(add_frameworks_dep kguiaddons)
44 + $(add_frameworks_dep ki18n)
45 + $(add_frameworks_dep knotifications)
46 + $(add_frameworks_dep kwidgetsaddons)
47 + $(add_frameworks_dep kxmlgui)
48 + dev-libs/gmp:0
49 + dev-qt/qtgui:5
50 + dev-qt/qtwidgets:5
51 + dev-qt/qtxml:5
52 +"
53 +RDEPEND="${DEPEND}
54 + !kde-base/kcalc:4
55 +"