From 8ecd5509a5eff0e5ec566a77d15bb5456795fff2 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 14 Sep 2004 22:40:36 +0000 Subject: Removed old versions and added dedicated server init scripts by Bjorn Michaelsen . Closing bug #58581. --- games-fps/americas-army/ChangeLog | 8 +- .../americas-army/americas-army-200a-r1.ebuild | 90 ---------------------- games-fps/americas-army/americas-army-210.ebuild | 23 ++++-- games-fps/americas-army/files/armyops | 4 - games-fps/americas-army/files/armyops-ded.conf.d | 20 +++++ games-fps/americas-army/files/armyops-ded.rc | 25 ++++++ .../files/digest-americas-army-200a-r1 | 2 - 7 files changed, 67 insertions(+), 105 deletions(-) delete mode 100644 games-fps/americas-army/americas-army-200a-r1.ebuild delete mode 100644 games-fps/americas-army/files/armyops create mode 100644 games-fps/americas-army/files/armyops-ded.conf.d create mode 100644 games-fps/americas-army/files/armyops-ded.rc delete mode 100644 games-fps/americas-army/files/digest-americas-army-200a-r1 (limited to 'games-fps') diff --git a/games-fps/americas-army/ChangeLog b/games-fps/americas-army/ChangeLog index 3e78dcc737eb..a8e108b90180 100644 --- a/games-fps/americas-army/ChangeLog +++ b/games-fps/americas-army/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/americas-army # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/americas-army/ChangeLog,v 1.20 2004/07/26 04:39:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/americas-army/ChangeLog,v 1.21 2004/09/14 22:40:36 wolf31o2 Exp $ + + 14 Sep 2004; Chris Gianelloni -files/armyops, + +files/armyops-ded.conf.d, +files/armyops-ded.rc, + -americas-army-200a-r1.ebuild, americas-army-210.ebuild: + Removed old versions and added dedicated server init scripts by Bjorn + Michaelsen . Closing bug #58581. 25 Jul 2004; Michael Sterrett americas-army-210.ebuild: diff --git a/games-fps/americas-army/americas-army-200a-r1.ebuild b/games-fps/americas-army/americas-army-200a-r1.ebuild deleted file mode 100644 index 9be6f86b140a..000000000000 --- a/games-fps/americas-army/americas-army-200a-r1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/americas-army/americas-army-200a-r1.ebuild,v 1.6 2004/07/14 14:41:39 agriffis Exp $ - -inherit games - -MY_P="armyops200a-linux.bin" -DESCRIPTION="America's Army: Operations - military simulations by the U.S. Army to provide civilians with insights on soldiering" -HOMEPAGE="http://www.americasarmy.com/" -SRC_URI="ftp://3dgamers.in-span.net/pub/3dgamers5/games/${PN/-/}/${MY_P} - http://3dgamers.reliableservers.net/pub/3dgamers/games/${PN/-/}/${MY_P} - http://3dgamers.gameservers.net/pub/3dgamers/games/${PN/-/}/${MY_P} - http://3dgamers.planetmirror.com/pub/3dgamers/games/${PN/-/}/${MY_P} - http://download.factoryunreal.com/mirror/UT2003CrashFix.zip" - -LICENSE="Army-EULA" -SLOT="0" -KEYWORDS="x86" -RESTRICT="nostrip nomirror" - -# dedicated is unused at this time until I can find some good generic dedicated -# server scripts to include. -IUSE="opengl" - -DEPEND="virtual/libc - app-arch/unzip" -RDEPEND="virtual/libc - opengl? ( virtual/opengl )" - -S=${WORKDIR} -dir=${GAMES_PREFIX_OPT}/${PN} -Ddir=${D}/${dir} - -pkg_setup() { - games_pkg_setup - ewarn "The installed game takes about 1.6GB of space when installed and 2.4GB of space in ${PORTAGE_TMPDIR} to build!" -} - -src_unpack() { - unpack_makeself ${DISTDIR}/${MY_P} || die "unpacking game" - unzip ${DISTDIR}/UT2003CrashFix.zip \ - || die "unpacking crash-fix" - tar -zxf setupstuff.tar.gz || die -} - -src_install() { - einfo "This will take a while ... go get a pizza or something" - - dodir ${dir} - - tar -jxf armyops200a.tar.bz2 -C ${Ddir}/ || die "armyops untar failed" - tar -jxf binaries.tar.bz2 -C ${Ddir}/ || die "binaries untar failed" - - dodoc README.linux - insinto ${dir} ; doins ArmyOps.xpm README.linux - insinto /usr/share/pixmaps ; doins ArmyOps.xpm - exeinto ${dir} ; doexe bin/armyops - - dogamesbin ${FILESDIR}/armyops - dosed "s:GENTOO_DIR:${dir}:" ${GAMES_BINDIR}/armyops - dosym ${dir}/armyops ${GAMES_BINDIR}/armyops - - # Here we apply DrSiN's crash patch - cp ${S}/CrashFix/System/crashfix.u ${Ddir}/System - ed ${Ddir}/System/Default.ini >/dev/null 2>&1 <