diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:13:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:13:02 +0000 |
commit | bb4fa904f3c7b3190be9340dd93a55c5bafa45e9 (patch) | |
tree | ec8fc978ed94d5fa4e0ca30bc19d7f1cac775d7e /games-action | |
parent | The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now h... (diff) | |
download | gentoo-2-bb4fa904f3c7b3190be9340dd93a55c5bafa45e9.tar.gz gentoo-2-bb4fa904f3c7b3190be9340dd93a55c5bafa45e9.tar.bz2 gentoo-2-bb4fa904f3c7b3190be9340dd93a55c5bafa45e9.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-action')
-rw-r--r-- | games-action/heretic2/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/heretic2/heretic2-1.06c.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-action/heretic2/ChangeLog b/games-action/heretic2/ChangeLog index 34b7f1769f3b..0b2fa5bcb037 100644 --- a/games-action/heretic2/ChangeLog +++ b/games-action/heretic2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/heretic2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.8 2011/11/17 19:00:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.9 2011/12/14 17:13:02 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> heretic2-1.06c.ebuild: + The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now + has ACCEPT_LICENSE), so drop it here too. 17 Nov 2011; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Change developer's email diff --git a/games-action/heretic2/heretic2-1.06c.ebuild b/games-action/heretic2/heretic2-1.06c.ebuild index 059ff0402a35..f8b22d847020 100644 --- a/games-action/heretic2/heretic2-1.06c.ebuild +++ b/games-action/heretic2/heretic2-1.06c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.8 2011/05/18 03:22:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.9 2011/12/14 17:13:02 vapier Exp $ inherit eutils multilib games @@ -29,8 +29,6 @@ RDEPEND="virtual/opengl S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" - src_unpack() { cdrom_get_cds bin/x86/glibc-2.1/${PN} mkdir ${A} |