diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-18 06:47:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-18 06:47:06 +0000 |
commit | a170c1d033a9a8e7662f10dfa553879505399ceb (patch) | |
tree | 680e79b533756326e8e9f332dbb881ca26a8eb4a /games-arcade/funnyboat | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-a170c1d033a9a8e7662f10dfa553879505399ceb.tar.gz gentoo-2-a170c1d033a9a8e7662f10dfa553879505399ceb.tar.bz2 gentoo-2-a170c1d033a9a8e7662f10dfa553879505399ceb.zip |
media is under MIT license; stable for x86
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/funnyboat')
-rw-r--r-- | games-arcade/funnyboat/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-arcade/funnyboat/ChangeLog b/games-arcade/funnyboat/ChangeLog index cdc9389e7fc0..94aa4320cf3e 100644 --- a/games-arcade/funnyboat/ChangeLog +++ b/games-arcade/funnyboat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/funnyboat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.6 2007/02/08 10:17:39 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.7 2007/03/18 06:47:06 mr_bones_ Exp $ + + 18 Mar 2007; Michael Sterrett <mr_bones_@gentoo.org> funnyboat-1.4.ebuild: + media is under MIT license; stable for x86 *funnyboat-1.4 (08 Feb 2007) diff --git a/games-arcade/funnyboat/funnyboat-1.4.ebuild b/games-arcade/funnyboat/funnyboat-1.4.ebuild index 8ef939ebfacf..76efa729572d 100644 --- a/games-arcade/funnyboat/funnyboat-1.4.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.4.ebuild,v 1.1 2007/02/08 10:17:39 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.4.ebuild,v 1.2 2007/03/18 06:47:06 mr_bones_ Exp $ inherit eutils games @@ -8,9 +8,9 @@ DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea" HOMEPAGE="http://funnyboat.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2 CCPL-Attribution-2.5 CCPL-Attribution-NonCommercial-NoDerivs-2.0" +LICENSE="GPL-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND=">=dev-python/pygame-1.6.2" |