From 77b275a53383b07b154caa09feb6f4961b206638 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 20 May 2024 00:02:16 +0100 Subject: gentoo auto-resync : 20:05:2024 - 00:02:15 --- games-action/badland/Manifest | 2 +- games-action/badland/badland-121-r1.ebuild | 62 ------------------------------ games-action/badland/badland-121-r2.ebuild | 62 ++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 games-action/badland/badland-121-r1.ebuild create mode 100644 games-action/badland/badland-121-r2.ebuild (limited to 'games-action/badland') diff --git a/games-action/badland/Manifest b/games-action/badland/Manifest index 53447edbcafd..5be36b8d10b8 100644 --- a/games-action/badland/Manifest +++ b/games-action/badland/Manifest @@ -1,4 +1,4 @@ DIST Badland_GotY_121.tar 191872792 BLAKE2B ed1c75d378b742a9f2c82f2ca1055837ff302e1438d4d1a48118ff0caf0455ce0001bb3b90e7c80361672435d2a846d67c94d1c8f28e8ecf8afe87d4177aaa86 SHA512 db018e79fada80c2e6f4ce9dc1f23bf43a8b6257207e52dbb583c484bb71e4e6b0109f750ab8fb7b1e221e2618a1994828c4525d478b7d45bf7d60012f9cf13a DIST badland.png 42439 BLAKE2B 9439349c8f0a0133fdc042a373a4f625d0988ef4b9de71456ccc1dab4b0f8f56ab386e5f2ba5b322ca5f885c9784c325c9be25d691a740a89dc237afa2216451 SHA512 30387f1906fb35ff9684a8ad28535de7804e456ff545fd69bc6bad3d96c6e2149ca9c5fe19a6dc711f145191d72311538b402d3891971185fc07edabd61ba52f -EBUILD badland-121-r1.ebuild 1429 BLAKE2B 1540dfe40db1346e999efa800b5bfe2e7ccf0c147682ebc21167050001c9ef694df22d3c5471e42c46eb1b5ccadc29fdc90acaa2d9e843562fba3afb9cd26622 SHA512 5511a49a1651bdb964749b4e5aee5ae726293bef1d3f3f26d55645049e2f7d0efd25198baaf9a648dafbbb7534258dfa21b49dbc18d6f61d4b89ea755cc8d188 +EBUILD badland-121-r2.ebuild 1432 BLAKE2B 9f581e37f7611b187f5ceac69dd1692ffa27dbfc1d1244e41f4ac3459158ea959294439ce460e49d4203a66046b270cb6bf3a959916d5c6dd91c9e3804fa9dbd SHA512 8bbf99aa5b83e5205e0e691c8f0a30312670d5d6c3c10bc815c645f1b4638a117878aa8b553bc082832b396c5860ea09a61c239634e31dee1271e2a1f281b5f1 MISC metadata.xml 254 BLAKE2B 4e6c8e1f126f76233a38aba6f5388488656795cb1d7d4767ccb1349772f5e78d59fc5663d4f1933dbe4633c2fbb90cd1d42d4b4d4f5ededc53653e7df13c7187 SHA512 2b82da849e3b0dec378f3fb497014f5d1dbc7aceb8a1f9d1638e83fe69448b1c5151eb4b1187154d828e4a296609ce5125b40977b2581d95b5588e353ca75135 diff --git a/games-action/badland/badland-121-r1.ebuild b/games-action/badland/badland-121-r1.ebuild deleted file mode 100644 index 0203c806f0db..000000000000 --- a/games-action/badland/badland-121-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop wrapper xdg - -DESCRIPTION="Atmospheric side-scrolling action adventure platformer set in a gorgeous forest" -HOMEPAGE="http://badlandgame.com" -SRC_URI=" - Badland_GotY_${PV}.tar - https://dev.gentoo.org/~chewi/distfiles/${PN}.png" -S="${WORKDIR}" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist fetch mirror splitdebug" - -QA_PREBUILT="opt/${PN}/*" - -BDEPEND="app-admin/chrpath" -RDEPEND=" - dev-db/sqlite:3[abi_x86_32] - media-libs/fontconfig:1.0[abi_x86_32] - media-libs/freetype:2[abi_x86_32] - media-libs/libpng-compat:1.2[abi_x86_32] - media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads,video] - net-misc/curl[abi_x86_32] - >=sys-devel/gcc-4.6[cxx] - >=sys-libs/glibc-2.14 - virtual/opengl[abi_x86_32] - x11-libs/libX11[abi_x86_32] -" - -pkg_nofetch() { - einfo "Please buy and download ${SRC_URI} from:" - einfo " https://www.humblebundle.com/store/badland-game-of-the-year-humble-deluxe-edition" - einfo "and move it to your distfiles directory." -} - -src_prepare() { - default - - # Replace insecure RPATH. - chrpath -r '$ORIGIN' ${PN} || die -} - -src_install() { - local dir=/opt/${PN} - - insinto "${dir}" - doins -r Resources - - exeinto "${dir}" - doexe ${PN} *.so - - make_wrapper ${PN} "./${PN}" "${dir}" - make_desktop_entry ${PN} "Badland" - - doicon -s 128 "${DISTDIR}"/${PN}.png -} diff --git a/games-action/badland/badland-121-r2.ebuild b/games-action/badland/badland-121-r2.ebuild new file mode 100644 index 000000000000..214e66a1aa06 --- /dev/null +++ b/games-action/badland/badland-121-r2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop wrapper xdg + +DESCRIPTION="Atmospheric side-scrolling action adventure platformer set in a gorgeous forest" +HOMEPAGE="http://badlandgame.com" +SRC_URI=" + Badland_GotY_${PV}.tar + https://dev.gentoo.org/~chewi/distfiles/${PN}.png" +S="${WORKDIR}" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +RESTRICT="bindist fetch mirror splitdebug" + +QA_PREBUILT="opt/${PN}/*" + +BDEPEND="app-admin/chrpath" +RDEPEND=" + dev-db/sqlite:3[abi_x86_32] + media-libs/fontconfig:1.0[abi_x86_32] + media-libs/freetype:2[abi_x86_32] + media-libs/libpng-compat:1.2[abi_x86_32] + media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads(+),video] + net-misc/curl[abi_x86_32] + >=sys-devel/gcc-4.6[cxx] + >=sys-libs/glibc-2.14 + virtual/opengl[abi_x86_32] + x11-libs/libX11[abi_x86_32] +" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.humblebundle.com/store/badland-game-of-the-year-humble-deluxe-edition" + einfo "and move it to your distfiles directory." +} + +src_prepare() { + default + + # Replace insecure RPATH. + chrpath -r '$ORIGIN' ${PN} || die +} + +src_install() { + local dir=/opt/${PN} + + insinto "${dir}" + doins -r Resources + + exeinto "${dir}" + doexe ${PN} *.so + + make_wrapper ${PN} "./${PN}" "${dir}" + make_desktop_entry ${PN} "Badland" + + doicon -s 128 "${DISTDIR}"/${PN}.png +} -- cgit v1.2.3