summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-01 22:52:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-01 22:52:05 +0000
commit3edf7d52bb129cfd7123dd8a27227224ddd36a69 (patch)
treef0e6abd1b1a99fea4ee85fafeb044fd6096a9297 /games-action
parentStable on x86 wrt bug #111108. (diff)
downloadhistorical-3edf7d52bb129cfd7123dd8a27227224ddd36a69.tar.gz
historical-3edf7d52bb129cfd7123dd8a27227224ddd36a69.tar.bz2
historical-3edf7d52bb129cfd7123dd8a27227224ddd36a69.zip
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-action')
-rw-r--r--games-action/d2x/Manifest10
-rw-r--r--games-action/d2x/d2x-0.2.5.ebuild71
-rw-r--r--games-action/d2x/files/digest-d2x-0.2.52
3 files changed, 4 insertions, 79 deletions
diff --git a/games-action/d2x/Manifest b/games-action/d2x/Manifest
index 38edcaaf4a7c..8e7e63301e44 100644
--- a/games-action/d2x/Manifest
+++ b/games-action/d2x/Manifest
@@ -1,10 +1,8 @@
-MD5 a2ec04277f0b7a88a95de3e851944d54 ChangeLog 1552
-MD5 abfafce3ebdf03bbcfa5c289391e0986 d2x-0.2.5-r1.ebuild 2649
-MD5 e560b26a3a230cfe16b0871e80234121 d2x-0.2.5.ebuild 1978
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 59771d56979cfd368c761da689c03ef5 d2x-0.2.5-r2.ebuild 2698
-MD5 499b24f4949333a0c04d1177aa3213e5 files/0.2.5-shellscripts.patch 747
-MD5 b298d324cbce31e8cc4779c765fabc4d files/digest-d2x-0.2.5 123
+MD5 abfafce3ebdf03bbcfa5c289391e0986 d2x-0.2.5-r1.ebuild 2649
+MD5 a2ec04277f0b7a88a95de3e851944d54 ChangeLog 1552
MD5 b298d324cbce31e8cc4779c765fabc4d files/digest-d2x-0.2.5-r1 123
-MD5 db543dff86446ad7eec4b3d2f633106b files/d2x-0.2.5-dofpcalcs-macro.patch 584
MD5 b298d324cbce31e8cc4779c765fabc4d files/digest-d2x-0.2.5-r2 123
+MD5 db543dff86446ad7eec4b3d2f633106b files/d2x-0.2.5-dofpcalcs-macro.patch 584
+MD5 499b24f4949333a0c04d1177aa3213e5 files/0.2.5-shellscripts.patch 747
diff --git a/games-action/d2x/d2x-0.2.5.ebuild b/games-action/d2x/d2x-0.2.5.ebuild
deleted file mode 100644
index bf5fbf89c5c0..000000000000
--- a/games-action/d2x/d2x-0.2.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5.ebuild,v 1.8 2005/01/09 10:48:13 swegener Exp $
-
-inherit flag-o-matic eutils games
-
-DATAFILE="d2shar10"
-DESCRIPTION="Descent 2"
-HOMEPAGE="http://icculus.org/d2x/"
-SRC_URI="http://icculus.org/d2x/src/${P}.tar.gz
- http://icculus.org/d2x/data/${DATAFILE}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE="debug opengl ggi svga"
-
-RDEPEND="media-libs/libsdl
- media-libs/sdl-image
- opengl? ( virtual/opengl )
- ggi? ( media-libs/libggi )
- svga? ( media-libs/svgalib )"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )"
-
-src_unpack() {
- unpack ${A}
- cd ${DATAFILE}
- rm *.{exe,bat}
- cd ${S}
- epatch ${FILESDIR}/${PV}-shellscripts.patch
-}
-
-src_compile() {
- # --disable-network --enable-console
- local myconf="$(use_enable x86 assembler)"
- use debug \
- && debugconf="${myconf} --enable-debug --disable-release" \
- || debugconf="${myconf} --disable-debug --enable-release"
- # we do this because each of the optional guys define the same functions
- # in gr, thus when they go to link they cause redefine errors ...
- # we build each by it self, save the binary file, clean up, and start over
- mkdir my-bins
- for ren in sdl $(useq opengl && echo opengl) \
- $(useq svga && echo svga) $(useq ggi && echo ggi)
- do
- [ "${ren}" == "sdl" ] \
- && renconf="" \
- || renconf="--with-${ren}"
- [ "${ren}" == "svga" ] \
- && defflags="-DSVGALIB_INPUT" \
- || defflags=""
- make distclean
- egamesconf \
- ${myconf} \
- ${renconf} \
- --datadir=${GAMES_DATADIR_BASE} \
- || die "conf ${ren}"
- emake CXXFLAGS="${CXXFLAGS} ${defflags}" || die "build ${ren}"
- mv d2x* my-bins/
- done
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dogamesbin my-bins/*
- dodir ${GAMES_DATADIR}/${PN}
- cp -r ${WORKDIR}/${DATAFILE}/* ${D}/${GAMES_DATADIR}/${PN}/
- dodoc AUTHORS ChangeLog NEWS README* TODO readme.txt
- prepgamesdirs
-}
diff --git a/games-action/d2x/files/digest-d2x-0.2.5 b/games-action/d2x/files/digest-d2x-0.2.5
deleted file mode 100644
index 3bae26d927d8..000000000000
--- a/games-action/d2x/files/digest-d2x-0.2.5
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 79474db1ff4f0ae1fb76d691701cc560 d2x-0.2.5.tar.gz 2015249
-MD5 1b952cc4a4419e24d230589027d73490 d2shar10.tar.gz 4311406