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
commit85d64660584dc79e8939f79ac3355648eb70cb16 (patch)
treea9e00c742e7e714f5879119a2bab33c30d8ae6e0 /games-action
parentclean older ebuilds (diff)
downloadhistorical-85d64660584dc79e8939f79ac3355648eb70cb16.tar.gz
historical-85d64660584dc79e8939f79ac3355648eb70cb16.tar.bz2
historical-85d64660584dc79e8939f79ac3355648eb70cb16.zip
old
Diffstat (limited to 'games-action')
-rw-r--r--games-action/armagetron/Manifest2
-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
3 files changed, 0 insertions, 70 deletions
diff --git a/games-action/armagetron/Manifest b/games-action/armagetron/Manifest
index bd11ef05cacc..024ac2824471 100644
--- a/games-action/armagetron/Manifest
+++ b/games-action/armagetron/Manifest
@@ -1,5 +1,4 @@
MD5 5e347839ba90d75bdd53cda34908aba8 ChangeLog 2725
-MD5 80fcdec93c0444223f8c5683f70503e3 armagetron-0.1.4.9.ebuild 1984
MD5 7edc1c4041d31562ae8d37180a32501a armagetron-0.2.6.0.ebuild 2015
MD5 18f4639411b07b64d8b764c6af213eb5 metadata.xml 283
MD5 b099d1ac147af025edade2ecdb5d4ba0 files/armagetron-0.1.4.9-Makefile.global.in.patch 400
@@ -8,5 +7,4 @@ MD5 f1f78fdf04c0f8cdd942f5bf1e06896a files/armagetron-0.1.4.9.sh 68
MD5 c3f60ccaa75a462e14fa0bca9633a2e3 files/armagetron-0.2.4-r1.sh 358
MD5 eff25d87d4215b2dba1dcc575047cb67 files/armagetron-0.2.4.sh 425
MD5 e28f3cbd064e6429d08a76e3b91e6afe files/armagetron-0.2_pre2.sh 434
-MD5 f938cf3014d477b12c62434e7e791cb9 files/digest-armagetron-0.1.4.9 196
MD5 51635e129293b0d044d43c423a71b1d2 files/digest-armagetron-0.2.6.0 194
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