From 1e1e7636b59380beebd325e8d256875e4f824230 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jan 2024 18:59:30 +0000 Subject: gentoo auto-resync : 08:01:2024 - 18:59:30 --- games-fps/Manifest.gz | Bin 12372 -> 12200 bytes games-fps/quakeforge/Manifest | 1 - .../quakeforge-0.7.2_p20210722-r1.ebuild | 166 --------------------- games-fps/serious-sam-tse/Manifest | 3 - games-fps/serious-sam-tse/metadata.xml | 5 - .../serious-sam-tse-1_beta1-r1.ebuild | 137 ----------------- games-fps/serioussam/Manifest | 2 +- games-fps/serioussam/serioussam-1.10.6.ebuild | 2 +- 8 files changed, 2 insertions(+), 314 deletions(-) delete mode 100644 games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild delete mode 100644 games-fps/serious-sam-tse/Manifest delete mode 100644 games-fps/serious-sam-tse/metadata.xml delete mode 100644 games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild (limited to 'games-fps') diff --git a/games-fps/Manifest.gz b/games-fps/Manifest.gz index aea9e7845d8f..53378665c6c9 100644 Binary files a/games-fps/Manifest.gz and b/games-fps/Manifest.gz differ diff --git a/games-fps/quakeforge/Manifest b/games-fps/quakeforge/Manifest index c0ab82f18eda..77982d91cb04 100644 --- a/games-fps/quakeforge/Manifest +++ b/games-fps/quakeforge/Manifest @@ -1,6 +1,5 @@ AUX quakeforge-0.7.2_p20210722-skipped-tests.patch 491 BLAKE2B e9124ae690ee78825b921655f0ad297386a46b66151bcb7f0e9eff2bfc1a3f533b1b0beebdc863399519a104c098d4d2387fefa9a69d0dcfef7b442a7a5d73be SHA512 72e4a8f04cbc46f066fc3543a069a9d94a275c8f1a67028d90791c4c21d92ddd5e912b724c916ddee712b736fc098c747705f11619da2fc8162a8ad818c3b362 DIST quakeforge-0.7.2_p20210722.tar.gz 3157720 BLAKE2B 9757ed10a5f78d9b5f09029c149c3fc121daf4bef2cc5a1687d00d2d85c36065663407318478c801a4ae62dee03713e35009c91f590d1686678756da1aab7824 SHA512 1c3778ff73cffbb5cadc33e0b544935f822a0f983ed67945dbbd7f6624752b68e3da46f1836f38f22cbae9a9ac191eeacc256ca5da540c5448dfc1fb56b68aa4 -EBUILD quakeforge-0.7.2_p20210722-r1.ebuild 4453 BLAKE2B 07f460a28afdfbed78dd988fc943eeb53948a2d58d30d15df8ddd89e990153f6442fd8536f68df2973ebc89ad2478d2e7a80a54ce0848faf2bb6e68b1ad470a3 SHA512 2baa23c46e72152ef58062af6f4f777e73a71dc892832f3b3e0e469ae0fbdcfffc809571964d0617c301b50911496795b3f56ded1b1169c4570c5a461536a8d8 EBUILD quakeforge-0.7.2_p20210722-r2.ebuild 4463 BLAKE2B 7a448539d20a9577bfc36b7248c3bcf5ac8312e01c2ce6effb4ea509c716aa144218ea4e3d04b865b304dc98d24150636a539d5ba860638b9721643502e8f475 SHA512 9d4d979f458ff0ff5e6de5a3f27e57ce1108ca54eb11b952aa3387954c791520eac713b391d18518e39f6d247c9a493805223990dc74315caf614873ae6e9f9a EBUILD quakeforge-9999.ebuild 4136 BLAKE2B 2255a0a80b24261cf6fdc9ca981e93563a4a5faecfe39105355a6506940ff04b9d4f6b9a9dc75fef947143797b5bae04eb5e21f91dd7b5e7a902e82c7635a543 SHA512 005c9a95f8240f6b5df18c8eefaf0df548c476736d91e2ba1f64cac57562c16d7f86c28f8f38679cab5891ea90579fd4cda1eac1ffef7c8fe109881b5571dbaa MISC metadata.xml 1839 BLAKE2B 1ba2ccf8438f8788b2ec1c667fb4945c6c6616e92f1c2686a86181751fb469b4e8d0c6e64a358ab4237d42d1917bb1f2edece3db1c373e1df1f2b4d471738e30 SHA512 7c51fd96efd2ecf46346dfe89e82f771fc8c2f381c65c49c59408e53ba294a8d9351833aeb1e1df79b114b3d043ada9fe37c76db5207c35784903d3640678316 diff --git a/games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild b/games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild deleted file mode 100644 index 39d69b2b24e3..000000000000 --- a/games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild +++ /dev/null @@ -1,166 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/quakeforge/quakeforge.git" -else - MY_COMMIT="e799a7ae45b0ab2ad7b642953277db8ccf256cf8" - SRC_URI="https://github.com/quakeforge/quakeforge/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${MY_COMMIT}" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="3D engine based on id Software's Quake and QuakeWorld game engines" -HOMEPAGE="http://www.quakeforge.net/" - -LICENSE="GPL-2+" -SLOT="0" -IUSE="alsa +client debug doc flac jack ncurses oss png sdl vorbis vulkan wildmidi zlib" - -RDEPEND=" - client? ( - media-libs/libsamplerate - net-misc/curl - virtual/opengl - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXxf86vm - alsa? ( media-libs/alsa-lib ) - flac? ( media-libs/flac:= ) - jack? ( virtual/jack ) - sdl? ( media-libs/libsdl[sound] ) - vorbis? ( media-libs/libvorbis ) - vulkan? ( media-libs/vulkan-loader ) - wildmidi? ( media-sound/wildmidi ) - ) - ncurses? ( sys-libs/ncurses:= ) - png? ( media-libs/libpng:= ) - zlib? ( sys-libs/zlib:= )" -DEPEND=" - ${RDEPEND} - client? ( - x11-base/xorg-proto - vulkan? ( dev-util/vulkan-headers ) - )" -BDEPEND=" - sys-devel/bison - sys-devel/flex - virtual/pkgconfig - doc? ( - app-doc/doxygen[dot] - media-gfx/transfig - )" - -PATCHES=( - "${FILESDIR}"/${P}-skipped-tests.patch -) - -src_prepare() { - default - - echo ${PV} > .tarball-version || die - eautoreconf -} - -src_configure() { - filter-lto #858755 - unset LEX YACC #902997,884287 - - qf_client() { - echo $(usex client $(use_enable ${1}) --disable-${1}) - } - - local econfargs=( - $(qf_client alsa) - $(qf_client flac) - $(qf_client jack) - $(qf_client oss) - $(qf_client sdl) - $(qf_client vorbis) - $(qf_client vulkan) - $(qf_client wildmidi) - $(use_enable client sound) - $(use_enable client vidmode) - $(use_enable debug) - $(use_enable ncurses curses) - $(use_enable png) - $(use_enable zlib) - $(use_with client x) - --disable-Werror - --disable-dga - --enable-xdg - # non-x11 clients are mostly abandoned/broken (SDL1 still useful for pulseaudio) - --with-clients=$(usev client x11) - --with-cpp="$(tc-getCPP) -x c %u %d %s -o %o %i" # see config.d/qfcc.m4 - --with-global-cfg="${EPREFIX}"/etc/quakeforge.conf - --with-sharepath="${EPREFIX}"/usr/share/quake1 - ) - - econf "${econfargs[@]}" -} - -src_compile() { - default - - use doc && emake doc -} - -src_install() { - use doc && local HTML_DOCS=( doxygen/html/. ) - - emake -j1 DESTDIR="${D}" install - einstalldocs - - find "${ED}" -name '*.la' -delete || die - - local DISABLE_AUTOFORMATTING="yes" - local DOC_CONTENTS=\ -"Before you can play (using nq-x11 or qw-client-x11), you must ensure -that ${PN} can find your Quake pak0.pak (and optionally pak1.pak) -at one of these locations with lowercase filenames: - - '~/.local/share/${PN}/id1/pak0.pak' - - '${EPREFIX}/usr/share/quake1/id1/pak0.pak' - -You can add them yourself or use either of: - - games-fps/quake1-data: install from a Quake CD-ROM - - games-fps/quake1-demodata: pak0.pak only (limited demo) - -Key binds notes: - Defaults ('imt_mod' table) expect you to set key binds manually in: - - '~/.local/share/${PN}/id1/autoexec.cfg' (or '${EPREFIX}/usr/share/quake1/id1') - For the in-game bind menu to be usable ('imt_0' table), bring up the - console with backtick \`, and run 'imt imt_0' (only needed once). - A mouse-grab bind ('toggle in_grab') and using freelook is recommended. - -Audio/Video notes: - Can add settings in: - - '~/.config/${PN}/${PN}.conf' (or '${EPREFIX}/etc/${PN}.conf') - Examples: - - set vid_width 800 - - set vid_height 600 - - set snd_output sdl (or alsa, jack, oss -- sdl can do pulseaudio) - - setrom vid_render gl (or vulkan, sw for software rendering)" - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog - - if [[ ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -le 0.7.2-r1; then - elog "Migration may be needed for ${PN}'s home paths, now using:" - elog " ~/.${PN}rc -> ~/.config/${PN}/${PN}.conf" - elog " ~/.${PN}/ -> ~/.local/share/${PN}/" - elog "Also, nq-sdl / qw-client-sdl are no longer available (use -x11 instead)." - fi - - if use vulkan; then - ewarn "You've enabled the new vulkan support that is still experimental and yet" - ewarn "used by default. If have issues, can use '+setrom vid_render gl' command" - ewarn "line option to revert to GL." - fi -} diff --git a/games-fps/serious-sam-tse/Manifest b/games-fps/serious-sam-tse/Manifest deleted file mode 100644 index 66ef34b7af81..000000000000 --- a/games-fps/serious-sam-tse/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ssamtse-beta1.sh.bin 7952607 BLAKE2B 775c5f22b5c2d8418e69a6ac9d8e46f7f3d958108900ca0bc2135a889b4ee34d4d6528b2dfbe1de343fc8cd28af3f0d86cc764014875d8bb4d7a32ee55f361ea SHA512 43f07fbaef0bf8f90644a748931220331ed5f9179412e5a37daf0472aa98c5bb2455148c54254eae1af0b38ba8a3fde9c310cd8d488ea6b2806fa0f6fb1e1644 -EBUILD serious-sam-tse-1_beta1-r1.ebuild 4664 BLAKE2B 16efd6322a183dfeca0b108d7ebcfa0a6291bd1dfa60a7012a305bd33e44434a0fe6f93478ed74a2ef9ed0b54a9c78fb83b43c39dcf7192fcc4b928448327313 SHA512 b932687810a648b67aca73b1fd710ea3f6b1a59064fb9777831614c93d3a9d165414b69e8f9ca131f6cc7a176364e5589530d66e731d16d09bb6757a7dba3273 -MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 diff --git a/games-fps/serious-sam-tse/metadata.xml b/games-fps/serious-sam-tse/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/games-fps/serious-sam-tse/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild b/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild deleted file mode 100644 index cec0725099f6..000000000000 --- a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cdrom eutils versionator unpacker - -# MY_PV will be e.g. "beta1" -MY_PN="ssamtse" -MY_PV=$(get_version_component_range 2-2) - -DESCRIPTION="Serious Sam: The Second Encounter" -HOMEPAGE="http://www.croteam.com/ - http://www.seriouszone.com/" -SRC_URI="http://icculus.org/betas/ssam/${MY_PN}-${MY_PV}.sh.bin" - -LICENSE="LOKI-EULA" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist mirror strip" -IUSE="alsa" - -DEPEND=">=app-arch/unshield-0.6" -RDEPEND=" - >=media-libs/libogg-1.3.1[abi_x86_32(-)] - >=media-libs/libsdl-1.2.15-r5[X,joystick,opengl,video,abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] - alsa? ( - >=media-libs/libsdl-1.2.15-r5[alsa,sound,abi_x86_32(-)] - >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)] - ) -" - -S=${WORKDIR} - -QA_TEXTRELS=" -opt/ssamtse/Bin/libEntitiesMP.so -opt/ssamtse/Bin/libGameMP.so -opt/ssamtse/Bin/libamp11lib.so -opt/ssamtse/Bin/libShaders.so -" - -QA_FLAGS_IGNORED=" -opt/ssamtse/Bin/libEntitiesMP.so -opt/ssamtse/Bin/libGameMP.so -opt/ssamtse/Bin/libamp11lib.so -opt/ssamtse/Bin/libShaders.so -opt/ssamtse/Bin/ssam_lnxded -opt/ssamtse/Bin/ssam_lnxded.dynamic -opt/ssamtse/Bin/ssam_lnx.dynamic -opt/ssamtse/Bin/ssam_lnx -" - -pkg_setup() { - cdrom_get_cds "Install/SE1_00.gro" -} - -src_unpack() { - mkdir Levels Mods - - unpack_makeself "${MY_PN}-${MY_PV}.sh.bin" - unpack ./setupstuff.tar.gz - unpack ./bins.tar.bz2 -} - -src_prepare() { - default - - # Switch to dynamic executable - runs at sane speeds on modern hardware - sed -i -e 's;exec "./ssam_lnx";exec "./ssam_lnx.dynamic";' bin/${MY_PN} \ - || die "dynamic binary update failed" -} - -src_install() { - local dir="/opt/${MY_PN}" - - # Remove bundled libs - rm -f Bin/{libogg.so,libvorbis.so,libvorbisfile.so} || die "failed to remove bundled libs" - - einfo "Copying from ${CDROM_ROOT}" - insinto "${dir}" - doins -r "${CDROM_ROOT}"/Install/* - - # Correct paths of copied resource files - mv "${D}/${dir}"/Locales/eng/Controls/* "${D}/${dir}"/Controls/ || die "Failed to move file" - mv "${D}/${dir}"/Locales/eng/Data/Var/* "${D}/${dir}"/Data/Var/ || die "Failed to move file" - mv "${D}/${dir}"/Locales/eng/Demos/* "${D}/${dir}"/Demos/ || die "Failed to move file" - mv "${D}/${dir}"/Locales/eng/Help/* "${D}/${dir}"/Help/ || die "Failed to move file" - mv "${D}/${dir}"/Locales/eng/Mods/Warped/Scripts/Addons/WarpedTweak.des "${D}/${dir}"/Mods/Warped/Scripts/Addons/ || die "Failed to move file" - mv "${D}/${dir}"/Locales/eng/Mods/Warped/Readme.html "${D}/${dir}"/Mods/Warped/ || die "Failed to move file" - mv "${D}/${dir}"/Locales/eng/Mods/*.des "${D}/${dir}"/Mods/ || die "Failed to move file" - mv "${D}/${dir}"/Locales/eng/Scripts/Addons/* "${D}/${dir}"/Scripts/Addons/ || die "Failed to move file" - mv "${D}/${dir}"/Locales/eng/Scripts/CustomOptions/* "${D}/${dir}"/Scripts/CustomOptions/ || die "Failed to move file" - mv "${D}/${dir}"/Locales/eng/Scripts/NetSettings/* "${D}/${dir}"/Scripts/NetSettings/ || die "Failed to move file" - rm -rf "${D}/${dir}"/Locales || die "failed to removed Locales dir" - - # The data CABs contain optional multiplayer maps in the "Levels" directory - einfo "Extracting additional levels" - unshield x "${D}/${dir}"/data1.cab >/dev/null || die "unshield data1.cab failed" - rm "${D}/${dir}"/data?.cab || die "Failed to remove cab" - - # Correct paths of extracted levels - mv Levels/Levels/LevelsMP/* Levels/LevelsMP/ || die "Failed to move file" - rm -rf Levels/Levels || die "Failed to remove dir" - mv Levels/LevelsMP/Technology/* Levels/ || die "Failed to move file" - rmdir Levels/LevelsMP/Technology || die "Failed to remove dir" - mv Levels/Mods/Warped/ Mods/ || die "Failed to move file" - rmdir Levels/Mods/ || die "Failed to remove dir" - - doins -r Bin Data Levels Mods *.txt README* - - # Install bins last to ensure they are marked executable - exeinto "${dir}" - doexe bin/${MY_PN} - exeinto "${dir}"/Bin - doexe Bin/{ssam_lnx*,*.so} - - # Remove useless Windows files - rm -rf "${D}/${dir}/Bin"/{*.exe,*.dll,*.DLL,GameSpy} || die "Failed to remove windows cruft" - rm -f "${D}/${dir}"/{*.exe,*.ex_,*.bmp,*.inx,*.hdr,*.bin} || die "Failed to remove windows cruft" - - dodoc README.linux - - newicon ssam.xpm ${MY_PN}.xpm - make_wrapper ${MY_PN} ./${MY_PN} "${dir}" "${dir}" - make_desktop_entry ${MY_PN} "Serious Sam - Second Encounter" ${MY_PN} - - # Ensure that file datestamps from the CD are sane - find "${D}/${dir}" -exec touch '{}' \; || die "touch failed" -} - -pkg_postinst() { - elog "The warning regarding 'XiG-SUNDRY-NONSTANDARD missing' is harmless." - elog "Important information about the Linux port is at:" - elog " http://files.seriouszone.com/download.php?fileid=616" - echo -} diff --git a/games-fps/serioussam/Manifest b/games-fps/serioussam/Manifest index 68ddcbf9c0ad..3885cb2875d3 100644 --- a/games-fps/serioussam/Manifest +++ b/games-fps/serioussam/Manifest @@ -1,3 +1,3 @@ DIST serioussam-1.10.6c.tar.gz 47908208 BLAKE2B 90af9f8c11b474ce0e114c3390e1afd5c746c1b2ca4e61bd6085f1dc42f6f73981cc4434ff8fdcc1306178ae9d2707026765a3a1da006d5adb841d2d314a4214 SHA512 de1ba536c84977d1e7335833b8a2080b13a22ca25efba88363972dceb4bcbfda1db448de42d262fa003fe9df393327509e76afc3cc501f96ed6495d29b74b6bb -EBUILD serioussam-1.10.6.ebuild 3059 BLAKE2B 2da7d62093595b997e2e8aad0c4f910db0f79e544874d24aa124a5e602d5a1e5d9389cae9f4bf8b679b48dbf180a407467769d480c14fa7db780458a96469db9 SHA512 27969ad8a1c68446263345f86b6d114ff842bd70fc954d1174525c083bc898c3f15696fe7554478a1958d58b29433a3ba658bbd677a9aa1d705872f6d27703a3 +EBUILD serioussam-1.10.6.ebuild 3065 BLAKE2B 0996d3f56299cef540fefefe5ed26b685951bc9709a23891f037c9359d3231a25524a1b540d18e88404fdc66987ecd9911acaf6b0b892fa8b9addc78c16c58e6 SHA512 e771822e53a879adc999785d6673b4d930f17b4890510a762c7fafacfb8b404bd51fc174d6e4f422423e0474f91650cd9279d7dcede5eb239117d47844ae7a11 MISC metadata.xml 846 BLAKE2B 59dd6e1ebcb1b9e4c19271f53f8564a003b78627640312b18a0e52b686d59878b6b00fd946803df40c8b4a9e60fcc85886d11d318c3f0d4be3544aa5d9f4be9b SHA512 80a0b25d6d0f2dd23b030179e17c55d6d8b42b5bd8aa68103eee6250e228d0860d35d8b98e6c833156ee0fbe7b2663a988469362631ce218a657f742b8463a91 diff --git a/games-fps/serioussam/serioussam-1.10.6.ebuild b/games-fps/serioussam/serioussam-1.10.6.ebuild index 0e71d96cbbfa..5f7794528412 100644 --- a/games-fps/serioussam/serioussam-1.10.6.ebuild +++ b/games-fps/serioussam/serioussam-1.10.6.ebuild @@ -47,7 +47,7 @@ DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig app-alternatives/lex - sys-devel/bison + app-alternatives/yacc media-gfx/imagemagick " -- cgit v1.2.3