diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-01 15:56:44 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-01 15:56:44 +0000 |
commit | a8aafae49ec11133864e68d25cc848ffd121f873 (patch) | |
tree | 2ae40f2c4084316f907a742714298055467d29d0 /games-fps/quake4-bin | |
parent | New ebuild for German myspell dictionary (diff) | |
download | gentoo-2-a8aafae49ec11133864e68d25cc848ffd121f873.tar.gz gentoo-2-a8aafae49ec11133864e68d25cc848ffd121f873.tar.bz2 gentoo-2-a8aafae49ec11133864e68d25cc848ffd121f873.zip |
Marked 1.2 stable on amd64 and x86 and removing older ebuilds. I plan on marking 1.2.1 stable in a short time period, provided the crashes with SMP aren't as bad as people say. I haven't had a chance to test it on an SMP machine myself.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'games-fps/quake4-bin')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.2.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index 42b0aa04a664..06ab4f7bfcfc 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for games-fps/quake4-bin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.16 2006/05/01 15:51:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.17 2006/05/01 15:56:44 wolf31o2 Exp $ + + 01 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> + -quake4-bin-1.0.6.ebuild, -quake4-bin-1.0.6-r1.ebuild, + quake4-bin-1.2.ebuild: + Marked 1.2 stable on amd64 and x86 and removing older ebuilds. I plan on + marking 1.2.1 stable in a short time period, provided the crashes with SMP + aren't as bad as people say. I haven't had a chance to test it on an SMP + machine myself. *quake4-bin-1.2.1 (01 May 2006) diff --git a/games-fps/quake4-bin/quake4-bin-1.2.ebuild b/games-fps/quake4-bin/quake4-bin-1.2.ebuild index b0b6beb0664d..013e454ea4c9 100644 --- a/games-fps/quake4-bin/quake4-bin-1.2.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.2.ebuild,v 1.1 2006/04/19 23:01:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.2.ebuild,v 1.2 2006/05/01 15:56:44 wolf31o2 Exp $ inherit eutils games @@ -13,7 +13,7 @@ SRC_URI="mirror://3dgamers/quake4/quake4-linux-${PV}.x86.run LICENSE="QUAKE4" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="alsa cdinstall dedicated opengl" RESTRICT="strip" |