summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-04-19 21:47:08 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-04-19 21:47:08 +0000
commite162cd0bb71da1ae360c59473c10e287479f0145 (patch)
tree8ab88aed4f8ef9513f0ecb6594502fa64850de5e /games-fps
parentnew ebuild, closes #47945. (diff)
downloadhistorical-e162cd0bb71da1ae360c59473c10e287479f0145.tar.gz
historical-e162cd0bb71da1ae360c59473c10e287479f0145.tar.bz2
historical-e162cd0bb71da1ae360c59473c10e287479f0145.zip
Marking stable on amd64 (no bugs in 135 days).
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake3/ChangeLog7
-rw-r--r--games-fps/quake3/Manifest10
-rw-r--r--games-fps/quake3/quake3-1.32b-r3.ebuild6
3 files changed, 13 insertions, 10 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog
index 1fca98a0cada..24c2ee6c11dd 100644
--- a/games-fps/quake3/ChangeLog
+++ b/games-fps/quake3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/quake3
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.5 2003/12/06 15:06:15 wolf31o2 Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.6 2004/04/19 21:47:08 wolf31o2 Exp $
+
+ 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> quake3-1.32b-r3.ebuild:
+ Marking stable on amd64 (no bugs in 135 days).
*quake3-1.32b-r3 (06 Dec 2003)
diff --git a/games-fps/quake3/Manifest b/games-fps/quake3/Manifest
index 3f2210485d4e..ecc742cf009d 100644
--- a/games-fps/quake3/Manifest
+++ b/games-fps/quake3/Manifest
@@ -1,8 +1,8 @@
+MD5 a0337724c07fcd49b2ee4837047aa243 quake3-1.32b-r3.ebuild 1984
+MD5 411cec00537922d447ed1e4c4bcd596a ChangeLog 1689
+MD5 0a25a9c85ee385ef578cb770a957756d metadata.xml 954
+MD5 b6da86f1282cd8aed4884d2d66581cff quake3-1.31.ebuild 1766
+MD5 a1a6d0bc18dcbe3c11bf04251c1f1af0 files/q3ded.rc 828
MD5 aa25102bc1d29a9d3cef6ccb88b87833 files/digest-quake3-1.31 73
MD5 ac0eeb5bcea4995d27e0c6575b8f4dbb files/digest-quake3-1.32b-r3 76
MD5 7b22eb81dd0e2caa0c5d3e4d0ff16dff files/q3ded.conf.d 312
-MD5 a1a6d0bc18dcbe3c11bf04251c1f1af0 files/q3ded.rc 828
-MD5 908b02f591b55f7a3dd28c4cf2e25df0 ChangeLog 1561
-MD5 0a25a9c85ee385ef578cb770a957756d metadata.xml 954
-MD5 b6da86f1282cd8aed4884d2d66581cff quake3-1.31.ebuild 1766
-MD5 3f0667b5fdd6eaa2f430802fcea154c6 quake3-1.32b-r3.ebuild 1983
diff --git a/games-fps/quake3/quake3-1.32b-r3.ebuild b/games-fps/quake3/quake3-1.32b-r3.ebuild
index 8af57835853d..484215e603bf 100644
--- a/games-fps/quake3/quake3-1.32b-r3.ebuild
+++ b/games-fps/quake3/quake3-1.32b-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.6 2004/04/18 08:43:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.7 2004/04/19 21:47:08 wolf31o2 Exp $
inherit games
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-${PV}-3.x86
LICENSE="Q3AEULA"
SLOT="0"
-KEYWORDS="-* x86 ~amd64"
+KEYWORDS="-* x86 amd64"
IUSE="${IUSE} X opengl"
RESTRICT="nostrip"
@@ -72,6 +72,6 @@ pkg_postinst() {
# IA32 Emulation required for amd64
if use amd64 ; then
echo
- einfo "NOTE: IA32 Emulation must be compiled into your kernel for Quake3 to run."
+ ewarn "NOTE: IA32 Emulation must be compiled into your kernel for Quake3 to run."
fi
}