From a55e5c074db9bb024358a8f0bd2c5e992b7cf6f6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 2 Jul 2023 22:04:01 +0100 Subject: gentoo auto-resync : 02:07:2023 - 22:04:01 --- games-action/dxx-rebirth/Manifest | 4 +- .../dxx-rebirth-0.61.0_pre20230625.ebuild | 256 --------------------- .../dxx-rebirth-0.61.0_pre20230627.ebuild | 256 +++++++++++++++++++++ 3 files changed, 258 insertions(+), 258 deletions(-) delete mode 100644 games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20230625.ebuild create mode 100644 games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20230627.ebuild (limited to 'games-action/dxx-rebirth') diff --git a/games-action/dxx-rebirth/Manifest b/games-action/dxx-rebirth/Manifest index d0eaa4971c7c..bc66f143b075 100644 --- a/games-action/dxx-rebirth/Manifest +++ b/games-action/dxx-rebirth/Manifest @@ -1,4 +1,4 @@ -DIST dxx-rebirth-0.61.0_pre20230625.tar.gz 2063234 BLAKE2B 5ca7c699e7240553c6106fc008acf08e56fbbf8eed15fa6988390b82f149f91c522bf1fcaebf463fc0923ed2b5518f71f913b17c446a04176addc8f6fa03fab7 SHA512 21a1fa46da4f4b20515e79c746bc6eac82164777c88caf6dd048f8e289f85914c1ae844f8bad6f858855172e8556649f60daa17b9ea23c2d6854e4acb777ee2a -EBUILD dxx-rebirth-0.61.0_pre20230625.ebuild 8761 BLAKE2B 3edbaea5744ef70e4075f8ae1a7f1e58c8e7b9156a49f653a2a106780f0fc47189c144470f1b73eb941f21ee024ab3f54b7e7a0aba1edec162f547cd1081ff52 SHA512 7df8e1c1c8bd3fe63d720b8184677eb8af635329e6c93fe057a0cf0092d15f1c96f457908fe1a91f051c3a7075976097cf879cd25ee80c663605d5791c1d2b25 +DIST dxx-rebirth-0.61.0_pre20230627.tar.gz 2063584 BLAKE2B d779ec6f4a5491e667675fd960a157f51f19b07d9889c1c0093df45467f671cddc89b965ec578bef556c193d561d6b322b607d9afd9ff940ca39506f3809a227 SHA512 e6c91010d9bf0806c5fcec1bc66423130cd47b79e109c7e0b0d454184cb4aae5915498f2c4f88c8779ed3570878138a1ec4ab5d9a3c64ddf8002173115e4135d +EBUILD dxx-rebirth-0.61.0_pre20230627.ebuild 8761 BLAKE2B 5132433e9f6f1ab1e1df948fcc587eb67254e1ef146382c43ca975d6bf5a32c9631a43a778910368a438615ce0a31683a0ef353a60d020b4c260b57a7337e74e SHA512 ecc45d8ef567ad8f06fe8645e4cd60839075472442a9a953ce5a5cf391a849d43d6f085f2c1c9bb94d5b285cc801a54047d7eaeab7b335fba717b5333f7ffda9 EBUILD dxx-rebirth-9999.ebuild 8721 BLAKE2B 6310d16f6be4c40bb40474f81763a64d362ee5684389ac2053d39f0a1fe07f3a12e5712b86dea7fb9c51e3b9dfb3cc00065e0372dc536056630b41a778c8278c SHA512 ea78a739b730e949599ae375a8de2bf0a018ec7c1118a7fd2805b9fa09cc80479446df4af549fac812d0f059ee2e2998e689ed15d5bb8875763b789ca71e2e5f MISC metadata.xml 2427 BLAKE2B e1a42d52d5ba0038e9ee63e6cc477239189e665812217abec4f5ed9f450f505472b611e3a2031ccf1508eee8b71ad651304eae79cad9ff00d91c4737100838ad SHA512 5e7f527575308ee42bd16c6df893fc300ee298da805b16aa825ff0f2013135c88656de1ed264a7c6d5ae0424ae4dedf79ab4d55debd0c09d4044917ab2f17f8c diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20230625.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20230625.ebuild deleted file mode 100644 index dc93d9200327..000000000000 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20230625.ebuild +++ /dev/null @@ -1,256 +0,0 @@ -# Copyright 2017-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -MY_COMMIT="e9daf03769d8408719c1b420a133155cb700b9a2" - -# Games under Gentoo are marked as 'testing' by convention -# -# Other architectures are reported to work, but not tested regularly by -# the core team. -# -# Raspberry Pi support is tested by an outside contributor, and his -# fixes are merged into the main source by upstream. -# -# Cross-compilation to Windows is also supported. -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -inherit desktop flag-o-matic python-any-r1 scons-utils toolchain-funcs xdg - -if [[ "${PV}" = 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth" - unset KEYWORDS -elif [[ -n ${MY_COMMIT} ]]; then - S="${WORKDIR}/${PN}-${MY_COMMIT}" - SRC_URI="https://codeload.github.com/dxx-rebirth/dxx-rebirth/tar.gz/${MY_COMMIT} -> ${PN}-${PVR}.tar.gz" - unset MY_COMMIT -else - S="${WORKDIR}/${PN}_${PV##*_pre}-src" - SRC_URI="https://www.dxx-rebirth.com/download/dxx/rebirth/${PN}_${PV##*_pre}-src.tar.xz" -fi - -DESCRIPTION="Descent Rebirth - enhanced Descent 1 & 2 engine" -HOMEPAGE="https://www.dxx-rebirth.com/" - -LICENSE="DXX-Rebirth GPL-3" -SLOT="0" - -# Default to building both game engines. The total size is relatively -# small. -IUSE="+d1x +d2x +data debug editor +flac ipv6 +joystick l10n_de +midi +mp3 +music +opengl opl3-musicpack +png sc55-musicpack sdl2 tracker valgrind +vorbis" - -# Game data is stored in HOG files. -# Game movies are in MVL files. -# Various add-ons use zip files to bundle their content together. -# -# PNG support enables writing screenshots as PNG instead of TGA (for -# USE=opengl) or PCX (for USE=-opengl). -DEPEND="dev-games/physfs[hog,mvl,zip] - opengl? ( - virtual/opengl - virtual/glu ) - png? ( media-libs/libpng ) -" - -# As of this writing, there is no Portage shorthand syntax to express: -# " -# flag1? ( package[flag1] ) -# flag2? ( package[flag2] ) -# ... -# flagN? ( package[flagN] ) -# ", such that unsetting all flags removes the dependency on package. -# Fake it by using a text fragment that is repeatedly expanded with -# differing substitutions. -# -# The use of single quotes is intentional here. The ${word} is a -# placeholder to be matched by text substitution when the fragment is -# expanded, not a shell variable reference. -# -# For each flag, depend on freedata using the same flag. If none of the -# flags are set, freedata is not needed. -DXX_RDEPEND_USE_FREEDATA_FRAGMENT=' - ${USE}? ( games-action/descent${ENGINE}-freedata[${USE}] ) -' -# Block <0.59.100 due to file collision. -# -# If USE=data, then require a game data package. -# The build process does not use the game data, nor change how the game -# is built based on what game data will be used. At startup, the game -# will search for both types of game data and use what it finds. Users -# can switch between shareware/retail data at any time by -# adding/removing the appropriate data packages. A rebuild is _not_ -# required after swapping the data files. -# -# USE-depend on freedata for various extras, but only if any of those -# extras are enabled. -DXX_RDEPEND_ENGINE_FRAGMENT=' - d${ENGINE}x? ( - !