diff options
Diffstat (limited to 'games-fps/quake3-bin')
-rw-r--r-- | games-fps/quake3-bin/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32c.ebuild | 6 |
3 files changed, 11 insertions, 10 deletions
diff --git a/games-fps/quake3-bin/ChangeLog b/games-fps/quake3-bin/ChangeLog index ab39298edd4b..e02837707656 100644 --- a/games-fps/quake3-bin/ChangeLog +++ b/games-fps/quake3-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3-bin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.30 2010/03/09 12:36:34 abcd Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.31 2011/12/14 17:22:08 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> quake3-bin-1.32c.ebuild, + quake3-bin-1.32c-r1.ebuild: + The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now + has ACCEPT_LICENSE), so drop it here too. 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> quake3-bin-1.32c.ebuild, quake3-bin-1.32c-r1.ebuild: diff --git a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild index 74cca7f946ae..60ae26116b0a 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.11 2010/10/14 05:53:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.12 2011/12/14 17:22:08 vapier Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,6 @@ LICENSE="Q3AEULA" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="cdinstall dedicated opengl teamarena" -PROPERTIES="interactive" RESTRICT="strip" UIDEPEND="virtual/opengl @@ -45,7 +44,6 @@ RDEPEND="sys-libs/glibc S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/quake3 Ddir=${D}/${dir} diff --git a/games-fps/quake3-bin/quake3-bin-1.32c.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c.ebuild index 48db80a52da4..4e2f176e5211 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32c.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c.ebuild,v 1.11 2010/03/09 12:36:34 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c.ebuild,v 1.12 2011/12/14 17:22:08 vapier Exp $ inherit eutils games @@ -13,7 +13,6 @@ LICENSE="Q3AEULA" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="cdinstall dedicated opengl teamarena" -PROPERTIES="interactive" RESTRICT="strip" UIDEPEND="virtual/opengl @@ -42,7 +41,6 @@ RDEPEND="sys-libs/glibc S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/quake3 Ddir=${D}/${dir} |