# ChangeLog for games-fps/blackshades-cvs
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/blackshades-cvs/ChangeLog,v 1.13 2006/12/06 20:18:12 wolf31o2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/blackshades-cvs/ChangeLog,v 1.14 2007/03/07 16:51:30 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ blackshades-cvs-20031110-r1.ebuild:
+ Change all instances of [ to [[.
06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
blackshades-cvs-20031110-r1.ebuild:
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/blackshades-cvs/blackshades-cvs-20031110-r1.ebuild,v 1.3 2006/12/06 20:18:12 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/blackshades-cvs/blackshades-cvs-20031110-r1.ebuild,v 1.4 2007/03/07 16:51:30 wolf31o2 Exp $
#ECVS_PASS="anonymous"
#ECVS_SERVER="icculus.org:/cvs/cvsroot"
S=${WORKDIR}/${ECVS_MODULE}
src_unpack() {
- if [ -z "${ECVS_SERVER}" ] ; then
+ if [[ -z "${ECVS_SERVER}" ]] ; then
unpack blackshades-${PV}.tar.bz2
else
cvs_src_unpack
# ChangeLog for games-fps/cube
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.16 2007/02/21 23:38:28 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.17 2007/03/07 16:52:07 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> cube-20040522.ebuild:
+ Change all instances of [ to [[.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20040522.ebuild,v 1.9 2006/12/06 17:20:15 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20040522.ebuild,v 1.10 2007/03/07 16:52:07 wolf31o2 Exp $
inherit eutils flag-o-matic games
src_install() {
dogamesbin source/src/cube_{client,server} || die "dogamesbin failed"
exeinto "${GAMES_LIBDIR}/${PN}"
- if [ "${ARCH}" == "x86" ] ; then
+ if [[ "${ARCH}" == "x86" ]] ; then
newexe bin_unix/linux_client cube_client || die "newexe failed"
newexe bin_unix/linux_server cube_server || die "newexe failed"
- elif [ "${ARCH}" == "ppc" ] ; then
+ elif [[ "${ARCH}" == "ppc" ]] ; then
newexe bin_unix/ppc_linux_client cube_client || die "newexe failed"
newexe bin_unix/ppc_linux_server cube_server || die "newexe failed"
fi
# ChangeLog for games-fps/duke3d
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/ChangeLog,v 1.24 2006/12/24 11:30:56 tupone Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/ChangeLog,v 1.25 2007/03/07 16:52:42 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ duke3d-20040817.ebuild, duke3d-20040817-r1.ebuild:
+ Change all instances of [ to [[.
24 Dec 2006; <tupone@gentoo.org> duke3d-20040817-r1.ebuild:
Test for perl build with ithreads use flags. Bug #80999 by Alan Grimes
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/duke3d-20040817-r1.ebuild,v 1.3 2006/12/24 11:30:56 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/duke3d-20040817-r1.ebuild,v 1.4 2007/03/07 16:52:42 wolf31o2 Exp $
fromcvs=0
ECVS_MODULE="duke3d"
-if [ ${fromcvs} -eq 1 ] ; then
+if [[ ${fromcvs} -eq 1 ]] ; then
ECVS_PASS="anonymous"
ECVS_SERVER="icculus.org:/cvs/cvsroot"
inherit cvs eutils flag-o-matic games
}
src_unpack() {
- if [ ${fromcvs} -eq 1 ] ; then
+ if [[ ${fromcvs} -eq 1 ]] ; then
cvs_src_unpack
cd duke3d/source
ECVS_MODULE="buildengine"
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/duke3d-20040817.ebuild,v 1.9 2006/09/08 04:57:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/duke3d-20040817.ebuild,v 1.10 2007/03/07 16:52:42 wolf31o2 Exp $
fromcvs=0
ECVS_MODULE="duke3d"
-if [ ${fromcvs} -eq 1 ] ; then
+if [[ ${fromcvs} -eq 1 ]] ; then
ECVS_PASS="anonymous"
ECVS_SERVER="icculus.org:/cvs/cvsroot"
inherit cvs eutils flag-o-matic games
use_tf() { useq ${1} && echo "true" || echo "false"; }
src_unpack() {
- if [ ${fromcvs} -eq 1 ] ; then
+ if [[ ${fromcvs} -eq 1 ]] ; then
cvs_src_unpack
cd duke3d/source
ECVS_MODULE="buildengine"
# ChangeLog for games-fps/quake3-bin
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.22 2006/10/25 16:03:24 wolf31o2 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.23 2007/03/07 16:53:48 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/q3ded.rc:
+ Change all instances of [ to [[.
25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
quake3-bin-1.32c-r1.ebuild:
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/files/q3ded.rc,v 1.1 2005/10/25 00:38:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/files/q3ded.rc,v 1.2 2007/03/07 16:53:48 wolf31o2 Exp $
depend() {
need net
stop() {
ebegin "Stopping Quake3 dedicated server"
local pid=`screen -list | grep q3ded-bin | awk -F . '{print $1}' | sed -e s/.//`
- if [ -z "${pid}" ] ; then
+ if [[ -z "${pid}" ]] ; then
eend 1 "Lost screen session"
else
pid=`pstree -p ${pid} | sed -e 's:^.*q3ded-bin::'`
pid=${pid:1:${#pid}-2}
- if [ -z "${pid}" ] ; then
+ if [[ -z "${pid}" ]] ; then
eend 1 "Lost q3ded-bin session"
else
kill ${pid}
# ChangeLog for games-fps/ttyquake
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ChangeLog,v 1.7 2007/02/22 00:35:00 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ChangeLog,v 1.8 2007/03/07 16:54:51 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/ttyquake:
+ Change all instances of [ to [[.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
DISPLAY=
export LD_LIBRARY_PATH=GENTOO_LIBDIR:${LD_LIBRARY_PATH}
-if [ `whoami` = "root" ];then
+if [[ `whoami` = "root" ]] ;then
echo "***********************************"
echo "* You can't run ttyquake as root. *"
echo "* Didn't you read the damn README *"
exit
fi
-if [ -u GAMES_BINDIR/squake ];then
+if [[ -u GAMES_BINDIR/squake ]] ;then
echo "**********************************"
echo "* /squake is setuid. ttyquake *"
echo "* won't work unless you turn off *"
# ChangeLog for games-fps/ut2003-bonuspack-epic
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.14 2007/02/22 01:00:57 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.15 2007/03/07 16:55:21 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/epic-installer:
+ Change all instances of [ to [[.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
#!/bin/bash
-if [ -d $HOME/.ut2003/System ]; then
+if [[ -d $HOME/.ut2003/System ]] ; then
cd "$HOME/.ut2003/System"
echo "Editing UT2003.ini in $PWD"
cat >> UT2003.ini <<EOT
# ChangeLog for games-fps/ut2003-demo
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ChangeLog,v 1.26 2006/11/14 18:27:21 wolf31o2 Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ChangeLog,v 1.27 2007/03/07 16:56:29 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/results.sh:
+ Change all instances of [ to [[.
14 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
ut2003-demo-2206-r3.ebuild:
# Written by phoen][x <phoenix@gentoo.org>, Sep/21/2002
# Modifications, enhancements or bugs? Contact games@gentoo.org
-[ -z "${1}" ] \
+[[ -z "${1}" ]] \
&& FILE="${HOME}/.ut2003/Benchmark/bench.log" \
|| FILE="${1}"
while read LINE ; do
CURLINE=`expr $CURLINE + 1`
- if [ ${CURLINE} -eq 1 ] ; then
+ if [[ ${CURLINE} -eq 1 ]] ; then
echo ">> Results of the UT2003-demo benchmark"
echo ">> Created on ${LINE}"
continue
# ChangeLog for games-fps/ut2003
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.42 2007/02/22 00:41:13 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.43 2007/03/07 16:57:59 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r4.ebuild:
+ Change all instances of [ to [[.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r4.ebuild,v 1.10 2006/10/03 20:25:01 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r4.ebuild,v 1.11 2007/03/07 16:57:59 wolf31o2 Exp $
inherit eutils games
# here is where we check for the existence of a cdkey...
# if we don't find one, we ask the user for it
- if [ -f ${dir}/System/cdkey ]; then
+ if [[ -f ${dir}/System/cdkey ]] ; then
einfo "A cdkey file is already present in ${dir}/System"
else
ewarn "You MUST run this before playing the game:"
ewarn "emerge --config =${CATEGORY}/${PF}"
- ewarn "That way you can [re]enter your cdkey."
+ ewarn "That way you can (re)enter your cdkey."
fi
echo
einfo "To play the game run:"
read CDKEY1
einfo "Please re-enter your CD key:"
read CDKEY2
- if [ "$CDKEY1" == "" ] ; then
+ if [[ "${CDKEY1}" == "" ]] ; then
echo "You entered a blank CD key. Try again."
else
- if [ "$CDKEY1" == "$CDKEY2" ] ; then
- echo "$CDKEY1" | tr a-z A-Z > ${dir}/System/cdkey
+ if [[ "${CDKEY1}" == "${CDKEY2}" ]] ; then
+ echo "${CDKEY1}" | tr a-z A-Z > ${dir}/System/cdkey
einfo "Thank you!"
chown games:games ${dir}/System/cdkey
break