summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-07 09:11:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-07 09:11:32 +0000
commit88afd36f53ed2ebd99e925f2dcb19c7f2fb6dcdc (patch)
treee8469823dd867dc60e58e86f062a6515e86d52d1 /games-action
parentclean older ebuilds (Manifest recommit) (diff)
downloadgentoo-2-88afd36f53ed2ebd99e925f2dcb19c7f2fb6dcdc.tar.gz
gentoo-2-88afd36f53ed2ebd99e925f2dcb19c7f2fb6dcdc.tar.bz2
gentoo-2-88afd36f53ed2ebd99e925f2dcb19c7f2fb6dcdc.zip
old
Diffstat (limited to 'games-action')
-rw-r--r--games-action/armagetron/armagetron-0.1.4.9.ebuild65
-rw-r--r--games-action/armagetron/files/digest-armagetron-0.1.4.93
2 files changed, 0 insertions, 68 deletions
diff --git a/games-action/armagetron/armagetron-0.1.4.9.ebuild b/games-action/armagetron/armagetron-0.1.4.9.ebuild
deleted file mode 100644
index 708c1009234b..000000000000
--- a/games-action/armagetron/armagetron-0.1.4.9.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/armagetron-0.1.4.9.ebuild,v 1.5 2004/06/24 21:51:49 agriffis Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="armagetron: 3d tron lightcycles, just like the movie"
-HOMEPAGE="http://armagetron.sourceforge.net/"
-SRC_URI="mirror://sourceforge/armagetron/armagetron_src_${PV}.tar.gz
- http://armagetron.sourceforge.net/addons/moviesounds_fq.zip
- http://armagetron.sourceforge.net/addons/moviepack.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-RDEPEND="virtual/x11
- virtual/opengl
- media-libs/libsdl
- media-libs/sdl-image
- sys-libs/zlib
- media-libs/libpng"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack armagetron_src_${PV}.tar.gz
- unpack moviesounds_fq.zip
- unpack moviepack.zip
- cd ${S}
- # Doesn't find libs in /usr/X11R6/lib for some reason...patched
- epatch ${FILESDIR}/${P}-configure.patch
- # Uses $SYNC which which conflicts with emerge
- epatch ${FILESDIR}/${P}-Makefile.global.in.patch
-}
-
-src_compile() {
- filter-flags -fno-exceptions
- econf || die "config failed"
- emake all || die "Make Failed"
-}
-
-src_install () {
- # make install for armagetron is non-existant
- dodir /usr/bin
- dodir /usr/share/armagetron
- dodir /usr/X11R6/lib/X11/fonts/truetype
- cp src/tron/armagetron ${D}/usr/share/armagetron || die "No Armagetron Executable"
- cp -r arenas ${D}/usr/share/armagetron/arenas
- cp -r models ${D}/usr/share/armagetron/models
- cp -r sound ${D}/usr/share/armagetron/sound
- cp -r textures ${D}/usr/share/armagetron/textures
- # maybe convert this to a .png or something
- #cp tron.ico ${D}/usr/share/armagetron
- dohtml doc
- cp ${FILESDIR}/${P}.sh ${D}/usr/bin/armagetron
- cp -r ../moviepack ${D}/usr/share/armagetron
- cp -r ../moviesounds ${D}/usr/share/armagetron
- chmod -R a+r ${D}
- chmod a+rx ${D}/usr/bin/armagetron
- chmod a+rx ${D}/usr/share/armagetron/armagetron
-}
diff --git a/games-action/armagetron/files/digest-armagetron-0.1.4.9 b/games-action/armagetron/files/digest-armagetron-0.1.4.9
deleted file mode 100644
index 254e04eedb14..000000000000
--- a/games-action/armagetron/files/digest-armagetron-0.1.4.9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a53d8f6c729c153db31700cb41297490 armagetron_src_0.1.4.9.tar.gz 645743
-MD5 3c5d04af52eb296cdeb2fba5ecbd8899 moviesounds_fq.zip 2182021
-MD5 e2d40309dde7e1339ca6aff7599cdfa3 moviepack.zip 352253