diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 17:36:28 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 17:36:28 +0000 |
commit | 35fbe20eaadf86be264dd1483258e084d6a800e6 (patch) | |
tree | f9ab7b0435854b46e1fcdccdb22f0d9027fc83df /games-util | |
parent | Change all instances of [ to [[. (diff) | |
download | gentoo-2-35fbe20eaadf86be264dd1483258e084d6a800e6.tar.gz gentoo-2-35fbe20eaadf86be264dd1483258e084d6a800e6.tar.bz2 gentoo-2-35fbe20eaadf86be264dd1483258e084d6a800e6.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/ucon64/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/ucon64/ucon64-1.9.8.4.ebuild | 6 | ||||
-rw-r--r-- | games-util/ucon64/ucon64-2.0.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-util/ucon64/ChangeLog b/games-util/ucon64/ChangeLog index 836075721315..7ff35080a4e9 100644 --- a/games-util/ucon64/ChangeLog +++ b/games-util/ucon64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/ucon64 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ChangeLog,v 1.9 2007/02/22 10:32:53 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ChangeLog,v 1.10 2007/03/07 17:36:28 wolf31o2 Exp $ + + 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> ucon64-1.9.8.4.ebuild, + ucon64-2.0.0.ebuild: + Change all instances of [ to [[. 22 Feb 2007; Timothy Redaelli <drizzt@gentoo.org> ucon64-2.0.0.ebuild: Add ~amd64 keyword diff --git a/games-util/ucon64/ucon64-1.9.8.4.ebuild b/games-util/ucon64/ucon64-1.9.8.4.ebuild index 278d68841fd1..cc34a1c91b83 100644 --- a/games-util/ucon64/ucon64-1.9.8.4.ebuild +++ b/games-util/ucon64/ucon64-1.9.8.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ucon64-1.9.8.4.ebuild,v 1.5 2005/06/05 11:36:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ucon64-1.9.8.4.ebuild,v 1.6 2007/03/07 17:36:28 wolf31o2 Exp $ MAJ_PV=${PV:0:5} MIN_PV=${PV:6:7} @@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}/src" src_compile() { myconf="" - if [ ! -e /usr/include/sys/io.h ]; then + if [[ ! -e /usr/include/sys/io.h ]] ; then ewarn "Disabling support for parallel port" myconf="${myconf} --disable-parallel" fi diff --git a/games-util/ucon64/ucon64-2.0.0.ebuild b/games-util/ucon64/ucon64-2.0.0.ebuild index 020e8f8ca886..5269f98267a7 100644 --- a/games-util/ucon64/ucon64-2.0.0.ebuild +++ b/games-util/ucon64/ucon64-2.0.0.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-util/ucon64/ucon64-2.0.0.ebuild,v 1.3 2007/02/22 10:32:53 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ucon64-2.0.0.ebuild,v 1.4 2007/03/07 17:36:28 wolf31o2 Exp $ DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program" HOMEPAGE="http://ucon64.sourceforge.net/" @@ -27,7 +27,7 @@ src_unpack() { src_compile() { local myconf - if [ ! -e /usr/include/sys/io.h ]; then + if [[ ! -e /usr/include/sys/io.h ]] ; then ewarn "Disabling support for parallel port" myconf="${myconf} --disable-parallel" fi |