From 77398e424e45d9e98c1cef3c43bdadb9d56e81ef Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Nov 2019 13:21:36 +0000 Subject: gentoo resync : 10.11.2019 --- games-action/badland/Manifest | 2 +- games-action/badland/badland-121-r1.ebuild | 67 ++++++++++++++++++++++++++++++ games-action/badland/badland-121.ebuild | 67 ------------------------------ 3 files changed, 68 insertions(+), 68 deletions(-) create mode 100644 games-action/badland/badland-121-r1.ebuild delete mode 100644 games-action/badland/badland-121.ebuild (limited to 'games-action/badland') diff --git a/games-action/badland/Manifest b/games-action/badland/Manifest index 17f48a396101..98011abf1935 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.ebuild 1520 BLAKE2B 2257a8c870d903ea98e2a5ead9053dee91e23b41143da0803acd32137e8786dc6c0db2d808e90662ea453d5e14c3d5a0e6d84fa899bd16ad790972b441da4b59 SHA512 f0d9d7184c0f9fcc78fe2368507753e8af8787e4d0ea67027b93ec2037efd087a3bc70adf221b823c4166376f7abbf01ca451aa42d48e8e29834a25807f5198b +EBUILD badland-121-r1.ebuild 1527 BLAKE2B 6be33fce59c44cbf1ed153ea37259276575c361dcf25f4144ec9d21050703388e2118b133bbe236ace2ffceb854dd9ab84ecfd6b2d0142ee71bf5a507d1e98d2 SHA512 961165599d8d5847843c91597fc40b659dd87dbea310e2d6ade46bfb84dd0b9232f83bae9716d42c5b65e6d7253321c91a591ea532b855bbe4b5ccc38d130bc5 MISC metadata.xml 253 BLAKE2B 443ca9c8d4f6801169382e87a0ecd1385c56e65229209e7200f9d313ef380e92ae8d7dc3c38e5989a4166289f22607a20b1e13bb960fff6b3d9f78629d8ab020 SHA512 61c4689cbc649d84a00be211b7b5b98dd03e1d3f813eff370df549f2998cd4343f391c18b57cf20e4a8f4dd2311e3bfa04eb60f356f2bbac78f0b68f5091f254 diff --git a/games-action/badland/badland-121-r1.ebuild b/games-action/badland/badland-121-r1.ebuild new file mode 100644 index 000000000000..99d55500299a --- /dev/null +++ b/games-action/badland/badland-121-r1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit desktop eutils gnome2-utils + +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" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +RESTRICT="bindist fetch mirror splitdebug" + +QA_PREBUILT="opt/${PN}/*" + +DEPEND=" + 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] +" + +S="${WORKDIR}" + +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 +} + +pkg_postinst() { gnome2_icon_cache_update; } +pkg_postrm() { gnome2_icon_cache_update; } diff --git a/games-action/badland/badland-121.ebuild b/games-action/badland/badland-121.ebuild deleted file mode 100644 index f62252013b6b..000000000000 --- a/games-action/badland/badland-121.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop eutils gnome2-utils - -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" -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist fetch mirror splitdebug" - -QA_PREBUILT="opt/${PN}/*" - -DEPEND=" - 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: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] -" - -S="${WORKDIR}" - -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 -} - -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } -- cgit v1.2.3