diff options
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/Manifest.gz | bin | 14389 -> 14387 bytes | |||
-rw-r--r-- | games-action/teeworlds/Manifest | 2 | ||||
-rw-r--r-- | games-action/teeworlds/teeworlds-0.7.5-r3.ebuild (renamed from games-action/teeworlds/teeworlds-0.7.5-r2.ebuild) | 13 |
3 files changed, 8 insertions, 7 deletions
diff --git a/games-action/Manifest.gz b/games-action/Manifest.gz Binary files differindex 794c3d3698e5..dc0c08f95446 100644 --- a/games-action/Manifest.gz +++ b/games-action/Manifest.gz 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-r3.ebuild index 484834e8512c..7d39366980d7 100644 --- a/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild +++ b/games-action/teeworlds/teeworlds-0.7.5-r3.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +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" + https://dev.gentoo.org/~ionen/distfiles/${PN}.png +" +S=${WORKDIR}/${P}-src LICENSE="ZLIB" SLOT="0" @@ -27,7 +28,8 @@ RDEPEND=" media-sound/wavpack ) dev-libs/openssl:= - sys-libs/zlib:=" + sys-libs/zlib:= +" DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS}" @@ -37,7 +39,6 @@ src_configure() { local mycmakeargs=( -DCLIENT=$(usex !dedicated) -DCMAKE_DISABLE_FIND_PACKAGE_X11=yes # unused - -DPYTHON_EXECUTABLE="${PYTHON}" ) cmake_src_configure |