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 06E99158451 for ; Mon, 15 Jan 2024 05:48:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D074BE29F4; Mon, 15 Jan 2024 05:48: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 pigeon.gentoo.org (Postfix) with ESMTPS id 9D3A8E29F4 for ; Mon, 15 Jan 2024 05:48: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACAD134329B for ; Mon, 15 Jan 2024 05:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FA5E14D4 for ; Mon, 15 Jan 2024 05:48:11 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1705297579.50daff86f5a2261e052ff77d67ddc5792aa188c6.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/worms-reloaded/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild X-VCS-Directories: games-strategy/worms-reloaded/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 50daff86f5a2261e052ff77d67ddc5792aa188c6 X-VCS-Branch: master Date: Mon, 15 Jan 2024 05:48:11 +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: f115c23d-45e6-426a-abbe-7bc518a298cc X-Archives-Hash: d46e4780d53fda66a4fb352e27a2e1d5 commit: 50daff86f5a2261e052ff77d67ddc5792aa188c6 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Mon Jan 15 05:46:19 2024 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Mon Jan 15 05:46:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=50daff86 games-strategy/worms-reloaded: Migrated to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> .../worms-reloaded/worms-reloaded-20131016-r1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild b/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild index c1d070b..2a35f58 100644 --- a/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild +++ b/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit desktop eutils multilib-minimal +inherit desktop wrapper multilib-minimal TS="1381858841" @@ -15,10 +15,8 @@ RESTRICT="fetch strip" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~x86" -DEPEND="" RDEPEND=" media-libs/libsdl2[${MULTILIB_USEDEP}] media-libs/openal[${MULTILIB_USEDEP}] @@ -33,7 +31,7 @@ pkg_nofetch() { einfo "" einfo "Please buy and download \"${SRC_URI}\" from" einfo "HumbleIndieBundle or ${HOMEPAGE}" - einfo "and move/link it to \"${DISTDIR}\"" + einfo "and move/link it to \"${PORTAGE_ACTUAL_DISTDIR}\"" einfo "" }