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: Sun, 03 Mar 2019 15:27:30
Message-Id: 1551626831.ea5a2ba432dfc57ac93b0ac6b55ddda747f3f104.asturm@gentoo
1 commit: ea5a2ba432dfc57ac93b0ac6b55ddda747f3f104
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 14:13:47 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 15:27:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5a2ba4
7
8 games-puzzle/ksokoban: Add 0.5.0_pre20190225 snapshot, EAPI-7 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 games-puzzle/ksokoban/Manifest | 1 +
14 .../ksokoban/ksokoban-0.5.0_pre20190225.ebuild | 32 ++++++++++++++++++++++
15 2 files changed, 33 insertions(+)
16
17 diff --git a/games-puzzle/ksokoban/Manifest b/games-puzzle/ksokoban/Manifest
18 index 24e1ab33ae8..4f39b3da455 100644
19 --- a/games-puzzle/ksokoban/Manifest
20 +++ b/games-puzzle/ksokoban/Manifest
21 @@ -1 +1,2 @@
22 DIST ksokoban-0.5.0_pre20190104.tar.gz 432967 BLAKE2B cd062368506295cd19764ce361cad1ff85b5cbfcf8982402492052c08816257060f99bc349a0ec62ee63f2c75ba9516c63d497e7a2f231b2001213e0bd046e75 SHA512 ce06af9a464aaa3b3dcd0ccac7a6bfcc28858bdf511eb77db1b8a1ed15e2a5e764babaffbd26df54f16a93ccb675de10958fb5c83f00b45fce999c96e393e4da
23 +DIST ksokoban-0.5.0_pre20190225.tar.gz 433196 BLAKE2B 5c5c132b09165798042d1f41ffc282dc41e70bc1f0573bd55373c237dc7d8424119b2c78ae6bfb741193e3699d7120c952da66f579993189332da4104c8711d9 SHA512 3377a07f646501d37f30da66e70954894e39c8b5b948cd230263bfeeec4483b4fb2fec7d00aa020fff4459df5d376a1861dea63fc1b0a2a90757066a210a5be8
24
25 diff --git a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20190225.ebuild b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20190225.ebuild
26 new file mode 100644
27 index 00000000000..23c1e22ce63
28 --- /dev/null
29 +++ b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20190225.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +COMMIT="317b1e70a87224c94cac85955a3d666a43527812"
37 +KDE_HANDBOOK="optional"
38 +inherit kde5
39 +
40 +DESCRIPTION="The japanese warehouse keeper game"
41 +HOMEPAGE="https://cgit.kde.org/ksokoban.git"
42 +SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-2"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +RDEPEND="
49 + $(add_frameworks_dep kconfig)
50 + $(add_frameworks_dep kcoreaddons)
51 + $(add_frameworks_dep ki18n)
52 + $(add_frameworks_dep kio)
53 + $(add_frameworks_dep kwidgetsaddons)
54 + $(add_frameworks_dep kxmlgui)
55 + $(add_qt_dep qtgui)
56 + $(add_qt_dep qtwidgets)
57 +"
58 +DEPEND="${RDEPEND}
59 + $(add_frameworks_dep kiconthemes)
60 +"
61 +
62 +S="${WORKDIR}/${PN}-${COMMIT}"