From 1c33e521c460dc40899ce7bc919602b842ce27e2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Mar 2023 23:52:45 +0000 Subject: gentoo auto-resync : 05:03:2023 - 23:52:45 --- games-arcade/Manifest.gz | Bin 20919 -> 20922 bytes games-arcade/spout/Manifest | 2 +- games-arcade/spout/spout-1.3-r2.ebuild | 50 ----------------------------- games-arcade/spout/spout-1.3-r3.ebuild | 56 +++++++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 51 deletions(-) delete mode 100644 games-arcade/spout/spout-1.3-r2.ebuild create mode 100644 games-arcade/spout/spout-1.3-r3.ebuild (limited to 'games-arcade') diff --git a/games-arcade/Manifest.gz b/games-arcade/Manifest.gz index fe2cb23bd896..c659e2b3847a 100644 Binary files a/games-arcade/Manifest.gz and b/games-arcade/Manifest.gz differ diff --git a/games-arcade/spout/Manifest b/games-arcade/spout/Manifest index a9ea1815d706..3311604ca2b8 100644 --- a/games-arcade/spout/Manifest +++ b/games-arcade/spout/Manifest @@ -1,5 +1,5 @@ AUX spout-1.3-Fix-implicit-function-declarations.patch 741 BLAKE2B dd3b409214e90dbfd54ca5d03381bec51b82977a0441a926d6763ef0fbdf6df4651477b2c1bcf610109783aa0c8a0153db36297ab64a0ae6ab4061384e989983 SHA512 74069a48a52e8b11e09ae716b9015739cb5ca317dab5203fbf9a7ce45b884d11e67a1de6b364bde1f57c45f421e44857fff032370104a27df5299177c7c33e94 AUX spout-1.3-fno-common.patch 279 BLAKE2B 173f83694ef3c55590436ba144efc56a9f1082dce69efaf3d53d3243d485f8fa993af9c9c1b7fc50bb75e44cbf51f6c0018bdc4727390e4a99e1b7b572d726d1 SHA512 cccdc26be30bf00f9539841db74e809edf088dad6130731ba1323975d5926bb3e392ad10dc830f13c9ffc5ce2a4a086e0f00955f5f44a2c234f5846e71f781ce DIST spout-unix-1.3.tar.bz2 92144 BLAKE2B 4512a3f47fddfbed7471fe81f8a7fa296f44aa12b3e3b69c0d665a4f95c82508460ab007a798c098ccbea68f1ccc827699f8428203e1217ea7a493e96810771c SHA512 46ed12a617a4084e8a5d1da56799fe7784ed288a254385b109ced6138ce904e658a44af445c1577112a3701a0b108fc886e3d06df41743b0d82b028eb8a846d6 -EBUILD spout-1.3-r2.ebuild 1043 BLAKE2B 8acb985f19e6608a63ae96a79819a68ceec2d4443f3ea62d26d7f0e7012d035f2ce8096343b6bb24cea2bf8ee2d24e252f91892ba3e06e6c67076758556d334e SHA512 356cd10dd989851cf31ec788837bfc029fa45809cf3c66af183e4eed22f5a56b8dd60a777101dfbfca674e9742ed7572a009fd54a41fa9718a93dc65f3b96cf7 +EBUILD spout-1.3-r3.ebuild 1095 BLAKE2B b8971a6fb2ec8fc5e6136e1077f31c29d9d91551f1dbfa5d981a059391d5ee859c6911b155d536cfc9f6c386ffa51ba134a678e578ea13f3211ef7d0bdb1ebb5 SHA512 7adbd14c4b9df87c13dd640c38a56a74f2770c1d0896ca205700ace66fe17208013ec6524c50694238cbc31911a038fa00c00a618d73a06822a3faf534352efd MISC metadata.xml 254 BLAKE2B 4e6c8e1f126f76233a38aba6f5388488656795cb1d7d4767ccb1349772f5e78d59fc5663d4f1933dbe4633c2fbb90cd1d42d4b4d4f5ededc53653e7df13c7187 SHA512 2b82da849e3b0dec378f3fb497014f5d1dbc7aceb8a1f9d1638e83fe69448b1c5151eb4b1187154d828e4a296609ce5125b40977b2581d95b5588e353ca75135 diff --git a/games-arcade/spout/spout-1.3-r2.ebuild b/games-arcade/spout/spout-1.3-r2.ebuild deleted file mode 100644 index 9ed65f4f461f..000000000000 --- a/games-arcade/spout/spout-1.3-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop readme.gentoo-r1 - -MY_P="spout-unix-${PV}" - -DESCRIPTION="Abstract Japanese caveflier / shooter" -HOMEPAGE="http://freshmeat.net/projects/spout/" -SRC_URI="http://rohanpm.net/files/old/${MY_P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=">=media-libs/libsdl-1.2.6" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${P}-fno-common.patch - "${FILESDIR}"/${PN}-1.3-Fix-implicit-function-declarations.patch -) - -src_install() { - dobin spout - einstalldocs - - doicon spout.png - make_desktop_entry spout "Spout" - - local DOC_CONTENTS=" - To play in fullscreen mode, do 'spout f'. - To play in a greater resolution, do 'spout x', where - x is an integer; the larger x is, the higher the resolution. - - To play: - * Accelerate - spacebar, enter, z, x - * Pause - escape - * Exit - shift+escape - * Rotate - left or right" - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/games-arcade/spout/spout-1.3-r3.ebuild b/games-arcade/spout/spout-1.3-r3.ebuild new file mode 100644 index 000000000000..9f30a8242b0d --- /dev/null +++ b/games-arcade/spout/spout-1.3-r3.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools desktop readme.gentoo-r1 + +MY_P="spout-unix-${PV}" + +DESCRIPTION="Abstract Japanese caveflier / shooter" +HOMEPAGE="http://freshmeat.net/projects/spout/" +SRC_URI="http://rohanpm.net/files/old/${MY_P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=media-libs/libsdl-1.2.6" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}"/${P}-fno-common.patch + "${FILESDIR}"/${PN}-1.3-Fix-implicit-function-declarations.patch +) + +src_prepare() { + default + + eautoreconf +} + +src_install() { + dobin spout + einstalldocs + + doicon spout.png + make_desktop_entry spout "Spout" + + local DOC_CONTENTS=" + To play in fullscreen mode, do 'spout f'. + To play in a greater resolution, do 'spout x', where + x is an integer; the larger x is, the higher the resolution. + + To play: + * Accelerate - spacebar, enter, z, x + * Pause - escape + * Exit - shift+escape + * Rotate - left or right" + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +} -- cgit v1.2.3