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 23:00:44
Message-Id: 1546642801.aa5848a3c2d447d6aee1e8f58b87b692fb86f040.asturm@gentoo
1 commit: aa5848a3c2d447d6aee1e8f58b87b692fb86f040
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 22:50:59 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 23:00:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5848a3
7
8 games-puzzle/ksokoban: Drop 0.5.0_pre20170827 snapshot
9
10 Package-Manager: Portage-2.3.54, 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_pre20170827.ebuild | 31 ----------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/games-puzzle/ksokoban/Manifest b/games-puzzle/ksokoban/Manifest
18 index 9cec976a028..24e1ab33ae8 100644
19 --- a/games-puzzle/ksokoban/Manifest
20 +++ b/games-puzzle/ksokoban/Manifest
21 @@ -1,2 +1 @@
22 -DIST ksokoban-0.5.0_pre20170827.tar.gz 433276 BLAKE2B b29624ea0bae724b798ebb88aaca0623c9912b6d0155f7bcfc945dc76d5b0ace51f36b9991b2e6314d4f0f9c12fe3892bc1eda56789a2eefa9263d1048a61414 SHA512 50b650733c021fe95ea087fdfc6e354071b587156ddc38dc1ae571d893c555bf7405f7d089403d3af3b907a956a3d5dc7beecc9279c8c687b867ac813c796d31
23 DIST ksokoban-0.5.0_pre20190104.tar.gz 432967 BLAKE2B cd062368506295cd19764ce361cad1ff85b5cbfcf8982402492052c08816257060f99bc349a0ec62ee63f2c75ba9516c63d497e7a2f231b2001213e0bd046e75 SHA512 ce06af9a464aaa3b3dcd0ccac7a6bfcc28858bdf511eb77db1b8a1ed15e2a5e764babaffbd26df54f16a93ccb675de10958fb5c83f00b45fce999c96e393e4da
24
25 diff --git a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20170827.ebuild b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20170827.ebuild
26 deleted file mode 100644
27 index 109daa9faf8..00000000000
28 --- a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20170827.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -COMMIT=048b42324ef6dac807af4351174065cda2f32f44
37 -EGIT_BRANCH="port-to-kf5"
38 -KDE_HANDBOOK="optional"
39 -inherit kde5 vcs-snapshot
40 -
41 -DESCRIPTION="The japanese warehouse keeper game"
42 -HOMEPAGE="https://cgit.kde.org/ksokoban.git"
43 -SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -DEPEND="
50 - $(add_frameworks_dep kactivities)
51 - $(add_frameworks_dep kconfig)
52 - $(add_frameworks_dep kcoreaddons)
53 - $(add_frameworks_dep ki18n)
54 - $(add_frameworks_dep kiconthemes)
55 - $(add_frameworks_dep kio)
56 - $(add_frameworks_dep kwidgetsaddons)
57 - $(add_frameworks_dep kxmlgui)
58 - $(add_qt_dep qtgui)
59 - $(add_qt_dep qtwidgets)
60 -"
61 -RDEPEND="${DEPEND}"