summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-fps/prboom/ChangeLog6
-rw-r--r--games-fps/prboom/prboom-2.2.4-r1.ebuild7
-rw-r--r--games-fps/quake1/ChangeLog7
-rw-r--r--games-fps/quake1/quake1-2.40-r1.ebuild6
-rw-r--r--games-fps/ttyquake/ChangeLog7
-rw-r--r--games-fps/ttyquake/ttyquake-0.4.2.ebuild6
-rw-r--r--games-misc/wumpus/ChangeLog7
-rw-r--r--games-misc/wumpus/wumpus-1.4.ebuild6
8 files changed, 32 insertions, 20 deletions
diff --git a/games-fps/prboom/ChangeLog b/games-fps/prboom/ChangeLog
index 404e0b63005e..89a5a90ed625 100644
--- a/games-fps/prboom/ChangeLog
+++ b/games-fps/prboom/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/prboom
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/ChangeLog,v 1.9 2005/04/26 13:39:21 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/ChangeLog,v 1.10 2005/05/17 18:26:32 wolf31o2 Exp $
+
+ 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ prboom-2.2.4-r1.ebuild:
+ Cleanup for bug #92745.
26 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org>
prboom-2.2.4-r1.ebuild:
diff --git a/games-fps/prboom/prboom-2.2.4-r1.ebuild b/games-fps/prboom/prboom-2.2.4-r1.ebuild
index 01fb7d48fb06..544c53e0e844 100644
--- a/games-fps/prboom/prboom-2.2.4-r1.ebuild
+++ b/games-fps/prboom/prboom-2.2.4-r1.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/prboom/prboom-2.2.4-r1.ebuild,v 1.3 2005/04/26 13:39:21 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/prboom-2.2.4-r1.ebuild,v 1.4 2005/05/17 18:26:32 wolf31o2 Exp $
-inherit games eutils gcc
+inherit eutils toolchain-funcs games
DESCRIPTION="Port of ID's doom to SDL and OpenGL"
HOMEPAGE="http://prboom.sourceforge.net/"
@@ -22,10 +22,9 @@ DEPEND="virtual/x11
src_unpack() {
unpack ${A}
- cd ${S}
epatch ${FILESDIR}/${PV}-gcc34.patch
ebegin "Detecting NVidia GL/prboom bug"
- $(gcc-getCC) ${FILESDIR}/${PV}-nvidia-test.c 2> /dev/null
+ $(tc-getCC) ${FILESDIR}/${PV}-nvidia-test.c 2> /dev/null
local ret=$?
eend ${ret} "NVidia GL/prboom bug found ;("
[ ${ret} -eq 0 ] || epatch ${FILESDIR}/${PV}-nvidia.patch
diff --git a/games-fps/quake1/ChangeLog b/games-fps/quake1/ChangeLog
index 97ccc56739da..dfbbcb3a4d19 100644
--- a/games-fps/quake1/ChangeLog
+++ b/games-fps/quake1/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/quake1
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/ChangeLog,v 1.6 2004/12/28 06:29:25 vapier Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/ChangeLog,v 1.7 2005/05/17 18:27:44 wolf31o2 Exp $
+
+ 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> quake1-2.40-r1.ebuild:
+ Cleanup for bug #92745.
*quake1-2.40-r1 (28 Dec 2004)
diff --git a/games-fps/quake1/quake1-2.40-r1.ebuild b/games-fps/quake1/quake1-2.40-r1.ebuild
index bf334d14ac25..3f01d6343b12 100644
--- a/games-fps/quake1/quake1-2.40-r1.ebuild
+++ b/games-fps/quake1/quake1-2.40-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/quake1-2.40-r1.ebuild,v 1.1 2004/12/28 06:29:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/quake1-2.40-r1.ebuild,v 1.2 2005/05/17 18:27:44 wolf31o2 Exp $
-inherit eutils gcc games
+inherit eutils games
DESCRIPTION="The original Quake engine straight from id !"
HOMEPAGE="http://www.idsoftware.com/games/quake/quake/"
diff --git a/games-fps/ttyquake/ChangeLog b/games-fps/ttyquake/ChangeLog
index b9f943d52d56..0e9f661eeb95 100644
--- a/games-fps/ttyquake/ChangeLog
+++ b/games-fps/ttyquake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/ttyquake
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ChangeLog,v 1.3 2004/06/24 22:47:38 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ChangeLog,v 1.4 2005/05/17 18:28:37 wolf31o2 Exp $
+
+ 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> ttyquake-0.4.2.ebuild:
+ Cleanup for bug #92745.
*ttyquake-0.4.2 (14 Jul 2003)
diff --git a/games-fps/ttyquake/ttyquake-0.4.2.ebuild b/games-fps/ttyquake/ttyquake-0.4.2.ebuild
index adf1c2f70dd0..46c0c72a2239 100644
--- a/games-fps/ttyquake/ttyquake-0.4.2.ebuild
+++ b/games-fps/ttyquake/ttyquake-0.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ttyquake-0.4.2.ebuild,v 1.5 2004/06/24 22:47:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ttyquake-0.4.2.ebuild,v 1.6 2005/05/17 18:28:37 wolf31o2 Exp $
-inherit games eutils gcc
+inherit eutils games
DESCRIPTION="Play Quake at a text terminal, in an xterm, or over a telnet session"
HOMEPAGE="http://webpages.mr.net/bobz/ttyquake/"
diff --git a/games-misc/wumpus/ChangeLog b/games-misc/wumpus/ChangeLog
index a01745f47c71..a7e7a6e4eb8e 100644
--- a/games-misc/wumpus/ChangeLog
+++ b/games-misc/wumpus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/wumpus
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/ChangeLog,v 1.6 2004/12/28 18:06:08 josejx Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/ChangeLog,v 1.7 2005/05/17 18:30:42 wolf31o2 Exp $
+
+ 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> wumpus-1.4.ebuild:
+ Cleanup for bug #92745.
29 Dec 2004; Joseph Jezak <josejx@gentoo.org> wumpus-1.4.ebuild:
Marked ppc stable.
diff --git a/games-misc/wumpus/wumpus-1.4.ebuild b/games-misc/wumpus/wumpus-1.4.ebuild
index 669b281b4883..a5cd1767da63 100644
--- a/games-misc/wumpus/wumpus-1.4.ebuild
+++ b/games-misc/wumpus/wumpus-1.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild,v 1.8 2004/12/28 18:06:08 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild,v 1.9 2005/05/17 18:30:42 wolf31o2 Exp $
-inherit games gcc
+inherit toolchain-funcs games
DESCRIPTION="Classic Hunt the Wumpus Adventure Game"
HOMEPAGE="http://cvsweb.netbsd.org/bsdweb.cgi/src/games/wump/"