From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 1C55B1582EF for ; Mon, 24 Feb 2025 09:07:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 020743431B7 for ; Mon, 24 Feb 2025 09:07:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 41421110374; Mon, 24 Feb 2025 09:07:15 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 3B31D110374 for ; Mon, 24 Feb 2025 09:07:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E255034319F for ; Mon, 24 Feb 2025 09:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CA162734 for ; Mon, 24 Feb 2025 09:07:13 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1740387480.2a2f3b94f43fe1daee9b7f9b01635493a3885a9d.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/seven-kingdoms/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild X-VCS-Directories: games-strategy/seven-kingdoms/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 2a2f3b94f43fe1daee9b7f9b01635493a3885a9d X-VCS-Branch: master Date: Mon, 24 Feb 2025 09:07:13 +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: 54678b1f-79f6-4995-8199-28936ee96022 X-Archives-Hash: ecdf19e60075b155b380e7edc5e3c102 commit: 2a2f3b94f43fe1daee9b7f9b01635493a3885a9d Author: Petr Vaněk gentoo org> AuthorDate: Mon Feb 24 08:58:00 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Feb 24 08:58:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2f3b94 games-strategy/seven-kingdoms: fix variable order Signed-off-by: Petr Vaněk gentoo.org> games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild b/games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild index 4643f5115dea..54cf666acc43 100644 --- a/games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild +++ b/games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,6 +14,8 @@ HOMEPAGE="https://7kfans.com/" SRC_URI="https://downloads.sourceforge.net/skfans/${MY_P}.tar.gz https://dev.gentoo.org/~pinkbyte/distfiles/${MY_PN}.png" +S="${WORKDIR}/${MY_P}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 ppc64 x86" @@ -24,8 +26,6 @@ DEPEND="net-libs/enet:1.3= net-misc/curl" RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}" - src_unpack() { unpack ${MY_P}.tar.gz }