diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-15 01:24:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-15 01:24:16 +0000 |
commit | 08deb688423826ed2e07f25f76b27ad4bd4e762e (patch) | |
tree | d8d70a92e2bc949fdb4850e9e4625744b3eb2330 /games-fps/quake2-icculus | |
parent | "Q.A.: Path variable quoting. (diff) | |
download | historical-08deb688423826ed2e07f25f76b27ad4bd4e762e.tar.gz historical-08deb688423826ed2e07f25f76b27ad4bd4e762e.tar.bz2 historical-08deb688423826ed2e07f25f76b27ad4bd4e762e.zip |
Fix quoting.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-fps/quake2-icculus')
-rw-r--r-- | games-fps/quake2-icculus/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 4 | ||||
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-fps/quake2-icculus/ChangeLog b/games-fps/quake2-icculus/ChangeLog index cc9b381d15ea..5a4d83d82083 100644 --- a/games-fps/quake2-icculus/ChangeLog +++ b/games-fps/quake2-icculus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake2-icculus # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.28 2008/01/28 01:22:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.29 2008/02/15 01:06:36 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + quake2-icculus-0.16.1.ebuild, quake2-icculus-0.16.1-r1.ebuild: + Fix quoting. 28 Jan 2008; Michael Sterrett <mr_bones_@gentoo.org> quake2-icculus-0.16.1-r1.ebuild: diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild index 24088c985a50..42ba607cde79 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.8 2008/01/28 01:22:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.9 2008/02/15 01:06:36 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -80,7 +80,7 @@ src_unpack() { -e 's:^read ans:ans=yes :' ${shar} \ || die "sed ${shar} failed" echo ">>> Unpacking ${shar} to ${PWD}" - env PATH=${T}:${PATH} unshar ${shar} || die "unpacking ${shar} failed" + env PATH="${T}:${PATH}" unshar ${shar} || die "unpacking ${shar} failed" rm ${shar} done if use xatrix ; then diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild index 374883e72d7e..7586d4ede1ee 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.20 2007/11/20 02:17:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.21 2008/02/15 01:06:36 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -59,7 +59,7 @@ src_unpack() { -e 's:^read ans:ans=yes :' ${shar} \ || die "sed ${shar} failed" echo ">>> Unpacking ${shar} to ${PWD}" - env PATH=${T}:${PATH} unshar ${shar} || die "unpacking ${shar} failed" + env PATH="${T}:${PATH}" unshar ${shar} || die "unpacking ${shar} failed" rm ${shar} done if use xatrix ; then |