diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:52:42 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:52:42 +0000 |
commit | bb9435c615057f1157bb7b76e62cacc81ee6189e (patch) | |
tree | 173ac171b5cc17d8de23cbcc67fa35fc4199d4cd /games-fps | |
parent | Change all instances of [ to [[. (diff) | |
download | gentoo-2-bb9435c615057f1157bb7b76e62cacc81ee6189e.tar.gz gentoo-2-bb9435c615057f1157bb7b76e62cacc81ee6189e.tar.bz2 gentoo-2-bb9435c615057f1157bb7b76e62cacc81ee6189e.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-fps')
-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" |