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 3FF82158451 for ; Mon, 15 Jan 2024 05:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8530E29E2; Mon, 15 Jan 2024 05:48:13 +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 B78DEE29E2 for ; Mon, 15 Jan 2024 05:48:13 +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 D0C75343295 for ; Mon, 15 Jan 2024 05:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7E3A14BD 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: <1705295218.f74273546063fe495b1a954ca622cf60ccf0386d.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/braid/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-puzzle/braid/braid-1.0.2-r9999.ebuild X-VCS-Directories: games-puzzle/braid/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: f74273546063fe495b1a954ca622cf60ccf0386d 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: c817cba2-2421-41ef-a864-c707233d5f84 X-Archives-Hash: c544d6723457c4ff89458c4d45ed84d8 commit: f74273546063fe495b1a954ca622cf60ccf0386d Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Mon Jan 15 05:06:58 2024 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Mon Jan 15 05:06:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f7427354 games-puzzle/braid: Migrated to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> games-puzzle/braid/braid-1.0.2-r9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-puzzle/braid/braid-1.0.2-r9999.ebuild b/games-puzzle/braid/braid-1.0.2-r9999.ebuild index 946b59b..364dd6f 100644 --- a/games-puzzle/braid/braid-1.0.2-r9999.ebuild +++ b/games-puzzle/braid/braid-1.0.2-r9999.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 +inherit desktop wrapper unpacker DESCRIPTION="Platform game where you manipulate flow of time" HOMEPAGE="http://braid-game.com" @@ -31,7 +31,7 @@ S="${WORKDIR}/data" pkg_nofetch() { echo - elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in ${DISTDIR}" + elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in ${PORTAGE_ACTUAL_DISTDIR}" echo }