diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 19:26:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 19:26:39 +0000 |
commit | bc5c5ae144162d0582c4199a33831246750d7524 (patch) | |
tree | 1caf57d9fc209d0b04bb1680eabfa5f692b4b995 /games-puzzle/textmaze | |
parent | QA cleanup: Fix quoting. (diff) | |
download | gentoo-2-bc5c5ae144162d0582c4199a33831246750d7524.tar.gz gentoo-2-bc5c5ae144162d0582c4199a33831246750d7524.tar.bz2 gentoo-2-bc5c5ae144162d0582c4199a33831246750d7524.zip |
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/textmaze')
-rw-r--r-- | games-puzzle/textmaze/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/textmaze/textmaze-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 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 \ |