From 8053edacbd4abe60567e35218bdbb566a8d79963 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 30 Apr 2024 17:43:23 +0000 Subject: Adding metadata --- games-rpg/snoot-game/Manifest | 2 +- games-rpg/snoot-game/metadata.xml | 3 +- games-rpg/snoot-game/snoot-game-1.8-r1.ebuild | 40 -------------------------- games-rpg/snoot-game/snoot-game-1.8.ebuild | 41 --------------------------- games-rpg/snoot-game/snoot-game-1.9.1.ebuild | 39 +++++++++++++++++++++++++ 5 files changed, 41 insertions(+), 84 deletions(-) delete mode 100644 games-rpg/snoot-game/snoot-game-1.8-r1.ebuild delete mode 100644 games-rpg/snoot-game/snoot-game-1.8.ebuild create mode 100644 games-rpg/snoot-game/snoot-game-1.9.1.ebuild (limited to 'games-rpg') diff --git a/games-rpg/snoot-game/Manifest b/games-rpg/snoot-game/Manifest index 2338f45a7642..b487043b6078 100644 --- a/games-rpg/snoot-game/Manifest +++ b/games-rpg/snoot-game/Manifest @@ -1 +1 @@ -DIST SnootGame-Patch8_NewYears-linux.tar.bz2 213046487 BLAKE2B c7a7b1f85eb46d7f5a67b7cd0f0a889cab33e44ade78a7e26b99d96243caa9b9cf3ea5ad1a8a7192ac7d3af65135bc49238391f40e82f8150ea8fac5a96617c9 SHA512 fa3dd74e3bf938a5ce59676f9d8332946d275d59115edd21f2c3df6d00f218542c4c9969ffa91f6a1200bdc715dc9d688ee4cfe7278bdbc9a236a2ac64d52a5f +DIST SnootGame-Patch9.1-RoastedLaika-linux.tar.bz2 442451820 BLAKE2B 20b4ac0f03e252af0c1426f2397342c557fb1bc7536cc2f0e58bc1e6e77f7410c82456f6f976b6e975e444b7e57e97d473b91aa26f017eaf92e40784ee610b57 SHA512 25de9815d8417d306fc80f7162b46b302c7251ff1664b25f6b1ddda2619547860c96436618fb440e81467c93d440fd98d0847f933f1b05e77183e68af8d0710e diff --git a/games-rpg/snoot-game/metadata.xml b/games-rpg/snoot-game/metadata.xml index fd34f481b3c7..746e484b5172 100644 --- a/games-rpg/snoot-game/metadata.xml +++ b/games-rpg/snoot-game/metadata.xml @@ -12,8 +12,7 @@ posse of reject friends and other associated thorns-in-the-side. - https://snootgame.xyz/Patch7-changelog.html - https://git.snootgame.xyz/Cavemanon/SnootGame/issues + https://git.cavemanon.xyz/Cavemanon/SnootGame/issues gentoo-guru-overlay \ No newline at end of file diff --git a/games-rpg/snoot-game/snoot-game-1.8-r1.ebuild b/games-rpg/snoot-game/snoot-game-1.8-r1.ebuild deleted file mode 100644 index 9663263ac7ee..000000000000 --- a/games-rpg/snoot-game/snoot-game-1.8-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -inherit python-single-r1 desktop wrapper - -DESCRIPTION="Visual novel parody of Goodbye Volcano High" -MY_PV="Patch8_NewYears" -HOMEPAGE="https://snootgame.xyz/" -SRC_URI="https://snootgame.xyz/downloads/game/SnootGame-${MY_PV}-linux.tar.bz2" - -LICENSE="AGPL-3 CC-BY-SA-4.0" -SLOT="0" -KEYWORDS="~amd64" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} virtual/opengl" -BDEPEND="${RDEPEND}" - -S="${WORKDIR}/SnootGame-${MY_PV}-linux/" - -QA_PREBUILT="*" -RESTRICT+=" strip" - -src_install() { - local dir=/opt/${PN} - insinto "${dir}" - - doins -r "${S}/." - dodoc README.md - - fperms +x ${dir}/lib/py3-linux-x86_64/SnootGame - fperms +x ${dir}/SnootGame.sh - - make_wrapper ${PN} "./SnootGame.sh" "${dir}" "${dir}" - make_desktop_entry ${PN} "Snoot Game" - -} diff --git a/games-rpg/snoot-game/snoot-game-1.8.ebuild b/games-rpg/snoot-game/snoot-game-1.8.ebuild deleted file mode 100644 index 056b7cff2bf6..000000000000 --- a/games-rpg/snoot-game/snoot-game-1.8.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -inherit python-single-r1 desktop wrapper - -DESCRIPTION="Visual novel parody of Goodbye Volcano High" -MY_PV="Patch8_NewYears" -HOMEPAGE="https://snootgame.xyz/" -SRC_URI="https://snootgame.xyz/downloads/game/SnootGame-${MY_PV}-linux.tar.bz2" - -LICENSE="AGPL-3 CC-BY-SA-4.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} virtual/opengl" -BDEPEND="${RDEPEND}" - -S="${WORKDIR}/SnootGame-${MY_PV}-linux/" - -QA_PREBUILT="*" -RESTRICT+=" strip" - -src_install() { - local dir=/opt/${PN} - insinto "${dir}" - - doins -r "${S}/." - dodoc README.md - - fperms +x ${dir}/lib/linux-i686/SnootGame - fperms +x ${dir}/lib/linux-x86_64/SnootGame - fperms +x ${dir}/SnootGame.sh - - make_wrapper ${PN} "./SnootGame.sh" "${dir}" "${dir}" - make_desktop_entry ${PN} "Snoot Game" - -} diff --git a/games-rpg/snoot-game/snoot-game-1.9.1.ebuild b/games-rpg/snoot-game/snoot-game-1.9.1.ebuild new file mode 100644 index 000000000000..c458d5c7777e --- /dev/null +++ b/games-rpg/snoot-game/snoot-game-1.9.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) +inherit python-single-r1 desktop wrapper + +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" + +LICENSE="AGPL-3 CC-BY-SA-4.0" +SLOT="0" +KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} virtual/opengl" +BDEPEND="${RDEPEND}" + +S="${WORKDIR}/SnootGame-${MY_PV}-linux/" + +QA_PREBUILT="*" +RESTRICT+=" strip" + +src_install() { + local dir=/opt/${PN} + insinto "${dir}" + + doins -r "${S}/." + dodoc README.md + + fperms +x ${dir}/lib/py3-linux-x86_64/SnootGame + fperms +x ${dir}/SnootGame.sh + + make_wrapper ${PN} "./SnootGame.sh" "${dir}" "${dir}" + make_desktop_entry ${PN} "Snoot Game" +} -- cgit v1.3.1