summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 01:21:48 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 01:21:48 +0000
commit01694ecc1ce43d697a685fdf899c2bf31bb4f664 (patch)
tree20f5b1b05595551d4a3d41a84c23bcba328a32f6 /games-fps
parentFix quoting. (diff)
downloadgentoo-2-01694ecc1ce43d697a685fdf899c2bf31bb4f664.tar.gz
gentoo-2-01694ecc1ce43d697a685fdf899c2bf31bb4f664.tar.bz2
gentoo-2-01694ecc1ce43d697a685fdf899c2bf31bb4f664.zip
Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2003-bonuspack-de/ChangeLog8
-rw-r--r--games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild14
2 files changed, 13 insertions, 9 deletions
diff --git a/games-fps/ut2003-bonuspack-de/ChangeLog b/games-fps/ut2003-bonuspack-de/ChangeLog
index 9c905991335c..315d3443f3f5 100644
--- a/games-fps/ut2003-bonuspack-de/ChangeLog
+++ b/games-fps/ut2003-bonuspack-de/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/ut2003-bonuspack-de
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-de/ChangeLog,v 1.6 2007/02/22 00:47:23 peper Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-de/ChangeLog,v 1.7 2008/02/15 01:21:48 wolf31o2 Exp $
+
+ 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ ut2003-bonuspack-de-1.ebuild:
+ Fix quoting.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild b/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild
index fba2f10fef78..d58ffaecc264 100644
--- a/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild
+++ b/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.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-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild,v 1.6 2006/03/31 21:22:38 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild,v 1.7 2008/02/15 01:21:48 wolf31o2 Exp $
inherit games
@@ -19,17 +19,17 @@ RESTRICT="mirror strip"
DEPEND="app-arch/unzip"
RDEPEND="games-fps/ut2003"
-S="${WORKDIR}"
+S=${WORKDIR}
-dir="${GAMES_PREFIX_OPT}/ut2003"
-Ddir="${D}/${dir}"
+dir=${GAMES_PREFIX_OPT}/ut2003
+Ddir=${D}/${dir}
src_unpack() {
- unzip ${DISTDIR}/${A} || die "unpacking"
+ unzip -qq "${DISTDIR}"/${A} || die "unpacking"
}
src_install() {
- mkdir -p ${Ddir}/{System,Maps,StaticMeshes,Textures,Music,Help}
+ mkdir -p "${Ddir}"/{System,Maps,StaticMeshes,Textures,Music,Help}
games_umod_unpack DEBonus.ut2mod
prepgamesdirs
}