From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAE3B1396D9 for ; Wed, 15 Nov 2017 23:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F15DCE0F0E; Wed, 15 Nov 2017 23:28:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB03DE0F1A for ; Wed, 15 Nov 2017 23:28:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F62C341688 for ; Wed, 15 Nov 2017 23:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2005C9C07 for ; Wed, 15 Nov 2017 23:28:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1510788417.03dca82ffceebff4445bb299970b400da4a1c657.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/ksokoban/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/ksokoban/Manifest games-puzzle/ksokoban/ksokoban-0.5.0_pre20170827.ebuild X-VCS-Directories: games-puzzle/ksokoban/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 03dca82ffceebff4445bb299970b400da4a1c657 X-VCS-Branch: master Date: Wed, 15 Nov 2017 23:28:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a05f7ed2-1ff2-40f7-8c7a-d37e884930a9 X-Archives-Hash: 3b68109345ca8d5f3e7576778c1c168a commit: 03dca82ffceebff4445bb299970b400da4a1c657 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 15 21:40:53 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 15 23:26:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03dca82f games-puzzle/ksokoban: Add 0.5.0_pre20170827 snapshot Bug: https://bugs.gentoo.org/634328 Package-Manager: Portage-2.3.14, Repoman-2.3.6 games-puzzle/ksokoban/Manifest | 1 + .../ksokoban/ksokoban-0.5.0_pre20170827.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/games-puzzle/ksokoban/Manifest b/games-puzzle/ksokoban/Manifest index d5785c0c6ce..62353736180 100644 --- a/games-puzzle/ksokoban/Manifest +++ b/games-puzzle/ksokoban/Manifest @@ -1 +1,2 @@ DIST ksokoban-0.5.0_pre20120725.tar.xz 345344 SHA256 fb1c47e37b7d6297960f67377f9bac0deb9c4b132c251c02cdd75d1935bc2b5c SHA512 b7a962a5915bb6f10ecb85dfaae20b009a6c40ba0312e02d12b654e196bdef82159e7f0d6fca17b1befaa1cb17db1a9268822904cdf9bdc8bd1bacf2202b460c WHIRLPOOL 3026b04a4a50da8097a926949ab80e736d0f77f814f437aa87a39c6b5805ab0636cb6dde5a1ab74a76b56ce17b44176bf393c5ffe66e86314b30b77ae9921b4c +DIST ksokoban-0.5.0_pre20170827.tar.gz 433276 SHA256 05b513bfa18c303366cff7b245d8369974c56e64225b1a0634560b66fa2f8cae SHA512 50b650733c021fe95ea087fdfc6e354071b587156ddc38dc1ae571d893c555bf7405f7d089403d3af3b907a956a3d5dc7beecc9279c8c687b867ac813c796d31 WHIRLPOOL 08e7d43a77d8567e8d83a6a3d7b9879e2703db7df59bf4340b0344055738e26c5bef8ba2858446d62bf669b7d136dbcc0011afe2d69f6a0c1b63d92e17cd17e3 diff --git a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20170827.ebuild b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20170827.ebuild new file mode 100644 index 00000000000..109daa9faf8 --- /dev/null +++ b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20170827.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +COMMIT=048b42324ef6dac807af4351174065cda2f32f44 +EGIT_BRANCH="port-to-kf5" +KDE_HANDBOOK="optional" +inherit kde5 vcs-snapshot + +DESCRIPTION="The japanese warehouse keeper game" +HOMEPAGE="https://cgit.kde.org/ksokoban.git" +SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}"