diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 19:27:15 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 19:27:15 +0000 |
commit | f60c1aea31b4fd6426e222a4908092143d168e3f (patch) | |
tree | 83ca37e3811729bda4cf124ae31c0cc1e2323299 /games-puzzle | |
parent | QA cleanup: Fix quoting. (diff) | |
download | historical-f60c1aea31b4fd6426e222a4908092143d168e3f.tar.gz historical-f60c1aea31b4fd6426e222a4908092143d168e3f.tar.bz2 historical-f60c1aea31b4fd6426e222a4908092143d168e3f.zip |
QA cleanup: Fix quoting.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/textmaze/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/textmaze/textmaze-1.2.ebuild | 6 | ||||
-rw-r--r-- | games-puzzle/xblockout/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.3.ebuild | 6 |
4 files changed, 17 insertions, 10 deletions
diff --git a/games-puzzle/textmaze/ChangeLog b/games-puzzle/textmaze/ChangeLog index 28e463602553..2770a9dda89d 100644 --- a/games-puzzle/textmaze/ChangeLog +++ b/games-puzzle/textmaze/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/textmaze -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/textmaze/ChangeLog,v 1.2 2007/02/08 21:19:20 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/textmaze/ChangeLog,v 1.3 2008/03/07 19:26:39 wolf31o2 Exp $ + + 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> textmaze-1.2.ebuild: + QA cleanup: Fix quoting. 08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/games-puzzle/textmaze/textmaze-1.2.ebuild b/games-puzzle/textmaze/textmaze-1.2.ebuild index dd58cd022b3c..0524d97aeee9 100644 --- a/games-puzzle/textmaze/textmaze-1.2.ebuild +++ b/games-puzzle/textmaze/textmaze-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/textmaze/textmaze-1.2.ebuild,v 1.1 2006/01/05 18:15:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/textmaze/textmaze-1.2.ebuild,v 1.2 2008/03/07 19:26:39 wolf31o2 Exp $ inherit games @@ -20,7 +20,7 @@ DEPEND="dev-perl/Curses" S="${WORKDIR}/TextMaze" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" sed -i \ diff --git a/games-puzzle/xblockout/ChangeLog b/games-puzzle/xblockout/ChangeLog index 939926415bdf..848a41fc7cba 100644 --- a/games-puzzle/xblockout/ChangeLog +++ b/games-puzzle/xblockout/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/xblockout -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.14 2007/01/29 22:24:00 mr_bones_ Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.15 2008/03/07 19:27:15 wolf31o2 Exp $ + + 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> + xblockout-1.1.3.ebuild: + QA cleanup: Fix quoting. *xblockout-1.1.5 (29 Jan 2007) diff --git a/games-puzzle/xblockout/xblockout-1.1.3.ebuild b/games-puzzle/xblockout/xblockout-1.1.3.ebuild index 8e24147c2c2f..06f25266e348 100644 --- a/games-puzzle/xblockout/xblockout-1.1.3.ebuild +++ b/games-puzzle/xblockout/xblockout-1.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.3.ebuild,v 1.3 2006/12/06 17:20:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.3.ebuild,v 1.4 2008/03/07 19:27:15 wolf31o2 Exp $ inherit flag-o-matic games @@ -25,7 +25,7 @@ src_unpack() { sed -i \ -e "s:-lm:-lm -L/usr/X11R6/lib -lX11:" \ - -e "s:-g$:${CFLAGS}:" ${S}/Makefile.in \ + -e "s:-g$:${CFLAGS}:" "${S}"/Makefile.in \ || die "sed failed" } |