diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-08 10:17:39 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-08 10:17:39 +0000 |
commit | d7f6b22543202223fc3386a1ec48fab88a6ee7b1 (patch) | |
tree | b2304e277bded048edc6e2154bb52c5f13f5f45b /games-arcade/funnyboat | |
parent | Version bump (diff) | |
download | gentoo-2-d7f6b22543202223fc3386a1ec48fab88a6ee7b1.tar.gz gentoo-2-d7f6b22543202223fc3386a1ec48fab88a6ee7b1.tar.bz2 gentoo-2-d7f6b22543202223fc3386a1ec48fab88a6ee7b1.zip |
Version bump
(Portage version: 2.1.2-r8)
Diffstat (limited to 'games-arcade/funnyboat')
-rw-r--r-- | games-arcade/funnyboat/ChangeLog | 9 | ||||
-rw-r--r-- | games-arcade/funnyboat/files/digest-funnyboat-1.4 | 3 | ||||
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.3.ebuild | 4 | ||||
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.4.ebuild | 28 |
4 files changed, 40 insertions, 4 deletions
diff --git a/games-arcade/funnyboat/ChangeLog b/games-arcade/funnyboat/ChangeLog index 68623b688ea5..cdc9389e7fc0 100644 --- a/games-arcade/funnyboat/ChangeLog +++ b/games-arcade/funnyboat/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2006/07/10 00:58:36 mr_bones_ Exp $ +# 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 $ + +*funnyboat-1.4 (08 Feb 2007) + + 08 Feb 2007; Tristan Heaven <nyhm@gentoo.org> +funnyboat-1.4.ebuild: + Version bump 10 Jul 2006; Michael Sterrett <mr_bones_@gentoo.org> funnyboat-1.3.ebuild: fix dep for bug #139701 diff --git a/games-arcade/funnyboat/files/digest-funnyboat-1.4 b/games-arcade/funnyboat/files/digest-funnyboat-1.4 new file mode 100644 index 000000000000..d3573f81d62a --- /dev/null +++ b/games-arcade/funnyboat/files/digest-funnyboat-1.4 @@ -0,0 +1,3 @@ +MD5 b24f1debe0d1ad5e8865661943f98b05 funnyboat-1.4.tar.gz 3823121 +RMD160 caab90e7a4292df45fc249609109175334cccaa7 funnyboat-1.4.tar.gz 3823121 +SHA256 df7873e57419f3ab64ab8073c884de3b38ebcb191bb25ce5254579f96ba7b032 funnyboat-1.4.tar.gz 3823121 diff --git a/games-arcade/funnyboat/funnyboat-1.3.ebuild b/games-arcade/funnyboat/funnyboat-1.3.ebuild index 8f1251b59bbc..c1b26d85fb8d 100644 --- a/games-arcade/funnyboat/funnyboat-1.3.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.3.ebuild,v 1.2 2006/07/10 00:58:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.3.ebuild,v 1.3 2007/02/08 10:17:39 nyhm Exp $ inherit eutils games diff --git a/games-arcade/funnyboat/funnyboat-1.4.ebuild b/games-arcade/funnyboat/funnyboat-1.4.ebuild new file mode 100644 index 000000000000..8ef939ebfacf --- /dev/null +++ b/games-arcade/funnyboat/funnyboat-1.4.ebuild @@ -0,0 +1,28 @@ +# 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 $ + +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}.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-1.6.2" + +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 +} |