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 145FE158451 for ; Mon, 15 Jan 2024 05:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64168E29E7; Mon, 15 Jan 2024 05:48:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4713DE29E7 for ; Mon, 15 Jan 2024 05:48:14 +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 1D63B34329F for ; Mon, 15 Jan 2024 05:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B64314C4 for ; Mon, 15 Jan 2024 05:48:10 +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: <1705296355.8742eac1abb723d125fbacd4cc3c01d00577ed41.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/osmos/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-puzzle/osmos/osmos-1.6.1-r1.ebuild X-VCS-Directories: games-puzzle/osmos/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 8742eac1abb723d125fbacd4cc3c01d00577ed41 X-VCS-Branch: master Date: Mon, 15 Jan 2024 05:48:10 +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: 67b6c254-fc8c-4091-83cf-2d8e663dae77 X-Archives-Hash: fdf303d030a740f0802726f84d57f37d commit: 8742eac1abb723d125fbacd4cc3c01d00577ed41 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Mon Jan 15 05:25:55 2024 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Mon Jan 15 05:25:55 2024 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8742eac1 games-puzzle/osmos: Migrated to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> games-puzzle/osmos/osmos-1.6.1-r1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/games-puzzle/osmos/osmos-1.6.1-r1.ebuild b/games-puzzle/osmos/osmos-1.6.1-r1.ebuild index 0cdaa35..9c3338e 100644 --- a/games-puzzle/osmos/osmos-1.6.1-r1.ebuild +++ b/games-puzzle/osmos/osmos-1.6.1-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 +inherit desktop wrapper MY_PN="Osmos" MY_P="${MY_PN}_${PV}" @@ -14,8 +14,7 @@ SRC_URI="${MY_P}.tar.gz" LICENSE="OSMOS" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~x86" RESTRICT="fetch strip" RDEPEND=" @@ -23,7 +22,6 @@ RDEPEND=" virtual/glu x11-libs/libX11 media-libs/freetype:2 - sys-libs/glibc media-libs/openal media-libs/libvorbis " @@ -32,7 +30,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_PN}" pkg_nofetch() { - einfo "Please download ${MY_P}.tar.gz and place it into ${DISTDIR}" + einfo "Please download ${MY_P}.tar.gz and place it into ${PORTAGE_ACTUAL_DISTDIR}" } src_install() {