Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kolf/
Date: Sun, 18 Nov 2018 19:05:06
Message-Id: 1542567878.242ddcdd082b2c60bfce882b610b58d9a8586a09.asturm@gentoo
1 commit: 242ddcdd082b2c60bfce882b610b58d9a8586a09
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 18:29:36 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 19:04:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242ddcdd
7
8 kde-apps/kolf: Drop unused DEPEND
9
10 Upstream commit 3feffd64a7b5a994e0a61b410c02b01535ae4076
11
12 Package-Manager: Portage-2.3.51, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/kolf/kolf-18.08.3-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++
16 1 file changed, 35 insertions(+)
17
18 diff --git a/kde-apps/kolf/kolf-18.08.3-r1.ebuild b/kde-apps/kolf/kolf-18.08.3-r1.ebuild
19 new file mode 100644
20 index 00000000000..8490eeb3fe1
21 --- /dev/null
22 +++ b/kde-apps/kolf/kolf-18.08.3-r1.ebuild
23 @@ -0,0 +1,35 @@
24 +# Copyright 1999-2018 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=6
28 +
29 +KDE_HANDBOOK="forceoptional"
30 +KDE_SELINUX_MODULE="games"
31 +inherit kde5
32 +
33 +DESCRIPTION="Minigolf game by KDE"
34 +HOMEPAGE="
35 + https://www.kde.org/applications/games/kolf/
36 + https://games.kde.org/game.php?game=kolf
37 +"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE=""
40 +
41 +DEPEND="
42 + $(add_frameworks_dep kcompletion)
43 + $(add_frameworks_dep kconfig)
44 + $(add_frameworks_dep kconfigwidgets)
45 + $(add_frameworks_dep kcoreaddons)
46 + $(add_frameworks_dep kcrash)
47 + $(add_frameworks_dep kdbusaddons)
48 + $(add_frameworks_dep kdelibs4support)
49 + $(add_frameworks_dep ki18n)
50 + $(add_frameworks_dep kwidgetsaddons)
51 + $(add_frameworks_dep kxmlgui)
52 + $(add_kdeapps_dep libkdegames)
53 + $(add_qt_dep qtgui)
54 + $(add_qt_dep qtwidgets)
55 +"
56 +RDEPEND="${DEPEND}
57 + !kde-apps/kde4-l10n
58 +"