diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:13:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:13:11 +0000 |
commit | 28a411b0c3c4b84cfedb4fae100ba183dfa7365b (patch) | |
tree | b71e8a70736021e82077beea795dbfc4ad19d3a4 /games-action/mutantstorm-demo | |
parent | The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now h... (diff) | |
download | gentoo-2-28a411b0c3c4b84cfedb4fae100ba183dfa7365b.tar.gz gentoo-2-28a411b0c3c4b84cfedb4fae100ba183dfa7365b.tar.bz2 gentoo-2-28a411b0c3c4b84cfedb4fae100ba183dfa7365b.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/mutantstorm-demo')
-rw-r--r-- | games-action/mutantstorm-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/mutantstorm-demo/ChangeLog b/games-action/mutantstorm-demo/ChangeLog index 80f9b1ae101c..0f6cf036015d 100644 --- a/games-action/mutantstorm-demo/ChangeLog +++ b/games-action/mutantstorm-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/mutantstorm-demo -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.11 2006/12/01 20:19:01 wolf31o2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.12 2011/12/14 17:13:11 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> mutantstorm-demo-1.33.ebuild: + The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now + has ACCEPT_LICENSE), so drop it here too. 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> mutantstorm-demo-1.33.ebuild: diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild index 823d1afda67e..d13fccdfc76b 100644 --- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild +++ b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.11 2009/04/14 07:24:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.12 2011/12/14 17:13:11 vapier Exp $ inherit eutils games @@ -13,7 +13,6 @@ SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" RESTRICT="strip" -PROPERTIES="interactive" RDEPEND="virtual/opengl amd64? ( @@ -27,7 +26,6 @@ RDEPEND="virtual/opengl S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} |