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/fakk2 | |
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/fakk2')
-rw-r--r-- | games-action/fakk2/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/fakk2/ChangeLog b/games-action/fakk2/ChangeLog index 05a127083fca..c04f8cb4b15b 100644 --- a/games-action/fakk2/ChangeLog +++ b/games-action/fakk2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/fakk2 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.17 2008/06/05 19:06:19 wolf31o2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.18 2011/12/14 17:12:57 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> fakk2-1.02.ebuild: + The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now + has ACCEPT_LICENSE), so drop it here too. 05 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml: Removing myself as maintainer. diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild index e9ec8f1bbe4e..fff7d3cf828e 100644 --- a/games-action/fakk2/fakk2-1.02.ebuild +++ b/games-action/fakk2/fakk2-1.02.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-action/fakk2/fakk2-1.02.ebuild,v 1.17 2009/04/14 07:23:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.18 2011/12/14 17:12:57 vapier Exp $ inherit eutils games @@ -19,7 +19,6 @@ RDEPEND="virtual/opengl" S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} |