diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:12:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:12:16 +0000 |
commit | be9a5edcdd18b0bedd5fe5e22c876e42dc88133f (patch) | |
tree | 9f64d77a801de4380c5c69c6a0a126689f6a2fd1 /games-action | |
parent | Stable for AMD64, wrt bug #389681 (diff) | |
download | gentoo-2-be9a5edcdd18b0bedd5fe5e22c876e42dc88133f.tar.gz gentoo-2-be9a5edcdd18b0bedd5fe5e22c876e42dc88133f.tar.bz2 gentoo-2-be9a5edcdd18b0bedd5fe5e22c876e42dc88133f.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/descent3/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b-r1.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index a89a81c36f0c..0e338af2ca02 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.27 2008/06/05 19:05:50 wolf31o2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.28 2011/12/14 17:12:16 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> descent3-1.4.0b-r1.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/descent3/descent3-1.4.0b-r1.ebuild b/games-action/descent3/descent3-1.4.0b-r1.ebuild index dc38ba230470..428f5aba91ca 100644 --- a/games-action/descent3/descent3-1.4.0b-r1.ebuild +++ b/games-action/descent3/descent3-1.4.0b-r1.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/descent3/descent3-1.4.0b-r1.ebuild,v 1.15 2009/04/14 07:23:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.16 2011/12/14 17:12:16 vapier Exp $ inherit eutils multilib games @@ -30,7 +30,6 @@ RDEPEND="sys-libs/glibc app-emulation/emul-linux-x86-sdl >=sys-libs/lib-compat-loki-0.2 )" -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} |