commit:     b728de5810229591127739e01c179dee71d3b88a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 20:02:33 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 20:02:33 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b728de58

games-action/dxx-rebirth: Improved version in Gentoo repo, removing

 .../dxx-rebirth/dxx-rebirth-0.59.100.ebuild        | 126 ---------------------
 .../files/dxx-rebirth-0.59.100-flags.patch         |  10 --
 .../files/dxx-rebirth-0.59.100-sharepath.patch     |  11 --
 games-action/dxx-rebirth/metadata.xml              |  35 ------
 4 files changed, 182 deletions(-)

diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild 
b/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild
deleted file mode 100644
index b0dcf95..0000000
--- a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=6
-
-inherit eutils scons-utils
-
-MY_P=${PN}_v${PV}-src
-DESCRIPTION="Descent Rebirth - enhanced Descent 1 & 2 engine"
-HOMEPAGE="http://www.dxx-rebirth.com/";
-SRC_URI="http://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz
-       opl3-musicpack? (
-               descent1? ( 
http://www.dxx-rebirth.com/download/dxx/res/d1xr-opl3-music.dxa )
-               descent2? ( 
http://www.dxx-rebirth.com/download/dxx/res/d2xr-opl3-music.dxa ) )
-       sc55-musicpack? (
-               descent1? ( 
http://www.dxx-rebirth.com/download/dxx/res/d1xr-sc55-music.dxa )
-               descent2? ( 
http://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.dxa ) )
-       l10n_de? (
-               descent1? ( 
http://www.dxx-rebirth.com/download/dxx/res/d1xr-briefings-ger.dxa )
-               descent2? ( 
http://www.dxx-rebirth.com/download/dxx/res/d2xr-briefings-ger.dxa ) )
-       textures? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-hires.dxa 
)"
-
-RESTRICT=mirror
-
-LICENSE="D1X GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+data debug +descent1 +descent2 doc ipv6 l10n_de +music +opengl 
opl3-musicpack sc55-musicpack +textures"
-
-REQUIRED_USE="|| ( descent1 descent2 )
-       ?? ( opl3-musicpack sc55-musicpack )
-       opl3-musicpack? ( music )
-       sc55-musicpack? ( music )
-       textures ( descent1 )"
-
-DEPEND="dev-games/physfs[hog,mvl,zip]
-       media-libs/libsdl:0[X,sound,joystick,opengl?,video]
-       music? (
-               media-libs/sdl-mixer:0[midi,timidity,vorbis] )
-       opengl? (
-               virtual/opengl
-               virtual/glu )"
-RDEPEND="${DEPEND}
-       data? (
-               descent1? ( || ( games-action/descent1-data 
games-action/descent1-demodata ) )
-               descent2? ( || ( games-action/descent2-data 
games-action/descent2-demodata ) ) )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
-       unpack ${MY_P}.tar.gz
-}
-
-src_prepare() {
-       # * flags patch -- remove hardcoded '-g -O2'
-       # * sharepath patch -- change location of games' data from
-       #   /usr/share/games/{d1x,d2x}-rebirth to /usr/share/games/{d1x,d2x}
-       PATCHES=("${FILESDIR}"/${P}-{flags,sharepath}.patch)
-       default
-}
-
-src_compile() {
-       escons \
-               verbosebuild=1 \
-               prefix='/usr' \
-               debug=$(usex debug 1 0) \
-               ipv6=$(usex ipv6 1 0) \
-               sdlmixer=$(usex music 1 0) \
-               opengl=$(usex opengl 1 0)
-}
-
-src_install() {
-       if use doc; then
-               docs=({CHANGELOG,INSTALL,README,RELEASE-NOTES}.txt)
-               dodoc COPYING.txt
-       fi
-
-       for DV in 1 2; do
-               if ! use descent${DV}; then
-                       continue
-               fi
-
-               PROGRAM=d${DV}x-rebirth
-
-               if use doc; then
-                       docinto $PROGRAM
-                       for d in ${docs[@]}; do
-                               edos2unix $PROGRAM/${d}
-                               dodoc $PROGRAM/${d}
-                       done
-               fi
-
-               insinto "/usr/share/games/d${DV}x"
-               use opl3-musicpack && doins "${DISTDIR}"/d${DV}xr-opl3-music.dxa
-               use sc55-musicpack && doins "${DISTDIR}"/d${DV}xr-sc55-music.dxa
-               use l10n_de && doins "${DISTDIR}"/d${DV}xr-briefings-ger.dxa
-
-               dobin $PROGRAM/$PROGRAM
-               make_desktop_entry $PROGRAM "Descent ${DV} Rebirth" $PROGRAM
-               doicon $PROGRAM/$PROGRAM.xpm
-       done
-
-       insinto "/usr/share/games/d1x"
-       use textures && doins "${DISTDIR}"/d1xr-hires.dxa
-}
-
-pkg_postinst() {
-       if ! use data; then
-               elog
-               elog "To play the game enable USE=\"data\" or manually "
-               elog "copy the files to /usr/share/{d1x,d2x}."
-               elog "See /usr/share/doc/${PF}/INSTALL.txt.bz2 for details."
-               elog
-       fi
-       if use music; then
-               elog
-               elog "You need to enable one of alsa/oss/pulseaudio USE flags 
for"
-               elog "media-libs/libsdl package according to your sound system 
choice,"
-               elog "if this USE flag isn't set globally."
-               elog
-               elog "For example:"
-               elog "echo 'media-libs/libsdl alsa' >> 
/etc/portage/package.use/alsa"
-               elog
-       fi
-}

diff --git a/games-action/dxx-rebirth/files/dxx-rebirth-0.59.100-flags.patch 
b/games-action/dxx-rebirth/files/dxx-rebirth-0.59.100-flags.patch
deleted file mode 100644
index 75c3a64..0000000
--- a/games-action/dxx-rebirth/files/dxx-rebirth-0.59.100-flags.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- dxx-rebirth_v0.59.100-src/SConstruct       2016-12-12 02:47:40.000000000 
+0300
-+++ dxx-rebirth_v0.59.100-src/SConstruct       2016-12-28 02:11:16.657874914 
+0300
-@@ -3488,7 +3488,6 @@
-               env = self.env
-               user_settings = self.user_settings
- 
--              env.Prepend(CXXFLAGS = ['-g', '-O2'])
-               # Raspberry Pi?
-               if user_settings.raspberrypi:
-                       rpi_vc_path = user_settings.rpi_vc_path

diff --git 
a/games-action/dxx-rebirth/files/dxx-rebirth-0.59.100-sharepath.patch 
b/games-action/dxx-rebirth/files/dxx-rebirth-0.59.100-sharepath.patch
deleted file mode 100644
index ee1b6bb..0000000
--- a/games-action/dxx-rebirth/files/dxx-rebirth-0.59.100-sharepath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- dxx-rebirth_v0.59.100-src/SConstruct       2016-12-12 02:47:40.000000000 
+0300
-+++ dxx-rebirth_v0.59.100-src/SConstruct       2016-12-29 19:26:58.987760410 
+0300
-@@ -2875,7 +2875,7 @@
-                               return 'GLESv2'
-                       return self.default_OGLES_LIB
-               def __default_DATA_DIR(self):
--                      return '%s/share/games/%s' % (self.prefix, 
self._program.target)
-+                      return '%s/share/games/%s' % (self.prefix, 
self._program.shortname)
-               def _generic_variable(key,help,default):
-                       return (key, help, default)
-               def __get_configure_tests(tests,_filter=lambda s: s.name[0] != 
'_'):

diff --git a/games-action/dxx-rebirth/metadata.xml 
b/games-action/dxx-rebirth/metadata.xml
deleted file mode 100644
index 8d5766f..0000000
--- a/games-action/dxx-rebirth/metadata.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>Alexander Turenko</name>
-  </maintainer>
-  <longdescription>
-    Descent 1 is a classic first-person shooter released in 1995 by Interplay
-    and Parallax.  Descent 2 released for the PC in 1996.  It, along with its
-    predecessor, was one of the first games with true 3-dimensional graphics,
-    6 degrees of freedom in movement, light sourcing, and the capability to
-    join multiplayer games on-the-fly.  D1X-Rebirth and DXX-Rebirth are
-    modifications of the original Descent 1 and 2 sources that was released
-    by Parallax (and are based on the D1X and D2X sources).  It offering
-    OpenGL graphics, advanced multiplayer, new features, and cross-platform
-    compatibility.  Now code bases of D1X-Rebirth and DXX-Rebirth merged and
-    released as DXX-Rebirth.
-  </longdescription>
-  <use>
-    <flag name="descent1">Install Descent 1 resources and executable</flag>
-    <flag name="descent2">Install Descent 2 resources and executable</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>
-    <flag name="textures">Include high resolution (640x480) backgrounds,
-      briefing images and fonts (Descent 1)</flag>
-    <flag name="music">Adds music support</flag>
-    <flag name="data">Install data files</flag>
-    <flag name="doc">Install documentation files (README.txt, INSTALL.txt, 
etc)</flag>
-  </use>
-</pkgmetadata>

Reply via email to