diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:24:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:24:17 +0000 |
commit | 8991f0dd28c1c494275a9e4e5b8d92af292e0497 (patch) | |
tree | 184d54aececb6e0280b272b276f35104c4b913cb /games-fps/quake4-data | |
parent | The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now h... (diff) | |
download | gentoo-2-8991f0dd28c1c494275a9e4e5b8d92af292e0497.tar.gz gentoo-2-8991f0dd28c1c494275a9e4e5b8d92af292e0497.tar.bz2 gentoo-2-8991f0dd28c1c494275a9e4e5b8d92af292e0497.zip |
The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now has ACCEPT_LICENSE), so drop it here too.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake4-data')
-rw-r--r-- | games-fps/quake4-data/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-fps/quake4-data/ChangeLog b/games-fps/quake4-data/ChangeLog index 1626f245ca7e..2dd4bb5c4c30 100644 --- a/games-fps/quake4-data/ChangeLog +++ b/games-fps/quake4-data/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake4-data -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/ChangeLog,v 1.10 2010/07/14 18:06:34 mr_bones_ Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/ChangeLog,v 1.11 2011/12/14 17:24:17 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> + quake4-data-1.0.2147.12.ebuild: + The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now + has ACCEPT_LICENSE), so drop it here too. 14 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org> quake4-data-1.0.2147.12.ebuild: diff --git a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild index d2d76e05f075..aa06a989024e 100644 --- a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild +++ b/games-fps/quake4-data/quake4-data-1.0.2147.12.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-data/quake4-data-1.0.2147.12.ebuild,v 1.11 2010/07/14 18:07:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.12 2011/12/14 17:24:17 vapier Exp $ inherit eutils games @@ -22,7 +22,6 @@ PDEPEND="games-fps/quake4-bin" S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/quake4 Ddir=${D}/${dir} |