diff options
author | 2007-03-07 16:57:59 +0000 | |
---|---|---|
committer | 2007-03-07 16:57:59 +0000 | |
commit | 0ff34655768f02127041b9d40d5d9812a5eee06b (patch) | |
tree | 4add2e7e20944dea7c69a0b32062344db2f7edb0 /games-fps/duke3d | |
parent | Change all instances of [ to [[. (diff) | |
download | historical-0ff34655768f02127041b9d40d5d9812a5eee06b.tar.gz historical-0ff34655768f02127041b9d40d5d9812a5eee06b.tar.bz2 historical-0ff34655768f02127041b9d40d5d9812a5eee06b.zip |
Change all instances of [ to [[.
Package-Manager: portage-2.1.2.1
Diffstat (limited to 'games-fps/duke3d')
-rw-r--r-- | games-fps/duke3d/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/duke3d/duke3d-20040817-r1.ebuild | 8 | ||||
-rw-r--r-- | games-fps/duke3d/duke3d-20040817.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/games-fps/duke3d/ChangeLog b/games-fps/duke3d/ChangeLog index a8307df8d46f..589c97edf833 100644 --- a/games-fps/duke3d/ChangeLog +++ b/games-fps/duke3d/ChangeLog @@ -1,6 +1,10 @@ # 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 diff --git a/games-fps/duke3d/duke3d-20040817-r1.ebuild b/games-fps/duke3d/duke3d-20040817-r1.ebuild index 446059ce750f..b564bf56ce03 100644 --- a/games-fps/duke3d/duke3d-20040817-r1.ebuild +++ b/games-fps/duke3d/duke3d-20040817-r1.ebuild @@ -1,10 +1,10 @@ -# 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 @@ -43,7 +43,7 @@ pkg_setup() { } src_unpack() { - if [ ${fromcvs} -eq 1 ] ; then + if [[ ${fromcvs} -eq 1 ]] ; then cvs_src_unpack cd duke3d/source ECVS_MODULE="buildengine" diff --git a/games-fps/duke3d/duke3d-20040817.ebuild b/games-fps/duke3d/duke3d-20040817.ebuild index 301f9fc6f7f5..22d2a103f8cc 100644 --- a/games-fps/duke3d/duke3d-20040817.ebuild +++ b/games-fps/duke3d/duke3d-20040817.ebuild @@ -1,10 +1,10 @@ -# 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 @@ -35,7 +35,7 @@ S="${WORKDIR}/${ECVS_MODULE}" 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" |