summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-05 10:00:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-05 11:06:04 +0200
commit790c1cb6ea9bcc49d3c4518f38f57cf10a0b741c (patch)
treeae002c8ca8a21366a24358eac62b5121a4e2eec6 /games-puzzle/ksokoban/ksokoban-0.5.0_pre20210905.ebuild
parentgames-puzzle/ksokoban: EAPI-8 bump, drop unused DEPEND (diff)
downloadgentoo-790c1cb6ea9bcc49d3c4518f38f57cf10a0b741c.tar.gz
gentoo-790c1cb6ea9bcc49d3c4518f38f57cf10a0b741c.tar.bz2
gentoo-790c1cb6ea9bcc49d3c4518f38f57cf10a0b741c.zip
games-puzzle/ksokoban: 0.5.0_pre20210905 snapshot bump
At KDE_ORG_COMMIT 39b9d1c1702a21a6e0fae82876c29c1f6bb77fae Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-puzzle/ksokoban/ksokoban-0.5.0_pre20210905.ebuild')
-rw-r--r--games-puzzle/ksokoban/ksokoban-0.5.0_pre20210905.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20210905.ebuild b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20210905.ebuild
new file mode 100644
index 000000000000..c4e8cfe2c492
--- /dev/null
+++ b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20210905.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KDE_ORG_COMMIT=39b9d1c1702a21a6e0fae82876c29c1f6bb77fae
+KFMIN=5.82.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="The Japanese warehouse keeper game"
+HOMEPAGE="https://invent.kde.org/games/ksokoban"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+DEPEND="${RDEPEND}"