diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:32:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:32:57 +0000 |
commit | 6aed1d5c3994914f14883580efbe6885b277d483 (patch) | |
tree | ba656c530e24d76859d12f1b6669b3bf01a6843f /games-arcade/thinktanks-demo | |
parent | Stable for AMD64, wrt bug #391499 (diff) | |
download | gentoo-2-6aed1d5c3994914f14883580efbe6885b277d483.tar.gz gentoo-2-6aed1d5c3994914f14883580efbe6885b277d483.tar.bz2 gentoo-2-6aed1d5c3994914f14883580efbe6885b277d483.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-arcade/thinktanks-demo')
-rw-r--r-- | games-arcade/thinktanks-demo/ChangeLog | 9 | ||||
-rw-r--r-- | games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-arcade/thinktanks-demo/ChangeLog b/games-arcade/thinktanks-demo/ChangeLog index 162ff98e435c..d234e4a9ef2d 100644 --- a/games-arcade/thinktanks-demo/ChangeLog +++ b/games-arcade/thinktanks-demo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/thinktanks-demo -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.7 2008/06/25 16:33:42 ken69267 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.8 2011/12/14 17:32:57 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> + thinktanks-demo-1.1-r1.ebuild: + The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now + has ACCEPT_LICENSE), so drop it here too. 25 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> thinktanks-demo-1.1-r1.ebuild: diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild index 0d958402fcc8..c33df1f9ec3b 100644 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild +++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-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-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild,v 1.4 2009/04/14 07:26:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild,v 1.5 2011/12/14 17:32:57 vapier Exp $ inherit eutils games @@ -11,15 +11,13 @@ SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin" LICENSE="THINKTANKS" SLOT="0" KEYWORDS="-* amd64 x86" -RESTRICT="strip" -PROPERTIES="interactive" IUSE="" +RESTRICT="strip" DEPEND="" RDEPEND="media-libs/libsdl media-libs/libvorbis" -GAMES_CHECK_LICENSE="yes" S=${WORKDIR} src_unpack() { |