summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-03-07 16:28:51 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-03-07 16:28:51 +0000
commit2d361843c1f7d2c37c41deed7828bd7912bc3825 (patch)
treeb0f7db940c32194a4a62622d3a7af3df5e4a74ee /games-emulation/advancemame
parentdrop old, dropping the stable keywords for the tbird2.0 version as its not st... (diff)
downloadgentoo-2-2d361843c1f7d2c37c41deed7828bd7912bc3825.tar.gz
gentoo-2-2d361843c1f7d2c37c41deed7828bd7912bc3825.tar.bz2
gentoo-2-2d361843c1f7d2c37c41deed7828bd7912bc3825.zip
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-emulation/advancemame')
-rw-r--r--games-emulation/advancemame/ChangeLog6
-rw-r--r--games-emulation/advancemame/advancemame-0.104.0.ebuild6
-rw-r--r--games-emulation/advancemame/advancemame-0.106.0.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/games-emulation/advancemame/ChangeLog b/games-emulation/advancemame/ChangeLog
index 69e2fd2c179c..90606f04f858 100644
--- a/games-emulation/advancemame/ChangeLog
+++ b/games-emulation/advancemame/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/advancemame
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.41 2007/02/21 23:17:26 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.42 2007/03/07 16:28:51 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ advancemame-0.104.0.ebuild, advancemame-0.106.0.ebuild:
+ Change all instances of [ to [[.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/games-emulation/advancemame/advancemame-0.104.0.ebuild b/games-emulation/advancemame/advancemame-0.104.0.ebuild
index b14776c260fb..a408ec6f42f8 100644
--- a/games-emulation/advancemame/advancemame-0.104.0.ebuild
+++ b/games-emulation/advancemame/advancemame-0.104.0.ebuild
@@ -1,6 +1,6 @@
-# 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-emulation/advancemame/advancemame-0.104.0.ebuild,v 1.2 2006/05/09 05:32:03 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.104.0.ebuild,v 1.3 2007/03/07 16:28:51 wolf31o2 Exp $
inherit eutils flag-o-matic games
@@ -67,7 +67,7 @@ src_install() {
local f
for f in adv* ; do
- if [ -L "${f}" ] ; then
+ if [[ -L "${f}" ]] ; then
dogamesbin "${f}" || die "dogamesbin failed"
fi
done
diff --git a/games-emulation/advancemame/advancemame-0.106.0.ebuild b/games-emulation/advancemame/advancemame-0.106.0.ebuild
index ed5f631d698b..92f2f0892dd8 100644
--- a/games-emulation/advancemame/advancemame-0.106.0.ebuild
+++ b/games-emulation/advancemame/advancemame-0.106.0.ebuild
@@ -1,6 +1,6 @@
-# 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-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.2 2006/07/28 00:59:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.3 2007/03/07 16:28:51 wolf31o2 Exp $
inherit eutils flag-o-matic games
@@ -72,7 +72,7 @@ src_install() {
local f
for f in adv* ; do
- if [ -L "${f}" ] ; then
+ if [[ -L "${f}" ]] ; then
dogamesbin "${f}" || die "dogamesbin failed"
fi
done