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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EFFF2158015 for ; Mon, 25 Dec 2023 17:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B789A2BC02A; Mon, 25 Dec 2023 17:05:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 430B02BC02A for ; Mon, 25 Dec 2023 17:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40DD633E3A9 for ; Mon, 25 Dec 2023 17:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B104C14BD for ; Mon, 25 Dec 2023 17:04:57 +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: <1703523834.2bf0fb30119ce99e040aa8dade659573c8a2baac.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/skladnik/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/skladnik/Manifest games-puzzle/skladnik/skladnik-0.5.0.ebuild games-puzzle/skladnik/skladnik-9999.ebuild X-VCS-Directories: games-puzzle/skladnik/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2bf0fb30119ce99e040aa8dade659573c8a2baac X-VCS-Branch: master Date: Mon, 25 Dec 2023 17:04:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cbb7e222-d5b3-468c-8461-7c9ba6e4a93d X-Archives-Hash: 273326122922846a31069f19f03a2de8 commit: 2bf0fb30119ce99e040aa8dade659573c8a2baac Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 25 16:34:16 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 25 17:03:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf0fb30 games-puzzle/skladnik: 0.5.0 version bump See also: https://mail.kde.org/pipermail/kde-announce-apps/2023-November/005776.html Bug: https://bugs.gentoo.org/920695 Signed-off-by: Andreas Sturmlechner gentoo.org> games-puzzle/skladnik/Manifest | 1 + .../skladnik/{skladnik-9999.ebuild => skladnik-0.5.0.ebuild} | 6 +++++- games-puzzle/skladnik/skladnik-9999.ebuild | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/games-puzzle/skladnik/Manifest b/games-puzzle/skladnik/Manifest index 26f51c3919f7..8448e18a4520 100644 --- a/games-puzzle/skladnik/Manifest +++ b/games-puzzle/skladnik/Manifest @@ -1 +1,2 @@ DIST ksokoban-0.5.0_pre20210905-39b9d1c1.tar.gz 444752 BLAKE2B f68376081a1ac038b64438439b17028e573b70454d820fd08c265b4a70467a51d34ca0cdd2b490b04a98c5445bf3d18dd9f7ff319258eb2e13eaf94d9b8be09e SHA512 e8cb0096c826c82c2098832885e6fc1ef7e9eb7dfc518be7c7bc68ea4f0ad68b6f72db89822f47b6aad91cd8ab395340a42426bb4c6723ee51914cf13ce9a4d8 +DIST skladnik-0.5.0.tar.xz 397672 BLAKE2B f498d5d2e9dca2d9a4c79f97500698b362e273979474f9acb2b050ffe4feee59cc77f2068e9f23d75b0e70ed45fbf4d19a7addbf431c63506d08650402ce9f97 SHA512 43cbd3545ca2b83b7c91a47c9ad8d2534fc285345859a1af315cc15fa19239e879831174edfb975f4b1424d61399e097b7578987e75aa462704d7d6bed7fd817 diff --git a/games-puzzle/skladnik/skladnik-9999.ebuild b/games-puzzle/skladnik/skladnik-0.5.0.ebuild similarity index 85% copy from games-puzzle/skladnik/skladnik-9999.ebuild copy to games-puzzle/skladnik/skladnik-0.5.0.ebuild index dc12c8641ede..da92df44477c 100644 --- a/games-puzzle/skladnik/skladnik-9999.ebuild +++ b/games-puzzle/skladnik/skladnik-0.5.0.ebuild @@ -11,9 +11,13 @@ inherit ecm kde.org DESCRIPTION="The Japanese warehouse keeper sokoban game" HOMEPAGE="https://invent.kde.org/games/skladnik" +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + LICENSE="GPL-2" SLOT="0" -KEYWORDS="" RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5 diff --git a/games-puzzle/skladnik/skladnik-9999.ebuild b/games-puzzle/skladnik/skladnik-9999.ebuild index dc12c8641ede..da92df44477c 100644 --- a/games-puzzle/skladnik/skladnik-9999.ebuild +++ b/games-puzzle/skladnik/skladnik-9999.ebuild @@ -11,9 +11,13 @@ inherit ecm kde.org DESCRIPTION="The Japanese warehouse keeper sokoban game" HOMEPAGE="https://invent.kde.org/games/skladnik" +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + LICENSE="GPL-2" SLOT="0" -KEYWORDS="" RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5