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 | 91e5ef9ae8a7e14e905919023fcbc5cbfbfae362 (patch) | |
tree | 913d4c2c668700e8a9549345b1a599f100b6831b /gnustep-apps/gshisen | |
parent | old (diff) | |
download | historical-91e5ef9ae8a7e14e905919023fcbc5cbfbfae362.tar.gz historical-91e5ef9ae8a7e14e905919023fcbc5cbfbfae362.tar.bz2 historical-91e5ef9ae8a7e14e905919023fcbc5cbfbfae362.zip |
Initial commit
Package-Manager: portage-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/Manifest | 4 | ||||
-rw-r--r-- | gnustep-apps/gshisen/gshisen-1.3.0.ebuild | 17 | ||||
-rw-r--r-- | gnustep-apps/gshisen/metadata.xml | 8 |
4 files changed, 39 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/Manifest b/gnustep-apps/gshisen/Manifest new file mode 100644 index 000000000000..9dc9334ee8d8 --- /dev/null +++ b/gnustep-apps/gshisen/Manifest @@ -0,0 +1,4 @@ +DIST GShisen-1.3.0.tar.gz 66406 RMD160 0ab8476fe0f03a0fd6b8c584119b38bdbd87bca4 SHA1 ad9b64ebb86fe0ce372518b2175ec2f18e71ebf5 SHA256 f904621f70cccc2efa70698c21a78049870fb4305775f9a04ecf7f7a7f4a5dfe +EBUILD gshisen-1.3.0.ebuild 539 RMD160 07caacfd81c40f3fbc0f09a39a3f9e3ec2e7b9ab SHA1 9013ca790b4262e6024a3622cbeed89329e01270 SHA256 392c1970b681082b57c72396663a6de6fadbdf22a2122ee734310918ec757bc8 +MISC ChangeLog 358 RMD160 c0b6ece675f53a5dacd7ad6875afa15283ec7d35 SHA1 a48abfc001f20bc22b3999f3a58638d2de09f31e SHA256 663c732d5dbc5696f954cfa07970ee4463fb8fce4c25619d3a20fb5d7bc1d956 +MISC metadata.xml 624 RMD160 87ad93fd90632307454885d919cbb36f17a17bce SHA1 aae418ac9261b06a9ca212ded2da5e288ba9b4b4 SHA256 32df49a9a9ffb3b8a6c87d988aff2468d4834b778a2d3a5741b86fc5c5fa079c 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> |