summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-10-21 17:42:39 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-10-21 17:42:39 +0000
commit56b2770badd84c76106f2b577144f301f5854ce6 (patch)
tree4044e181612ee030ea2cbd8c9d6d1d90322c47c3 /games-fps/quake3
parentAdded addition dir variable to games_make_wrapper for bug #109793. (diff)
downloadgentoo-2-56b2770badd84c76106f2b577144f301f5854ce6.tar.gz
gentoo-2-56b2770badd84c76106f2b577144f301f5854ce6.tar.bz2
gentoo-2-56b2770badd84c76106f2b577144f301f5854ce6.zip
Added addition dir variable to games_make_wrapper for bug #109793.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'games-fps/quake3')
-rw-r--r--games-fps/quake3/ChangeLog6
-rw-r--r--games-fps/quake3/quake3-1.31.ebuild6
-rw-r--r--games-fps/quake3/quake3-1.32b-r3.ebuild8
3 files changed, 12 insertions, 8 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog
index e08ac98ad7d2..44d6360dc2e6 100644
--- a/games-fps/quake3/ChangeLog
+++ b/games-fps/quake3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.21 2005/09/21 20:43:46 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.22 2005/10/21 17:37:43 wolf31o2 Exp $
+
+ 21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> quake3-1.31.ebuild,
+ quake3-1.32b-r3.ebuild:
+ Added addition dir variable to games_make_wrapper for bug #109793.
21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> quake3-1.31.ebuild,
quake3-1.32b-r3.ebuild:
diff --git a/games-fps/quake3/quake3-1.31.ebuild b/games-fps/quake3/quake3-1.31.ebuild
index ee591576fb5a..7e49cc17a5ef 100644
--- a/games-fps/quake3/quake3-1.31.ebuild
+++ b/games-fps/quake3/quake3-1.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.31.ebuild,v 1.20 2005/09/21 20:43:46 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.31.ebuild,v 1.21 2005/10/21 17:37:43 wolf31o2 Exp $
inherit eutils games
@@ -49,8 +49,8 @@ src_install() {
insinto ${dir}
doexe bin/x86/{quake3.x86,q3ded}
doins quake3.xpm README* Q3A_EULA.txt
- games_make_wrapper quake3 ./quake3.x86 ${dir}
- games_make_wrapper q3ded ./q3ded ${dir}
+ games_make_wrapper quake3 ./quake3.x86 "${dir}" "${dir}"
+ games_make_wrapper q3ded ./q3ded "${dir}" "${dir}"
newinitd ${FILESDIR}/q3ded.rc q3ded
newconfd ${FILESDIR}/q3ded.conf.d q3ded
diff --git a/games-fps/quake3/quake3-1.32b-r3.ebuild b/games-fps/quake3/quake3-1.32b-r3.ebuild
index 8c3aa9574fe2..24026698d4dc 100644
--- a/games-fps/quake3/quake3-1.32b-r3.ebuild
+++ b/games-fps/quake3/quake3-1.32b-r3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.21 2005/09/21 20:43:46 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.22 2005/10/21 17:37:43 wolf31o2 Exp $
-inherit games
+inherit eutils games
DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter"
HOMEPAGE="http://www.idsoftware.com/"
@@ -50,8 +50,8 @@ src_install() {
insinto ${dir}
doexe bin/Linux/x86/{quake3.x86,q3ded}
doins quake3.xpm README* Q3A_EULA.txt
- games_make_wrapper quake3 ./quake3.x86 ${dir}
- games_make_wrapper q3ded ./q3ded ${dir}
+ games_make_wrapper quake3 ./quake3.x86 "${dir}" "${dir}"
+ games_make_wrapper q3ded ./q3ded "${dir}" "${dir}"
newinitd ${FILESDIR}/q3ded.rc q3ded
newconfd ${FILESDIR}/q3ded.conf.d q3ded