diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-10-12 16:46:29 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-10-12 16:46:29 +0000 |
commit | 156cf5d83248235a45ba7ce42543a0e6cc8102cd (patch) | |
tree | f7f03080de399889d8de2c7ca24647b4afbccfed /games-board | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-156cf5d83248235a45ba7ce42543a0e6cc8102cd.tar.gz gentoo-2-156cf5d83248235a45ba7ce42543a0e6cc8102cd.tar.bz2 gentoo-2-156cf5d83248235a45ba7ce42543a0e6cc8102cd.zip |
Version bump
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/camato/ChangeLog | 9 | ||||
-rw-r--r-- | games-board/camato/camato-0.7.4.ebuild | 33 | ||||
-rw-r--r-- | games-board/camato/files/digest-camato-0.7.4 | 3 |
3 files changed, 43 insertions, 2 deletions
diff --git a/games-board/camato/ChangeLog b/games-board/camato/ChangeLog index 1a0db0642839..d43359d7d1bd 100644 --- a/games-board/camato/ChangeLog +++ b/games-board/camato/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/camato -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/camato/ChangeLog,v 1.2 2004/10/15 16:05:44 dholm Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/camato/ChangeLog,v 1.3 2006/10/12 16:46:29 nyhm Exp $ + +*camato-0.7.4 (12 Oct 2006) + + 12 Oct 2006; Tristan Heaven <nyhm@gentoo.org> +camato-0.7.4.ebuild: + Version bump 15 Oct 2004; David Holm <dholm@gentoo.org> camato-0.6.2.ebuild: Added to ~ppc. diff --git a/games-board/camato/camato-0.7.4.ebuild b/games-board/camato/camato-0.7.4.ebuild new file mode 100644 index 000000000000..9583dac1258b --- /dev/null +++ b/games-board/camato/camato-0.7.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/camato/camato-0.7.4.ebuild,v 1.1 2006/10/12 16:46:29 nyhm Exp $ + +inherit versionator games + +MY_PV=$(replace_all_version_separators _) +DESCRIPTION="A map editor for the game gnocatan" +HOMEPAGE="http://yusei.ragondux.com/loisirs_jdp_catane_camato-en.html" +SRC_URI="http://yusei.ragondux.com/files/gnocatan/${PN}-${MY_PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND="dev-ruby/ruby-gtk2" + +src_unpack() { + unpack ${A} + cd "${S}" + rm -f Makefile + sed -i "s:/usr/share:${GAMES_DATADIR}:" \ + ${PN} || die "sed failed" +} + +src_install() { + dogamesbin ${PN} || die "dogamesbin failed" + insinto "${GAMES_DATADIR}"/${PN} + doins -r *.rb img || die "doins failed" + dodoc ChangeLog README + prepgamesdirs +} diff --git a/games-board/camato/files/digest-camato-0.7.4 b/games-board/camato/files/digest-camato-0.7.4 new file mode 100644 index 000000000000..27df257e148f --- /dev/null +++ b/games-board/camato/files/digest-camato-0.7.4 @@ -0,0 +1,3 @@ +MD5 22ad3645d22460c4ae9c1a80df0f2cc4 camato-0_7_4.tar.gz 39395 +RMD160 2a8cb52b26e36b65197bce789fca1d2df5bd4e6b camato-0_7_4.tar.gz 39395 +SHA256 04cd75f5a395ad7cc4e5c890291382f3f8280f9ad7cb3920e705e837c6f4477e camato-0_7_4.tar.gz 39395 |