diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 20:13:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 20:13:36 +0200 |
commit | ec7079c0c95dd1dac40e7b67fba9383a5498dcb8 (patch) | |
tree | 6eb1dba2c2ead27248000017adc912b6ada44446 /games-action | |
parent | games-board/freedoko: Drop old (diff) | |
download | gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.gz gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.bz2 gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.zip |
Remove masked for removal package
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/d2x-rebirth/Manifest | 4 | ||||
-rw-r--r-- | games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild | 93 | ||||
-rw-r--r-- | games-action/d2x-rebirth/files/d2x-rebirth-0.58.1-flags.patch | 10 | ||||
-rw-r--r-- | games-action/d2x-rebirth/metadata.xml | 21 |
4 files changed, 0 insertions, 128 deletions
diff --git a/games-action/d2x-rebirth/Manifest b/games-action/d2x-rebirth/Manifest deleted file mode 100644 index c062122b4ae7..000000000000 --- a/games-action/d2x-rebirth/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST d2x-rebirth-0.58.1.tar.gz 1361470 BLAKE2B efb071401b0092c81fe63e32fd0fd33e99c10a455ac8f50d5a268ae0fdb09feb401d839f1797711e1cfc8ee0d1fe2220603b301742c4ae7b4bd699e24c6e9e72 SHA512 82188421d5ed83006f1a81151aa80ff0efb1685a356b885985ef1ae69107082dad1f1a0a0e6e07e16234d91abc8013272f05e1273f647f4481add01f3e756df4 -DIST d2xr-briefings-ger.zip 11717 BLAKE2B 27af93656ac91bf5490195d2aebc9c9f252cb730094cccb53298b07f2e2031935033b8db765b40fdad93fb55b157a2be07906ea45185b754e5ec7c205803cc92 SHA512 479aa577dc65271c705e80404ec46e6c59ee3a5122d6e9705dbdd16b71b16c0d3447426e3e74937aa20eb7026f67a3896c5e814fbfcede9164bd557b6eb8423c -DIST d2xr-opl3-music.zip 22710919 BLAKE2B 82bdf29b6afe88305d4c7b69bb8b094efcf33ad23becec223311775cd50600ed399c207ee3a05da3800bcc5e123d00f9f8fa7d2d4f4d4be57bbf71e1c2482a9c SHA512 876321a9a16403f6e9d12e10bb73c9cdc57e1a106fa64833a1be8cc17b74f6f13e57e40f051a1b40e7bc88b95bfe86cff181c93c8619383dfdeb74f36f5cce86 -DIST d2xr-sc55-music.zip 19579531 BLAKE2B 16091e24477a49319f2685884a7538a3597a9132707ac1d59405fa08ce7492158075df4ee680a5c7ba44aa0bd0b16170057f6a8956eab4b56913d00ee2f1f339 SHA512 290713b05627bf65bdc55fc6631a0c86e50f484a167f3fd20b3fe2bc5b772437939b5bf32eea852874dd983fbd47f160cae2412a2d6c5319f0d1583a33d28da6 diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild deleted file mode 100644 index 94181da69e2f..000000000000 --- a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils scons-utils games - -DV=2 -MY_P=dxx-rebirth-${PV}-d2x -DESCRIPTION="Descent Rebirth - enhanced Descent ${DV} engine" -HOMEPAGE="https://www.dxx-rebirth.com/" -SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/0.58.1-d2x.tar.gz -> ${P}.tar.gz - opl3-musicpack? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-opl3-music.zip ) - sc55-musicpack? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-sc55-music.zip ) - l10n_de? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )" - -LICENSE="D1X GPL-2 public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cdinstall debug demo ipv6 l10n_de +music opengl opl3-musicpack sc55-musicpack" -REQUIRED_USE="?? ( opl3-musicpack sc55-musicpack ) - opl3-musicpack? ( music ) - sc55-musicpack? ( music )" - -RDEPEND="dev-games/physfs[hog,mvl,zip] - media-libs/libsdl[X,sound,joystick,opengl?,video] - music? ( - media-libs/sdl-mixer[timidity,vorbis] - ) - opengl? ( - virtual/opengl - virtual/glu - )" -DEPEND="${RDEPEND} - app-arch/unzip" -PDEPEND="cdinstall? ( games-action/descent2-data ) - demo? ( games-action/descent2-demodata )" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${P}.tar.gz -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-flags.patch - - DOCS=( {CHANGELOG,INSTALL,README,RELEASE-NOTES}.txt ) - edos2unix ${DOCS[@]} -} - -src_compile() { - escons \ - verbosebuild=1 \ - sharepath="${GAMES_DATADIR}/d${DV}x" \ - $(use_scons ipv6) \ - $(use_scons music sdlmixer) \ - $(use_scons debug) \ - $(use_scons opengl) \ - || die -} - -src_install() { - dodoc ${DOCS[@]} - - insinto "${GAMES_DATADIR}/d${DV}x" - - # None of the following zip files need to be extracted. - use l10n_de && newins "${DISTDIR}"/d${DV}xr-briefings-ger.zip d${DV}xr-briefings-ger.dxa - use opl3-musicpack && newins "${DISTDIR}"/d${DV}xr-opl3-music.zip d${DV}xr-opl3-music.dxa - use sc55-musicpack && newins "${DISTDIR}"/d${DV}xr-sc55-music.zip d${DV}xr-sc55-music.dxa - - doicon ${PN}.xpm - - dogamesbin ${PN} - make_desktop_entry ${PN} "Descent ${DV} Rebirth" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - if ! use cdinstall ; then - echo - elog "To play the full game enable USE=\"cdinstall\" or manually " - elog "copy the files to ${GAMES_DATADIR}/d${DV}x." - elog "See /usr/share/doc/${PF}/INSTALL.txt for details." - echo - fi - elog 'AddOns now use filename extension ".dxa".' - elog 'Your old AddOns will not work anymore.' - elog 'You can either re-download them or simply' - elog 'rename them from *.zip to *.dxa.' -} diff --git a/games-action/d2x-rebirth/files/d2x-rebirth-0.58.1-flags.patch b/games-action/d2x-rebirth/files/d2x-rebirth-0.58.1-flags.patch deleted file mode 100644 index 6da154555b35..000000000000 --- a/games-action/d2x-rebirth/files/d2x-rebirth-0.58.1-flags.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- SConstruct.orig 2014-07-02 01:37:25.546536553 -0400 -+++ SConstruct 2014-07-02 01:39:26.564324558 -0400 -@@ -220,7 +220,6 @@ - env.Append(CPPFLAGS = ['-g']) - else: - env.Append(CPPDEFINES = ['NDEBUG', 'RELEASE']) -- env.Append(CPPFLAGS = ['-O2']) - - # profiler? - if (self.user_settings.profiler == 1): diff --git a/games-action/d2x-rebirth/metadata.xml b/games-action/d2x-rebirth/metadata.xml deleted file mode 100644 index d6686bb37978..000000000000 --- a/games-action/d2x-rebirth/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <use> - <flag name="demo">Install <pkg>games-action/descent2-demodata</pkg> as well</flag> - <flag name="music">Support for ingame music</flag> - <flag name="l10n_de">Provides German translations for the game's - briefings, robot descriptions, and outro of the original campaign</flag> - <flag name="opl3-musicpack">Include alternate version of the game's music, recorded - with the Yamaha YMF262 OPL3 soundchip</flag> - <flag name="sc55-musicpack">Include alternate version of the game's music, recorded - with the Roland Sound Canvas SC-55 MIDI module</flag> - </use> - <upstream> - <remote-id type="github">dxx-rebirth/dxx-rebirth</remote-id> - </upstream> -</pkgmetadata> |