diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-09-10 19:52:37 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-09-10 19:52:37 +0000 |
commit | 331881bac348903a8eb7e0a41fa07fcd85752f68 (patch) | |
tree | a964f0966be44be3296120e0604794f2ba637cd1 /games-board | |
parent | changed dependencies to ant-core (Manifest recommit) (diff) | |
download | gentoo-2-331881bac348903a8eb7e0a41fa07fcd85752f68.tar.gz gentoo-2-331881bac348903a8eb7e0a41fa07fcd85752f68.tar.bz2 gentoo-2-331881bac348903a8eb7e0a41fa07fcd85752f68.zip |
Initial import
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/camato/ChangeLog | 10 | ||||
-rw-r--r-- | games-board/camato/Manifest | 3 | ||||
-rw-r--r-- | games-board/camato/camato-0.6.2.ebuild | 30 | ||||
-rw-r--r-- | games-board/camato/files/digest-camato-0.6.2 | 1 | ||||
-rw-r--r-- | games-board/camato/metadata.xml | 9 |
5 files changed, 53 insertions, 0 deletions
diff --git a/games-board/camato/ChangeLog b/games-board/camato/ChangeLog new file mode 100644 index 000000000000..4d2b67dfa941 --- /dev/null +++ b/games-board/camato/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2004/09/10 19:52:37 rizzo Exp $ + +*camato-0.6.2 (10 Sep 2004) + + 10 Sep 2004; Don Seiler <rizzo@gentoo.org> +metadata.xml, + +camato-0.6.2.ebuild: + Initial import + diff --git a/games-board/camato/Manifest b/games-board/camato/Manifest new file mode 100644 index 000000000000..f6468844e744 --- /dev/null +++ b/games-board/camato/Manifest @@ -0,0 +1,3 @@ +MD5 fc31f729db84c3b6e1f03fb8611369a5 camato-0.6.2.ebuild 591 +MD5 182c31eeb5c074719e6375327e0bec06 metadata.xml 347 +MD5 06d68f8f7c55c5e6d8d246f8f7967d1b files/digest-camato-0.6.2 63 diff --git a/games-board/camato/camato-0.6.2.ebuild b/games-board/camato/camato-0.6.2.ebuild new file mode 100644 index 000000000000..a09c82dbecf2 --- /dev/null +++ b/games-board/camato/camato-0.6.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/camato/camato-0.6.2.ebuild,v 1.1 2004/09/10 19:52:37 rizzo Exp $ + +MY_PV=${PV//./_} + +DESCRIPTION="Camato is 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="as-is" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-ruby/ruby-gtk2" +#RDEPEND="" + +S=${WORKDIR}/${PN} + +src_install() { + # TODO - I need to handle the fr.rb translation eventually + + exeinto /usr/bin + doexe camato.rb + + # maybe just do newexe and not have the .rb file? + dosym /usr/bin/camato.rb /usr/bin/camato + + dodoc README ChangeLog +} diff --git a/games-board/camato/files/digest-camato-0.6.2 b/games-board/camato/files/digest-camato-0.6.2 new file mode 100644 index 000000000000..61c78559e0ef --- /dev/null +++ b/games-board/camato/files/digest-camato-0.6.2 @@ -0,0 +1 @@ +MD5 156f37b065b5024c7ac220727775c230 camato-0_6_2.tar.gz 16816 diff --git a/games-board/camato/metadata.xml b/games-board/camato/metadata.xml new file mode 100644 index 000000000000..0cbebe549ff2 --- /dev/null +++ b/games-board/camato/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> + <email>rizzo@gentoo.org</email> +</maintainer> +<longdescription>Camato is a map editor for the game gnocatan. It is made with Ruby and the library Ruby-GTK.</longdescription> +</pkgmetadata> |