diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:13:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:13:20 +0000 |
commit | b6040641782c610577f559cd740af06132720500 (patch) | |
tree | 0b5237329b63836aee1b1d5ba6513fdc81c33307 /games-action/heretic2 | |
parent | Stable for AMD64, wrt bug #389681 (diff) | |
download | historical-b6040641782c610577f559cd740af06132720500.tar.gz historical-b6040641782c610577f559cd740af06132720500.tar.bz2 historical-b6040641782c610577f559cd740af06132720500.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-action/heretic2')
-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} |