diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:28:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:28:54 +0000 |
commit | a08609e3d575cc8c4078b548f7f646ef31ed4bdb (patch) | |
tree | 6e551a26346e26d3189911cd781f6e23183b26f9 /games-fps/quake4-bin | |
parent | avoid multiple inclusions when possible to speed caching up (diff) | |
download | historical-a08609e3d575cc8c4078b548f7f646ef31ed4bdb.tar.gz historical-a08609e3d575cc8c4078b548f7f646ef31ed4bdb.tar.bz2 historical-a08609e3d575cc8c4078b548f7f646ef31ed4bdb.zip |
The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now has ACCEPT_LICENSE), so drop it here too.
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'games-fps/quake4-bin')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.3.2.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.4.2.ebuild | 7 |
3 files changed, 11 insertions, 11 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index c6b2d789db56..66c423975709 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake4-bin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.38 2010/03/09 12:12:16 abcd Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.39 2011/12/14 17:23:43 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> quake4-bin-1.3.2.ebuild, + quake4-bin-1.4.2.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> quake4-bin-1.3.2.ebuild: QA: When not using an absolute path, you MUST NOT use a file extension diff --git a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild b/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild index f06e18da2ec3..65c108d84f0a 100644 --- a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.3.2.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/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.9 2010/03/09 12:12:16 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.10 2011/12/14 17:23:43 vapier Exp $ inherit eutils versionator games @@ -14,7 +14,6 @@ LICENSE="QUAKE4" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="alsa cdinstall dedicated opengl" -PROPERTIES="interactive" RESTRICT="strip" UIDEPEND="virtual/opengl @@ -44,7 +43,6 @@ RDEPEND="sys-libs/glibc S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/quake4 Ddir=${D}/${dir} diff --git a/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild b/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild index b08e48241bf4..d030e93f6c2e 100644 --- a/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/quake4-bin/quake4-bin-1.4.2.ebuild,v 1.4 2008/09/26 18:54:33 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild,v 1.5 2011/12/14 17:23:43 vapier Exp $ inherit eutils games @@ -12,7 +12,6 @@ LICENSE="QUAKE4" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="alsa cdinstall dedicated linguas_cs linguas_fr linguas_it linguas_pl linguas_ru opengl" -PROPERTIES="interactive" RESTRICT="strip" UIDEPEND="virtual/opengl @@ -43,8 +42,6 @@ S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/quake4 Ddir=${D}/${dir} -GAMES_CHECK_LICENSE="yes" - QA_TEXTRELS="${dir:1}/pb/pbag.so ${dir:1}/pb/pbags.so ${dir:1}/pb/pbcl.so |