From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- games-fps/etqw-bin/Manifest | 2 +- games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild | 73 ------------------------------- games-fps/etqw-bin/etqw-bin-1.5-r4.ebuild | 73 +++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 74 deletions(-) delete mode 100644 games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild create mode 100644 games-fps/etqw-bin/etqw-bin-1.5-r4.ebuild (limited to 'games-fps/etqw-bin') diff --git a/games-fps/etqw-bin/Manifest b/games-fps/etqw-bin/Manifest index ede2430718d1..9bae7f5fc8c6 100644 --- a/games-fps/etqw-bin/Manifest +++ b/games-fps/etqw-bin/Manifest @@ -1,3 +1,3 @@ DIST ETQW-client-1.5-full.x86.run 556383725 BLAKE2B 8fcaa8518c7c452a4fe593a00beea0f5a6d5849c72b03d4a443fffde8540ea53b7bf0376d90b2f2ed4e3a736628f8871e009a49b938344516b2db0495cf1e826 SHA512 32bb3d7ef47790ac6b790a5a5d61592c3504d034372254102985e58dee25b5d200e507330226bf8458c628154c246b2abcb08bf550fa044189c4c8de813af0c2 -EBUILD etqw-bin-1.5-r3.ebuild 1983 BLAKE2B 5e4ae4f5e5d2b5b3013cc53b4f5d781d486f2a526807ab5c8238079ee5e4f08ad9ad1c020a2c16127a7bf590b8381c20402e1add1b855f1a75bbcb85b74c8dca SHA512 968c1c51b1b0be762f792030839503f4cd4eadb4d1a728434d3e1227ec715f4d342307d851b5b201dd8bb3227b2b3b1c5d3cea086fb9c5a52726e6ab4bfa5be0 +EBUILD etqw-bin-1.5-r4.ebuild 1988 BLAKE2B 0e41c0654cac48336ce510b3cf5c112ee44aaf0d4ac950e3f2f2d1b45ca05bf0f9260c65e4bd461b9511c8d14ca347dd4e4af24cb1eeacb5faebac810e427ba4 SHA512 9e60d32146e57db384650fc0ddc91fcb5cea412f9d806042b36f977ca908980d58909cd9cebce851789c6f09ad339f24807730ea18a78e53557a18a9c580321e MISC metadata.xml 252 BLAKE2B 1b951d2e730631865ae5f379b19ed9de2c8adf2f2786da3f75d0871d967374198ddd9106433f388bdc7050c37063fb28cda4320ae7bdc9a03854838693d9f952 SHA512 90798aff93ec7e3881b882e7b10bb1680e8cb7d82b0ef4280e562ab0c9e8a2daba8afe57333dc64697322267a4b651c00ee9b4fdeb56278ff70c073da7b91638 diff --git a/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild b/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild deleted file mode 100644 index f13784da99a7..000000000000 --- a/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop wrapper - -DESCRIPTION="Enemy Territory: Quake Wars" -HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/ETQWFrontPage/" -SRC_URI="http://ftp.jeuxlinux.fr/files/ETQW-client-${PV}-full.x86.run" -S="${WORKDIR}"/data - -LICENSE="ETQW" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="cdinstall" -RESTRICT="bindist mirror strip" - -RDEPEND=" - >=media-libs/libsdl-1.2.15-r4[video,sound,opengl,abi_x86_32(-)] - >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] - sys-libs/glibc - >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)] - virtual/jpeg-compat:62[abi_x86_32(-)] - amd64? ( sys-libs/glibc[multilib] ) - cdinstall? ( games-fps/etqw-data ) -" -BDEPEND="app-arch/unzip" - -MY_DIR=opt/etqw - -QA_PREBUILT=" - ${MY_DIR}/*.x86 - ${MY_DIR}/*.so* -" - -src_unpack() { - tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip - unpack ./${A}.zip - rm -f ${A}.zip || die -} - -src_install() { - insinto ${MY_DIR} - doins -r base pb *.png - dodoc *.txt - - exeinto ${MY_DIR} - doexe etqw{,ded,-rthread}.x86 openurl.sh libCgx86.so libSDL*.id.so* - - newicon etqw_icon.png etqw.png - make_wrapper etqw ./etqw.x86 "${MY_DIR}" "${MY_DIR}" - make_desktop_entry etqw "Enemy Territory: Quake Wars" etqw - - make_wrapper etqw-dedicated ./etqwded.x86 "${MY_DIR}" "${MY_DIR}" - make_desktop_entry etqw-dedicated "Enemy Territory: Quake Wars (dedicated server)" etqw - - make_wrapper etqw-rthread ./etqw-rthread.x86 "${MY_DIR}" "${MY_DIR}" - make_desktop_entry etqw-rthread "Enemy Territory: Quake Wars (SMP)" etqw -} - -pkg_postinst() { - if ! use cdinstall ; then - elog "You need to copy pak00*.pk4, zpak_*.pk4 and the megatextures" - elog "directory to ${MY_DIR}/base before running the game." - fi - - elog "To change the game language from English, add" - elog "seta sys_lang \"your_language\" to your autoexec.cfg file." - elog "Menu fonts may not show up until you do so." -} diff --git a/games-fps/etqw-bin/etqw-bin-1.5-r4.ebuild b/games-fps/etqw-bin/etqw-bin-1.5-r4.ebuild new file mode 100644 index 000000000000..6b10bfba6e38 --- /dev/null +++ b/games-fps/etqw-bin/etqw-bin-1.5-r4.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop wrapper + +DESCRIPTION="Enemy Territory: Quake Wars" +HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/ETQWFrontPage/" +SRC_URI="http://ftp.jeuxlinux.fr/files/ETQW-client-${PV}-full.x86.run" +S="${WORKDIR}"/data + +LICENSE="ETQW" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="cdinstall" +RESTRICT="bindist mirror strip" + +RDEPEND=" + >=media-libs/libsdl-1.2.15-r4[video,sound,opengl,abi_x86_32(-)] + >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] + sys-libs/glibc + >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)] + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + >=x11-libs/libXext-1.3.2[abi_x86_32(-)] + virtual/jpeg-compat:62[abi_x86_32(-)] + amd64? ( sys-libs/glibc[multilib] ) + cdinstall? ( games-fps/etqw-data ) +" +BDEPEND="app-arch/unzip" + +MY_DIR=/opt/etqw + +QA_PREBUILT=" + ${MY_DIR#/}/*.x86 + ${MY_DIR#/}/*.so* +" + +src_unpack() { + tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip + unpack ./${A}.zip + rm -f ${A}.zip || die +} + +src_install() { + insinto ${MY_DIR} + doins -r base pb *.png + dodoc *.txt + + exeinto ${MY_DIR} + doexe etqw{,ded,-rthread}.x86 openurl.sh libCgx86.so libSDL*.id.so* + + newicon etqw_icon.png etqw.png + make_wrapper etqw ./etqw.x86 "${MY_DIR}" "${MY_DIR}" + make_desktop_entry etqw "Enemy Territory: Quake Wars" etqw + + make_wrapper etqw-dedicated ./etqwded.x86 "${MY_DIR}" "${MY_DIR}" + make_desktop_entry etqw-dedicated "Enemy Territory: Quake Wars (dedicated server)" etqw + + make_wrapper etqw-rthread ./etqw-rthread.x86 "${MY_DIR}" "${MY_DIR}" + make_desktop_entry etqw-rthread "Enemy Territory: Quake Wars (SMP)" etqw +} + +pkg_postinst() { + if ! use cdinstall ; then + elog "You need to copy pak00*.pk4, zpak_*.pk4 and the megatextures" + elog "directory to ${MY_DIR}/base before running the game." + fi + + elog "To change the game language from English, add" + elog "seta sys_lang \"your_language\" to your autoexec.cfg file." + elog "Menu fonts may not show up until you do so." +} -- cgit v1.2.3