From 220240f060e150ba4c4bb2d0f2a07f7c8f9de480 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 18 Jan 2023 17:57:26 +0000 Subject: gentoo auto-resync : 18:01:2023 - 17:57:26 --- games-action/Manifest.gz | Bin 14546 -> 14539 bytes games-action/teeworlds/Manifest | 2 +- games-action/teeworlds/teeworlds-0.7.5-r1.ebuild | 57 ----------------------- games-action/teeworlds/teeworlds-0.7.5-r2.ebuild | 56 ++++++++++++++++++++++ 4 files changed, 57 insertions(+), 58 deletions(-) delete mode 100644 games-action/teeworlds/teeworlds-0.7.5-r1.ebuild create mode 100644 games-action/teeworlds/teeworlds-0.7.5-r2.ebuild (limited to 'games-action') diff --git a/games-action/Manifest.gz b/games-action/Manifest.gz index 454537597182..faea7f3a4f43 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 004fe91c1598..f372dd758c02 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-r1.ebuild 1190 BLAKE2B 053aeb2350a5f1b2e69c30c89cb0e340155b28497dc8dc5038fcc91539fe4076d7ecb05e2833518f59bc4bc6413c079be747e12d87751f61a844e7bc543e41ae SHA512 5c44946b76b44c9fcac03b5dfc2c79ad1bddc835239569f5a8da48be10e69c7f4c758ab444dd546737d73f96d7184c744069f62a0ce41828448fcd11e684c489 +EBUILD teeworlds-0.7.5-r2.ebuild 1210 BLAKE2B d0b5e1ddceb3204a1174210b2928823a85a582105c5679405eab9ef927e872982b711317f55551322ebc61885756a42fb41419e270a28320daed0eb83bfb5537 SHA512 356aa5be25013d1af6c1e7e718d1e9149e67212a3f18992eb595353f028ed7e2f7014b5c60c1df300fd403b3eb29ecb00b0336910456fb5248a115fa596861d3 MISC metadata.xml 338 BLAKE2B bcea2908800549b9744178d8bf6ee90de4998b84ecf339df00ba9095456f98feafd8746c709878730cab1ca434943c9570718bcc7dda2dad47548cdd8f3568f0 SHA512 81e1a4bcc2afc0960a6c9324ddac2e87344ed865f1f88ec4085254456a452d493796c57fa1d68ddc53506bce9619c62710ad23a9d4ed388d93d46791ce48f611 diff --git a/games-action/teeworlds/teeworlds-0.7.5-r1.ebuild b/games-action/teeworlds/teeworlds-0.7.5-r1.ebuild deleted file mode 100644 index 88f0ed346022..000000000000 --- a/games-action/teeworlds/teeworlds-0.7.5-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit cmake desktop 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="debug dedicated" - -RDEPEND=" - !dedicated? ( - app-arch/bzip2:= - media-libs/freetype - media-libs/libsdl2[X,sound,opengl,video] - media-libs/pnglite - media-sound/wavpack - virtual/glu - virtual/opengl - x11-libs/libX11 - ) - dev-libs/openssl:0= - sys-libs/zlib" -DEPEND="${RDEPEND}" -BDEPEND="${PYTHON_DEPS}" - -src_configure() { - local mycmakeargs=( - -DCLIENT=$(usex dedicated OFF ON) - -DDEV=$(usex debug ON OFF) - -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-r2.ebuild b/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild new file mode 100644 index 000000000000..484834e8512c --- /dev/null +++ b/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild @@ -0,0 +1,56 @@ +# 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 +} -- cgit v1.2.3