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/khangman/
Date: Fri, 31 Oct 2014 17:25:44
Message-Id: 1414776326.c9c7f9cec9e9183f656c17277dc3663e10ce6045.kensington@gentoo
1 commit: c9c7f9cec9e9183f656c17277dc3663e10ce6045
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 31 17:25:26 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 31 17:25:26 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c9c7f9ce
7
8 [kde-base/khangman] KF5 version bump.
9
10 Package-Manager: portage-2.2.14
11
12 ---
13 kde-base/khangman/khangman-9999.ebuild | 33 +++++++++++++++++++++++++++++++++
14 1 file changed, 33 insertions(+)
15
16 diff --git a/kde-base/khangman/khangman-9999.ebuild b/kde-base/khangman/khangman-9999.ebuild
17 new file mode 100644
18 index 0000000..474404a
19 --- /dev/null
20 +++ b/kde-base/khangman/khangman-9999.ebuild
21 @@ -0,0 +1,33 @@
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 +inherit kde5
30 +
31 +DESCRIPTION="Classical hangman game for KDE"
32 +HOMEPAGE="http://www.kde.org/applications/education/khangman
33 +http://edu.kde.org/khangman"
34 +KEYWORDS=""
35 +IUSE=""
36 +
37 +DEPEND="
38 + $(add_frameworks_dep kcompletion)
39 + $(add_frameworks_dep kconfig)
40 + $(add_frameworks_dep kconfigwidgets)
41 + $(add_frameworks_dep kcoreaddons)
42 + $(add_frameworks_dep ki18n)
43 + $(add_frameworks_dep knewstuff)
44 + $(add_frameworks_dep knotifications)
45 + $(add_frameworks_dep kwidgetsaddons)
46 + $(add_frameworks_dep kxmlgui)
47 + $(add_kdebase_dep libkeduvocdocument)
48 + dev-qt/qtgui:5
49 + dev-qt/qtsvg:5
50 + dev-qt/qtwidgets:5
51 + dev-qt/qtxml:5
52 + media-libs/phonon[qt5]
53 +"
54 +RDEPEND="${DEPEND}"