diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-07 08:30:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-07 08:30:37 +0000 |
commit | 2ec52f1c9a44f266c27141a5e309a294eced9307 (patch) | |
tree | 111b9dc97f3805341abf29ff0d7cadcae54700d8 /games-arcade | |
parent | version bump (diff) | |
download | gentoo-2-2ec52f1c9a44f266c27141a5e309a294eced9307.tar.gz gentoo-2-2ec52f1c9a44f266c27141a5e309a294eced9307.tar.bz2 gentoo-2-2ec52f1c9a44f266c27141a5e309a294eced9307.zip |
version bump
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/funnyboat/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/funnyboat/files/digest-funnyboat-1.3 | 3 | ||||
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.3.ebuild | 28 |
3 files changed, 38 insertions, 1 deletions
diff --git a/games-arcade/funnyboat/ChangeLog b/games-arcade/funnyboat/ChangeLog index 4fc0810a5460..d93d120fd1d3 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.3 2006/06/28 01:52:34 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.4 2006/07/07 08:30:37 mr_bones_ Exp $ + +*funnyboat-1.3 (07 Jul 2006) + + 07 Jul 2006; Michael Sterrett <mr_bones_@gentoo.org> + +funnyboat-1.3.ebuild: + version bump 28 Jun 2006; Luis Medinas <metalgod@gentoo.org> funnyboat-1.2.ebuild: Added ~amd64 keyword. Closes bug #132496. diff --git a/games-arcade/funnyboat/files/digest-funnyboat-1.3 b/games-arcade/funnyboat/files/digest-funnyboat-1.3 new file mode 100644 index 000000000000..a5d1a8093851 --- /dev/null +++ b/games-arcade/funnyboat/files/digest-funnyboat-1.3 @@ -0,0 +1,3 @@ +MD5 f3243cbdaafbb91434ee407844f776bb funnyboat-1.3.tar.gz 3831643 +RMD160 c701b6f7b56838576fb4541338fae02c3ba348c0 funnyboat-1.3.tar.gz 3831643 +SHA256 44957e4ffb4a11f0fea4ac992fb0df00e6b6f7dc90df97285911046ab3a3c6f5 funnyboat-1.3.tar.gz 3831643 diff --git a/games-arcade/funnyboat/funnyboat-1.3.ebuild b/games-arcade/funnyboat/funnyboat-1.3.ebuild new file mode 100644 index 000000000000..d93093e5455e --- /dev/null +++ b/games-arcade/funnyboat/funnyboat-1.3.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.3.ebuild,v 1.1 2006/07/07 08:30:37 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="~amd64 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 +} |