diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-23 16:51:03 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-23 16:51:03 +0000 |
commit | 582f323fbadcab0751688a15ba43becbfc1a43b3 (patch) | |
tree | 0557888d2690ef0c661b79eba46758a4467f80e7 /games-fps | |
parent | Fix quoting. (diff) | |
download | gentoo-2-582f323fbadcab0751688a15ba43becbfc1a43b3.tar.gz gentoo-2-582f323fbadcab0751688a15ba43becbfc1a43b3.tar.bz2 gentoo-2-582f323fbadcab0751688a15ba43becbfc1a43b3.zip |
Added teamarena to IUSE and removed older snapshots that had vulnerabilities CVE-2006-2082 and CVE-2006-2236.
(Portage version: 2.1_rc2)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.34_alpha778.ebuild | 4 | ||||
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog index 826aa53172ea..13d966ac23be 100644 --- a/games-fps/quake3/ChangeLog +++ b/games-fps/quake3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/quake3 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.37 2006/05/10 00:23:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.38 2006/05/23 16:51:03 wolf31o2 Exp $ + + 23 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> + -quake3-1.34_alpha632.ebuild, -quake3-1.34_alpha711.ebuild, + quake3-1.34_alpha778.ebuild, quake3-9999.ebuild: + Added teamarena to IUSE and removed older snapshots that had vulnerabilities + CVE-2006-2082 and CVE-2006-2236. *quake3-1.34_alpha778 (10 May 2006) diff --git a/games-fps/quake3/quake3-1.34_alpha778.ebuild b/games-fps/quake3/quake3-1.34_alpha778.ebuild index a275ed3cb9f2..20494d0356ee 100644 --- a/games-fps/quake3/quake3-1.34_alpha778.ebuild +++ b/games-fps/quake3/quake3-1.34_alpha778.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/quake3/quake3-1.34_alpha778.ebuild,v 1.1 2006/05/10 00:23:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_alpha778.ebuild,v 1.2 2006/05/23 16:51:03 wolf31o2 Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -34,7 +34,7 @@ HOMEPAGE="http://icculus.org/quake3/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="dedicated opengl" +IUSE="dedicated opengl teamarena" RDEPEND="opengl? ( virtual/opengl diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index 67d7f9efb11d..964765b2a7df 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.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/quake3/quake3-9999.ebuild,v 1.3 2006/03/31 02:11:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.4 2006/05/23 16:51:03 wolf31o2 Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -34,7 +34,7 @@ HOMEPAGE="http://icculus.org/quake3/" LICENSE="GPL-2" SLOT="0" KEYWORDS="-*" -IUSE="dedicated opengl" +IUSE="dedicated opengl teamarena" RDEPEND="opengl? ( virtual/opengl |