Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/ksokoban/
Date: Fri, 04 Jan 2019 22:38:00
Message-Id: 1546638888.a59d23b0a77c42afefa26ebe6e2766b0bd9bb24a.asturm@gentoo
1 commit: a59d23b0a77c42afefa26ebe6e2766b0bd9bb24a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 21:07:40 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 21:54:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59d23b0
7
8 games-puzzle/ksokoban: Frameworks merged to master
9
10 Upstream commit b718901c332b439d19a7120f552f7d4005985b8d
11
12 Package-Manager: Portage-2.3.53, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 games-puzzle/ksokoban/ksokoban-9999.ebuild | 11 +++++------
16 1 file changed, 5 insertions(+), 6 deletions(-)
17
18 diff --git a/games-puzzle/ksokoban/ksokoban-9999.ebuild b/games-puzzle/ksokoban/ksokoban-9999.ebuild
19 index 632e47c6c56..3e46de627ea 100644
20 --- a/games-puzzle/ksokoban/ksokoban-9999.ebuild
21 +++ b/games-puzzle/ksokoban/ksokoban-9999.ebuild
22 @@ -1,9 +1,8 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -EGIT_BRANCH="port-to-kf5"
30 KDE_HANDBOOK="optional"
31 inherit kde5
32
33 @@ -14,16 +13,16 @@ LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS=""
36
37 -DEPEND="
38 - $(add_frameworks_dep kactivities)
39 +RDEPEND="
40 $(add_frameworks_dep kconfig)
41 $(add_frameworks_dep kcoreaddons)
42 $(add_frameworks_dep ki18n)
43 - $(add_frameworks_dep kiconthemes)
44 $(add_frameworks_dep kio)
45 $(add_frameworks_dep kwidgetsaddons)
46 $(add_frameworks_dep kxmlgui)
47 $(add_qt_dep qtgui)
48 $(add_qt_dep qtwidgets)
49 "
50 -RDEPEND="${DEPEND}"
51 +DEPEND="${RDEPEND}
52 + $(add_frameworks_dep kiconthemes)
53 +"