From 55e1038e8ddae096140b19dea77f85271623dba5 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 5 Dec 2024 07:14:10 +0100 Subject: [PATCH] games-puzzle/osmos: Improve ebuild for QA Fixes: EmptyGlobalAssignment: version 1.6.1-r4: line 18: empty global assignment: IUSE="" VariableOrderWrong: version 1.6.1-r4: variable S should occur before RESTRICT Signed-off-by: Nils Freydank --- games-puzzle/osmos/osmos-1.6.1-r4.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/games-puzzle/osmos/osmos-1.6.1-r4.ebuild b/games-puzzle/osmos/osmos-1.6.1-r4.ebuild index 6dc3fa6..eb3259c 100644 --- a/games-puzzle/osmos/osmos-1.6.1-r4.ebuild +++ b/games-puzzle/osmos/osmos-1.6.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2021 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -11,11 +11,11 @@ MY_P="${MY_PN}_${PV}" DESCRIPTION="Play as a single-celled organism absorbing others" HOMEPAGE="https://www.osmos-game.com/" SRC_URI="${MY_P}.tar.gz" +S="${WORKDIR}/${MY_PN}" LICENSE="Hemisphere_Games-EULA" SLOT="0" KEYWORDS="-* ~amd64" -IUSE="" RESTRICT="bindist fetch strip test" PROPERTIES="interactive" @@ -33,8 +33,6 @@ QA_PREBUILT="/opt/osmos/osmos" DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_PN}" - pkg_nofetch() { einfo "Please download ${MY_P}.tar.gz and place it into DISTDIR directory." }