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 0F0A0158451 for ; Mon, 15 Jan 2024 05:48:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AF68E29DF; Mon, 15 Jan 2024 05:48:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47A3BE29DF for ; Mon, 15 Jan 2024 05:48:12 +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 409CC343299 for ; Mon, 15 Jan 2024 05:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8770C13E9 for ; Mon, 15 Jan 2024 05:48:09 +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: <1705290546.a08c1ecfaec2703ca30a76be868508b34c2a42b4.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/rush/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-arcade/rush/rush-20130703.ebuild X-VCS-Directories: games-arcade/rush/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: a08c1ecfaec2703ca30a76be868508b34c2a42b4 X-VCS-Branch: master Date: Mon, 15 Jan 2024 05:48:09 +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: 575c6511-b3dd-40f6-8250-a6541d336ddc X-Archives-Hash: 58d28edb7b14bd429bcd0fd334791cfa commit: a08c1ecfaec2703ca30a76be868508b34c2a42b4 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Mon Jan 15 03:49:06 2024 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Mon Jan 15 03:49:06 2024 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=a08c1ecf games-arcade/rush: Migrated to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> games-arcade/rush/rush-20130703.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/games-arcade/rush/rush-20130703.ebuild b/games-arcade/rush/rush-20130703.ebuild index 7f8d1c0..9c9c8be 100644 --- a/games-arcade/rush/rush-20130703.ebuild +++ b/games-arcade/rush/rush-20130703.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 unpacker-nixstaller +inherit desktop wrapper unpacker-nixstaller MY_PN="${PN^^}" TS="1372878397" @@ -16,8 +16,7 @@ RESTRICT="fetch" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~x86" RDEPEND=" media-libs/libsdl2 @@ -27,7 +26,7 @@ RDEPEND=" pkg_nofetch() { ewarn - ewarn "Place ${A} to ${DISTDIR}" + ewarn "Place ${A} to ${PORTAGE_ACTUAL_DISTDIR}" ewarn }