From 7bcfea9c5e79a425a62a66bba477b9d3c0d7fdd0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 7 May 2024 00:00:56 +0100 Subject: gentoo auto-resync : 07:05:2024 - 00:00:56 --- games-action/Manifest.gz | Bin 14389 -> 14387 bytes games-action/teeworlds/Manifest | 2 +- games-action/teeworlds/teeworlds-0.7.5-r2.ebuild | 56 ---------------------- games-action/teeworlds/teeworlds-0.7.5-r3.ebuild | 57 +++++++++++++++++++++++ 4 files changed, 58 insertions(+), 57 deletions(-) delete mode 100644 games-action/teeworlds/teeworlds-0.7.5-r2.ebuild create mode 100644 games-action/teeworlds/teeworlds-0.7.5-r3.ebuild (limited to 'games-action') diff --git a/games-action/Manifest.gz b/games-action/Manifest.gz index 794c3d3698e5..dc0c08f95446 100644 Binary files a/games-action/Manifest.gz and b/games-action/Manifest.gz differ diff --git a/games-action/teeworlds/Manifest b/games-action/teeworlds/Manifest index f372dd758c02..6c1382007f4f 100644 --- a/games-action/teeworlds/Manifest +++ b/games-action/teeworlds/Manifest @@ -2,5 +2,5 @@ AUX teeworlds-init.d 991 BLAKE2B 24eb29a207c8f81c52a80148badfa9d6e6ea7acfcd1bfcd AUX teeworlds_srv.cfg 193 BLAKE2B dbbad582189f5b098e9f199dc59227ef90485e7a1bc406372d69f9985ee5a7fe39db68c52d8eb394a1c6e1320496925fa8c5474dd91204bf6e93787c2c0ba838 SHA512 d9a55f749f6974caddf96438eb38e490e0e507fbe07ebdac070fe91ab46eed93afb5dd6300a5b7a86b6282c6b97fdd178a00720483c3e71490be816b8c6a73b5 DIST teeworlds-0.7.5-src.tar.gz 8935505 BLAKE2B 40cf14e4f6d811df29a98cd51adc773021083e3474cc768998923fb6746e65b17c502d80af8e5613716dd3f12cf1e7cf840ec44b19ad8d214bd2cfa71f1871f3 SHA512 f0c55489b99b06e27298ac42adcf31e1130e7eace6f8672836e50c66c27ab0ccce5b8680c7181a2adc59e1f5808564001b5f0bc8ac7ab355ad8db71328ea7a76 DIST teeworlds.png 3111 BLAKE2B c0b287b50d2155b556a227d4169656c886a47c6641ac15a40ca398ab9d4d0b0d7bf61c93037d4ad6d19ad9e638204975c5913d88928fee7333b6e360578c3692 SHA512 e3dd4754e14b4a6a6bf616b5f74c1f1c1a87b01522c8e5f9e33855f6f13c4ef65b17ef27015f97f303d00faa38b1441a73a7fe19f7be4541dee3f1a4810acb27 -EBUILD teeworlds-0.7.5-r2.ebuild 1210 BLAKE2B d0b5e1ddceb3204a1174210b2928823a85a582105c5679405eab9ef927e872982b711317f55551322ebc61885756a42fb41419e270a28320daed0eb83bfb5537 SHA512 356aa5be25013d1af6c1e7e718d1e9149e67212a3f18992eb595353f028ed7e2f7014b5c60c1df300fd403b3eb29ecb00b0336910456fb5248a115fa596861d3 +EBUILD teeworlds-0.7.5-r3.ebuild 1177 BLAKE2B 16d77d9f5de1a7f864ce9274db8825c5e723b3e995e8cb990c8f83345fc2de163e856f07acae2e85986bf308e36d8e6d635c118ffc0d03bf6aedd5272d7290a7 SHA512 6fc13ae57906fcc495020481ae647a44a137e6485d0b6c49888e4417d1e1a58ddabda1e9b0963dd857e4355626317c17e087dbf05f46ba045834b277f83e1bd0 MISC metadata.xml 338 BLAKE2B bcea2908800549b9744178d8bf6ee90de4998b84ecf339df00ba9095456f98feafd8746c709878730cab1ca434943c9570718bcc7dda2dad47548cdd8f3568f0 SHA512 81e1a4bcc2afc0960a6c9324ddac2e87344ed865f1f88ec4085254456a452d493796c57fa1d68ddc53506bce9619c62710ad23a9d4ed388d93d46791ce48f611 diff --git a/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild b/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild deleted file mode 100644 index 484834e8512c..000000000000 --- a/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake desktop flag-o-matic python-any-r1 - -DESCRIPTION="Online multi-player platform 2D shooter" -HOMEPAGE="https://www.teeworlds.com/" -SRC_URI=" - https://github.com/teeworlds/teeworlds/releases/download/${PV}/teeworlds-${PV}-src.tar.gz - https://dev.gentoo.org/~ionen/distfiles/${PN}.png" -S="${WORKDIR}/${P}-src" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="dedicated" - -RDEPEND=" - !dedicated? ( - media-libs/freetype - media-libs/libglvnd[X] - media-libs/libsdl2[sound,opengl,video] - media-libs/pnglite - media-sound/wavpack - ) - dev-libs/openssl:= - sys-libs/zlib:=" -DEPEND="${RDEPEND}" -BDEPEND="${PYTHON_DEPS}" - -src_configure() { - append-flags -fno-strict-aliasing #858524 - - local mycmakeargs=( - -DCLIENT=$(usex !dedicated) - -DCMAKE_DISABLE_FIND_PACKAGE_X11=yes # unused - -DPYTHON_EXECUTABLE="${PYTHON}" - ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - - doicon "${DISTDIR}"/${PN}.png - domenu other/teeworlds.desktop - - newinitd "${FILESDIR}"/${PN}-init.d ${PN} - - insinto /etc/${PN} - doins "${FILESDIR}"/teeworlds_srv.cfg -} diff --git a/games-action/teeworlds/teeworlds-0.7.5-r3.ebuild b/games-action/teeworlds/teeworlds-0.7.5-r3.ebuild new file mode 100644 index 000000000000..7d39366980d7 --- /dev/null +++ b/games-action/teeworlds/teeworlds-0.7.5-r3.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +inherit cmake desktop flag-o-matic python-any-r1 + +DESCRIPTION="Online multi-player platform 2D shooter" +HOMEPAGE="https://www.teeworlds.com/" +SRC_URI=" + https://github.com/teeworlds/teeworlds/releases/download/${PV}/teeworlds-${PV}-src.tar.gz + https://dev.gentoo.org/~ionen/distfiles/${PN}.png +" +S=${WORKDIR}/${P}-src + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="dedicated" + +RDEPEND=" + !dedicated? ( + media-libs/freetype + media-libs/libglvnd[X] + media-libs/libsdl2[sound,opengl,video] + media-libs/pnglite + media-sound/wavpack + ) + dev-libs/openssl:= + sys-libs/zlib:= +" +DEPEND="${RDEPEND}" +BDEPEND="${PYTHON_DEPS}" + +src_configure() { + append-flags -fno-strict-aliasing #858524 + + local mycmakeargs=( + -DCLIENT=$(usex !dedicated) + -DCMAKE_DISABLE_FIND_PACKAGE_X11=yes # unused + ) + + cmake_src_configure +} + +src_install() { + cmake_src_install + + doicon "${DISTDIR}"/${PN}.png + domenu other/teeworlds.desktop + + newinitd "${FILESDIR}"/${PN}-init.d ${PN} + + insinto /etc/${PN} + doins "${FILESDIR}"/teeworlds_srv.cfg +} -- cgit v1.2.3