diff options
author | 2006-06-06 05:41:57 +0000 | |
---|---|---|
committer | 2006-06-06 05:41:57 +0000 | |
commit | 06030fe40119dcdcd362957ed68d473b280fb93e (patch) | |
tree | eed1b328f6939a1687ea0a9fa1602fc6b33c13d7 /games-arcade/funnyboat | |
parent | 2.1_rc4-r3 revbump (diff) | |
download | gentoo-2-06030fe40119dcdcd362957ed68d473b280fb93e.tar.gz gentoo-2-06030fe40119dcdcd362957ed68d473b280fb93e.tar.bz2 gentoo-2-06030fe40119dcdcd362957ed68d473b280fb93e.zip |
version bump
(Portage version: 2.1_rc4)
Diffstat (limited to 'games-arcade/funnyboat')
-rw-r--r-- | games-arcade/funnyboat/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/funnyboat/files/digest-funnyboat-1.2 | 3 | ||||
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.2.ebuild | 28 |
3 files changed, 38 insertions, 1 deletions
diff --git a/games-arcade/funnyboat/ChangeLog b/games-arcade/funnyboat/ChangeLog index c5880f29a5b8..57749728160d 100644 --- a/games-arcade/funnyboat/ChangeLog +++ b/games-arcade/funnyboat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-arcade/funnyboat # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.1 2006/04/24 22:44:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.2 2006/06/06 05:41:57 mr_bones_ Exp $ + +*funnyboat-1.2 (06 Jun 2006) + + 06 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> + +funnyboat-1.2.ebuild: + version bump *funnyboat-1.1 (24 Apr 2006) diff --git a/games-arcade/funnyboat/files/digest-funnyboat-1.2 b/games-arcade/funnyboat/files/digest-funnyboat-1.2 new file mode 100644 index 000000000000..a81aa20b1aa1 --- /dev/null +++ b/games-arcade/funnyboat/files/digest-funnyboat-1.2 @@ -0,0 +1,3 @@ +MD5 ce5d385297c3e78f6322a37fc3a2f854 funnyboat-1.2.tar.gz 3828263 +RMD160 46a86efe6cadbfcc1d1cff47f1f6b08ba9e32f62 funnyboat-1.2.tar.gz 3828263 +SHA256 428639069906b882cc980b4e7ad14806ab556d47d49895c8b3938c7efd91babc funnyboat-1.2.tar.gz 3828263 diff --git a/games-arcade/funnyboat/funnyboat-1.2.ebuild b/games-arcade/funnyboat/funnyboat-1.2.ebuild new file mode 100644 index 000000000000..d5ebd5847db5 --- /dev/null +++ b/games-arcade/funnyboat/funnyboat-1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.2.ebuild,v 1.1 2006/06/06 05:41:57 mr_bones_ 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/funnyboat/${P}.tar.gz" + +LICENSE="GPL-2 CCPL-Attribution-2.5 CCPL-Attribution-NonCommercial-NoDerivs-2.0" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +RDEPEND="dev-python/pygame" + +S=${WORKDIR}/${PN} + +src_install() { + insinto "${GAMES_DATADIR}/${PN}" + doins -r data *.py || die "doins failed" + dodoc *.txt + newicon data/kuvake.png "${PN}.png" + games_make_wrapper ${PN} "python main.py" "${GAMES_DATADIR}"/${PN} + make_desktop_entry "${PN}" "Trip on the Funny Boat" + prepgamesdirs +} |