diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-13 18:58:37 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-13 18:58:37 +0000 |
commit | 874d98d98b5d0c1cd562996cc3c3b5baf94f6ff6 (patch) | |
tree | c9bca453b2fbe2c04c3d3891ab9b6a229d819f43 /games-fps | |
parent | Stable on sparc wrt security #115030 (diff) | |
download | gentoo-2-874d98d98b5d0c1cd562996cc3c3b5baf94f6ff6.tar.gz gentoo-2-874d98d98b5d0c1cd562996cc3c3b5baf94f6ff6.tar.bz2 gentoo-2-874d98d98b5d0c1cd562996cc3c3b5baf94f6ff6.zip |
Version bumped to 1.0.6, closing bug #115420, and removing older versions.
(Portage version: 2.0.53)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake4-bin/files/digest-quake4-bin-1.0.5 | 1 | ||||
-rw-r--r-- | games-fps/quake4-bin/files/digest-quake4-bin-1.0.6 | 1 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.0.6.ebuild (renamed from games-fps/quake4-bin/quake4-bin-1.0.5.ebuild) | 4 |
4 files changed, 10 insertions, 4 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index 23c431386138..0553a5099451 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/quake4-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.3 2005/11/22 19:27:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.4 2005/12/13 18:58:37 wolf31o2 Exp $ + +*quake4-bin-1.0.6 (13 Dec 2005) + + 13 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> + -quake4-bin-1.0.5.ebuild, +quake4-bin-1.0.6.ebuild: + Version bumped to 1.0.6, closing bug #115420, and removing older versions. 22 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> quake4-bin-1.0.5.ebuild: diff --git a/games-fps/quake4-bin/files/digest-quake4-bin-1.0.5 b/games-fps/quake4-bin/files/digest-quake4-bin-1.0.5 deleted file mode 100644 index 7d04b796f4bf..000000000000 --- a/games-fps/quake4-bin/files/digest-quake4-bin-1.0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 c5b418e1f13baac0751861a1a65b30fe quake4-linux-1.0.5.x86.run 19253288 diff --git a/games-fps/quake4-bin/files/digest-quake4-bin-1.0.6 b/games-fps/quake4-bin/files/digest-quake4-bin-1.0.6 new file mode 100644 index 000000000000..1510df56739f --- /dev/null +++ b/games-fps/quake4-bin/files/digest-quake4-bin-1.0.6 @@ -0,0 +1 @@ +MD5 8d5c51ea773b81e5a0efebed712198c2 quake4-linux-1.0.6.x86.run 19257935 diff --git a/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild b/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild index b9d8abcd6b31..93d2cffd50a0 100644 --- a/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.0.6.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/quake4-bin/quake4-bin-1.0.5.ebuild,v 1.3 2005/11/22 19:27:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild,v 1.1 2005/12/13 18:58:37 wolf31o2 Exp $ inherit eutils games @@ -14,7 +14,7 @@ SRC_URI="mirror://3dgamers/quake4/quake4-linux-${PV}.x86.run LICENSE="QUAKE4" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* ~amd64 ~x86" IUSE="cdinstall alsa opengl dedicated" RESTRICT="nostrip" |