diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-07-06 08:03:43 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-07-06 08:03:43 +0000 |
commit | 334729799cedbe05a2fafbad060ec2ec3c09a32e (patch) | |
tree | 007888596b36ee50a7b9e3a548b5f0bd9c2a7ce6 /gnustep-apps/gshisen | |
parent | old (diff) | |
download | gentoo-2-334729799cedbe05a2fafbad060ec2ec3c09a32e.tar.gz gentoo-2-334729799cedbe05a2fafbad060ec2ec3c09a32e.tar.bz2 gentoo-2-334729799cedbe05a2fafbad060ec2ec3c09a32e.zip |
Initial commit
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps/gshisen')
-rw-r--r-- | gnustep-apps/gshisen/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/gshisen/gshisen-1.3.0.ebuild | 17 | ||||
-rw-r--r-- | gnustep-apps/gshisen/metadata.xml | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/gnustep-apps/gshisen/ChangeLog b/gnustep-apps/gshisen/ChangeLog new file mode 100644 index 000000000000..326972d8b615 --- /dev/null +++ b/gnustep-apps/gshisen/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for gnustep-apps/gshisen +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gshisen/ChangeLog,v 1.1 2009/07/06 08:03:43 voyageur Exp $ + +*gshisen-1.3.0 (06 Jul 2009) + + 06 Jul 2009; Bernard Cafarelli <voyageur@gentoo.org> + +gshisen-1.3.0.ebuild, +metadata.xml: + Initial commit + diff --git a/gnustep-apps/gshisen/gshisen-1.3.0.ebuild b/gnustep-apps/gshisen/gshisen-1.3.0.ebuild new file mode 100644 index 000000000000..9f4d5fe9be96 --- /dev/null +++ b/gnustep-apps/gshisen/gshisen-1.3.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gshisen/gshisen-1.3.0.ebuild,v 1.1 2009/07/06 08:03:43 voyageur Exp $ + +inherit eutils gnustep-2 + +MY_PN=GShisen +DESCRIPTION="The first GNUstep game, similar to Mahjongg" +HOMEPAGE="http://gap.nongnu.org/gshisen/index.html" +SRC_URI="http://savannah.nongnu.org/download/gap/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +S=${WORKDIR}/${MY_PN}-${PV} diff --git a/gnustep-apps/gshisen/metadata.xml b/gnustep-apps/gshisen/metadata.xml new file mode 100644 index 000000000000..abc5bcd5eb71 --- /dev/null +++ b/gnustep-apps/gshisen/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnustep</herd> + <longdescription>GShisen is the first GNUstep game! +The object of the game is to remove all tiles from the field. Only two matching tiles can be removed at a time. Two tiles can only be removed if they can be connected with at most three connected lines. Lines can be horizontal or vertical but not diagonal. +Remember that lines may cross the empty border. If you are stuck, you can use the Hint feature to find two tiles which may be removed.</longdescription> +</pkgmetadata> |