summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-07 23:55:44 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-07 23:55:44 +0000
commit593f7414df784ea9f729be7ffc456c79cd593bd4 (patch)
tree8b8f77aa7b722f743d7009f672b783699bac4497 /games-action/barrage
parentQA cleanup: Fix quoting. (diff)
downloadgentoo-2-593f7414df784ea9f729be7ffc456c79cd593bd4.tar.gz
gentoo-2-593f7414df784ea9f729be7ffc456c79cd593bd4.tar.bz2
gentoo-2-593f7414df784ea9f729be7ffc456c79cd593bd4.zip
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/barrage')
-rw-r--r--games-action/barrage/ChangeLog6
-rw-r--r--games-action/barrage/barrage-1.0.2-r1.ebuild4
-rw-r--r--games-action/barrage/barrage-1.0.2.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/games-action/barrage/ChangeLog b/games-action/barrage/ChangeLog
index 5e00cba0912e..2e125020a960 100644
--- a/games-action/barrage/ChangeLog
+++ b/games-action/barrage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/barrage
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.12 2008/02/29 18:44:45 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.13 2008/03/07 23:55:44 wolf31o2 Exp $
+
+ 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> barrage-1.0.2.ebuild,
+ barrage-1.0.2-r1.ebuild:
+ QA cleanup: Fix quoting.
29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> barrage-1.0.2-r1.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.
diff --git a/games-action/barrage/barrage-1.0.2-r1.ebuild b/games-action/barrage/barrage-1.0.2-r1.ebuild
index 930a0426a522..1532711c4285 100644
--- a/games-action/barrage/barrage-1.0.2-r1.ebuild
+++ b/games-action/barrage/barrage-1.0.2-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-action/barrage/barrage-1.0.2-r1.ebuild,v 1.2 2008/02/29 18:44:45 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2-r1.ebuild,v 1.3 2008/03/07 23:55:44 wolf31o2 Exp $
inherit eutils games
@@ -22,7 +22,7 @@ src_unpack() {
}
src_compile() {
- egamesconf --datadir=${GAMES_DATADIR_BASE} || die
+ egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
emake || die "emake failed"
}
diff --git a/games-action/barrage/barrage-1.0.2.ebuild b/games-action/barrage/barrage-1.0.2.ebuild
index 5917b044ca78..d9b3d7877fed 100644
--- a/games-action/barrage/barrage-1.0.2.ebuild
+++ b/games-action/barrage/barrage-1.0.2.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-action/barrage/barrage-1.0.2.ebuild,v 1.5 2007/05/21 17:24:48 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2.ebuild,v 1.6 2008/03/07 23:55:44 wolf31o2 Exp $
inherit games
@@ -17,7 +17,7 @@ DEPEND=">=media-libs/libsdl-1.2
>=media-libs/sdl-mixer-1.2.4"
src_compile() {
- egamesconf --datadir=${GAMES_DATADIR_BASE} || die
+ egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
emake || die "emake failed"
}