From 94813df7fda738f9eefb7ade14a05a7bda54268e Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sat, 10 Jul 2021 23:15:24 +0100 Subject: games-action/dxx-rebirth: Drop old 0.61.0_pre20200615 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: James Le Cuirot --- games-action/dxx-rebirth/Manifest | 1 - .../dxx-rebirth-0.61.0_pre20200615.ebuild | 257 --------------------- 2 files changed, 258 deletions(-) delete mode 100644 games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild (limited to 'games-action') diff --git a/games-action/dxx-rebirth/Manifest b/games-action/dxx-rebirth/Manifest index f41040fea495..4e590d8f682a 100644 --- a/games-action/dxx-rebirth/Manifest +++ b/games-action/dxx-rebirth/Manifest @@ -1,2 +1 @@ -DIST dxx-rebirth-0.61.0_pre20200615.tar.gz 1959226 BLAKE2B 08d66eb1599100172e2bd8dcb8e13ca11314f3b06658c36851ddc7d91897a8376899b7c33b6e7a2d7b72e93cf7f20f157994d06f880e138dc807350e4c64c517 SHA512 3470e2b9cf20268f1af5e8084f0b361d1dd5d797bee9a1d97ce5509046f79750ac214d0f34e7eef1acc4ee4ae868ad3f34d33b45ff163863333e9d8a7d758db2 DIST dxx-rebirth_20210623-src.tar.xz 1340044 BLAKE2B f16a8904d777559e789d719bc0d6d2dbb7d26c1128984117b6c64a334ae589dd5806439cc51e458a583e1b6cc831dae7c51bf7bd3fbc972989b0ce4e5b932a4e SHA512 150d873fa045df6fb2f9bb70334d08eeae0cc7a639e825f1352fed28501ab9541a27bf3395fc1929bc8d76ed9126b038eed67c5a01657f43116da4663e929821 diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild deleted file mode 100644 index 2f380b10341f..000000000000 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild +++ /dev/null @@ -1,257 +0,0 @@ -# Copyright 2017-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit desktop 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" -else - # dxx-rebirth-0.61.0_pre20190720.ebuild - #MY_COMMIT='a17792c89fd49dd12fdf5981670dd7f64b42850f' - # dxx-rebirth-0.61.0_pre20200615.ebuild - MY_COMMIT='0c2fcf691ffb2a586991350d67f3efd1cca2a1f3' - # dxx-rebirth-0.61.0_pre20200627.ebuild - #MY_COMMIT='aba40babb47d36a88011af01e4bc0fc00dca74ef' - S="${WORKDIR}/${PN}-${MY_COMMIT}" - #SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/${MY_COMMIT}.tar.gz -> ${PN}-${PVR}.tar.gz" - SRC_URI="https://codeload.github.com/dxx-rebirth/dxx-rebirth/tar.gz/${MY_COMMIT} -> ${PN}-${PVR}.tar.gz" - unset MY_COMMIT - - # 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 ~x86" -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? ( - !