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/mutantstorm-demo | |
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/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} |