From d6ae7d0c076c6f3e25baddcc28d31b6e7b05f5cc Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Sun, 28 Apr 2024 01:18:34 +0200 Subject: games-*/*: fix variable order I manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Misc updates: UnusedEclassesCheck RESTRICT+=" .." -> RESTRICT=".." Signed-off-by: Lucio Sauer Signed-off-by: Julien Roy --- games-rpg/snoot-game/snoot-game-1.9.1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'games-rpg/snoot-game/snoot-game-1.9.1.ebuild') diff --git a/games-rpg/snoot-game/snoot-game-1.9.1.ebuild b/games-rpg/snoot-game/snoot-game-1.9.1.ebuild index 92b411518..8585897b5 100644 --- a/games-rpg/snoot-game/snoot-game-1.9.1.ebuild +++ b/games-rpg/snoot-game/snoot-game-1.9.1.ebuild @@ -6,23 +6,25 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12} ) inherit python-single-r1 desktop wrapper +MY_PV="Patch8_NewYears" + DESCRIPTION="Visual novel parody of Goodbye Volcano High" -MY_PV="Patch9.1-RoastedLaika" HOMEPAGE="https://snootgame.xyz/" SRC_URI="https://snootgame.xyz/bin/SnootGame-${MY_PV}-linux.tar.bz2" +S="${WORKDIR}/SnootGame-${MY_PV}-linux/" + LICENSE="AGPL-3 CC-BY-SA-4.0" SLOT="0" KEYWORDS="~amd64" + REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="strip" RDEPEND="${PYTHON_DEPS} virtual/opengl" BDEPEND="${RDEPEND}" -S="${WORKDIR}/SnootGame-${MY_PV}-linux/" - QA_PREBUILT="*" -RESTRICT+=" strip" src_install() { local dir=/opt/${PN} -- cgit v1.2.3-65-gdbad