ChangeLog

# ChangeLog for games-arcade/funnyboat
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.12 2008/03/29 21:37:05 coldwind Exp $

29 Mar 2008; Santiago M. Mola funnyboat-1.5.ebuild:
amd64 stable

22 Jul 2007; Michael Sterrett funnyboat-1.5.ebuild:
stable for x86

24 Apr 2007; Timothy Redaelli funnyboat-1.5.ebuild:
Add ~x86-fbsd keyword.
Thanks to Nathan Smith for reporting wrt bug #175779

08 Apr 2007; Joseph Jezak funnyboat-1.5.ebuild:
Marked ~ppc for bug #173426.

*funnyboat-1.5 (28 Mar 2007)

28 Mar 2007; Tristan Heaven +funnyboat-1.5.ebuild:
Version bump

18 Mar 2007; Michael Sterrett funnyboat-1.4.ebuild:
media is under MIT license; stable for x86

*funnyboat-1.4 (08 Feb 2007)

08 Feb 2007; Tristan Heaven +funnyboat-1.4.ebuild:
Version bump

10 Jul 2006; Michael Sterrett funnyboat-1.3.ebuild:
fix dep for bug #139701

*funnyboat-1.3 (07 Jul 2006)

07 Jul 2006; Michael Sterrett
+funnyboat-1.3.ebuild:
version bump

28 Jun 2006; Luis Medinas funnyboat-1.2.ebuild:
Added ~amd64 keyword. Closes bug #132496.

*funnyboat-1.2 (06 Jun 2006)

06 Jun 2006; Michael Sterrett
+funnyboat-1.2.ebuild:
version bump

*funnyboat-1.1 (24 Apr 2006)

24 Apr 2006; Michael Sterrett +metadata.xml,
+funnyboat-1.1.ebuild:
initial commit - ebuild submitted by Cristiano Chiucchiolo and Alexandru Toma
via bug #130333

Manifest

DIST funnyboat-1.5-src.zip 3839990 RMD160 41230b9ecd251418856b3cc233f416eb67a54553 SHA1 f4a29004cba58237919c8f0f52bf6c39a5521d0d SHA256 de001d17f0e380df89bf5000392db75b385851a3cd200b3b87a8a9b66502f016
EBUILD funnyboat-1.5.ebuild 853 RMD160 7e44c61fef4b545fbdefafacfa153229d9cd3ad6 SHA1 bf9980a513d1661f8890392da59ff7f66f7374e7 SHA256 d6337b7f766ca84bd0411f8eb0fc8f3b71ada69a21fa0900903691aa315cc478
MISC ChangeLog 1718 RMD160 eab76e426ceb1538e3509d849fff952a6ff21a03 SHA1 a9bd4d869d27efb72773124c9a07cb11ed0d6c2e SHA256 8e33ebf84395ceb71598eec0bae986dc3146f56f2a2023c5caecffeeca15ea35
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

funnyboat-1.5.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.5.ebuild,v 1.5 2008/03/29 21:37:05 coldwind Exp $

inherit eutils games

DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
HOMEPAGE="http://funnyboat.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"

LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=dev-python/pygame-1.6.2"
DEPEND="app-arch/unzip"

S=${WORKDIR}/${PN}

src_install() {
insinto "${GAMES_DATADIR}"/${PN}
doins -r data *.py || die "doins failed"
dodoc *.txt
games_make_wrapper ${PN} "python main.py" "${GAMES_DATADIR}"/${PN}
newicon data/kuvake.png ${PN}.png
make_desktop_entry ${PN} "Trip on the Funny Boat"
prepgamesdirs
}

metadata.xml




games