diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 17:02:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 17:02:16 +0000 |
commit | c5be1ed994116f38c20b7fc3982af0a6f56ed030 (patch) | |
tree | 8cb88d4213cf3ae4a079a501111bcd73953e25a0 /games-kids/childsplay | |
parent | Removing BETA nvidia-drivers from mask since it is no longer in the tree. (diff) | |
download | gentoo-2-c5be1ed994116f38c20b7fc3982af0a6f56ed030.tar.gz gentoo-2-c5be1ed994116f38c20b7fc3982af0a6f56ed030.tar.bz2 gentoo-2-c5be1ed994116f38c20b7fc3982af0a6f56ed030.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-kids/childsplay')
-rw-r--r-- | games-kids/childsplay/ChangeLog | 6 | ||||
-rw-r--r-- | games-kids/childsplay/childsplay-0.83.1.ebuild | 6 | ||||
-rw-r--r-- | games-kids/childsplay/childsplay-0.85.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-kids/childsplay/ChangeLog b/games-kids/childsplay/ChangeLog index 7a99ae350481..b26933f2f1d1 100644 --- a/games-kids/childsplay/ChangeLog +++ b/games-kids/childsplay/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-kids/childsplay # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/childsplay/ChangeLog,v 1.8 2007/02/22 01:02:44 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/childsplay/ChangeLog,v 1.9 2007/03/07 17:02:16 wolf31o2 Exp $ + + 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> + childsplay-0.83.1.ebuild, childsplay-0.85.1.ebuild: + Change all instances of [ to [[. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-kids/childsplay/childsplay-0.83.1.ebuild b/games-kids/childsplay/childsplay-0.83.1.ebuild index 4c4412210e6b..6752bd696297 100644 --- a/games-kids/childsplay/childsplay-0.83.1.ebuild +++ b/games-kids/childsplay/childsplay-0.83.1.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-kids/childsplay/childsplay-0.83.1.ebuild,v 1.1 2006/10/03 20:37:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/childsplay/childsplay-0.83.1.ebuild,v 1.2 2007/03/07 17:02:16 wolf31o2 Exp $ inherit games python @@ -90,7 +90,7 @@ EOF rm ${D}/${_SHAREDIR}/Data/childsplay.score # this copy won't be used for fn in $(ls lib); do - if [ -d lib/${fn} ]; then + if [[ -d lib/${fn} ]] ; then cp -r lib/${fn} ${D}/${_SHARELIBDATADIR} else cp lib/${fn} ${D}/${_LIBDIR} diff --git a/games-kids/childsplay/childsplay-0.85.1.ebuild b/games-kids/childsplay/childsplay-0.85.1.ebuild index b72d91e1f845..cf28f25832e4 100644 --- a/games-kids/childsplay/childsplay-0.85.1.ebuild +++ b/games-kids/childsplay/childsplay-0.85.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/childsplay/childsplay-0.85.1.ebuild,v 1.1 2007/01/27 09:08:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/childsplay/childsplay-0.85.1.ebuild,v 1.2 2007/03/07 17:02:16 wolf31o2 Exp $ inherit games python @@ -91,7 +91,7 @@ EOF rm "${D}/${_SHAREDIR}/Data/childsplay.score" # this copy won't be used for fn in $(ls lib); do - if [ -d lib/${fn} ]; then + if [[ -d lib/${fn} ]] ; then cp -r lib/${fn} "${D}/${_SHARELIBDATADIR}" || die else cp lib/${fn} "${D}/${_LIBDIR}" || die |