diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /gnustep-apps/gshisen | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'gnustep-apps/gshisen')
-rw-r--r-- | gnustep-apps/gshisen/Manifest | 3 | ||||
-rw-r--r-- | gnustep-apps/gshisen/gshisen-1.3.0-r1.ebuild | 17 | ||||
-rw-r--r-- | gnustep-apps/gshisen/metadata.xml | 11 |
3 files changed, 31 insertions, 0 deletions
diff --git a/gnustep-apps/gshisen/Manifest b/gnustep-apps/gshisen/Manifest new file mode 100644 index 000000000000..fa2f2cb19133 --- /dev/null +++ b/gnustep-apps/gshisen/Manifest @@ -0,0 +1,3 @@ +DIST GShisen-1.3.0.tar.gz 66406 BLAKE2B 454360526433fc3922cd7f1370252991d1d92ef6966f0058a5046b72bd17d89f3455f5d1630b79d35cc42671ede12fafbdabc38d386870c423d41e364ef900a6 SHA512 eaaf4705837c59ec4bb67f183a595f100d95e892d47cb666510228d99e5ebc4551b494f7993d3d134bd9def947bb9255742cd1127abc1995e493ca50707cd4fd +EBUILD gshisen-1.3.0-r1.ebuild 415 BLAKE2B 23deeae86659888e5b2c14f7e3cabbeefdefe04ef5998427a6734724da7b8d33c6b91c3e19eac5b30462b514c430ba7278b71bdadf1b718ca53493a3292de27e SHA512 abc26df23aa07458ef4bb098549e212fe233e7dac2c17acd95cf4482e643180cba5f19c222946cc6f7c4329c1a355c55c0b09aef18944f583261a65513424c51 +MISC metadata.xml 720 BLAKE2B 78b28da76021e5820e128fd0d523ad33445d47009e0b6edff2d9f89c0398376eb7b182e3e0ba6af5e5113272eb4671c16ac17303d2febfd611246d4ba6763e5d SHA512 9334ac77d8f7bffb66fe3d6fb860f8d5936e15f68cb184b393f7374419e78b530305058058f2f696530bc20d473acc8eb11a281c28bd0cec6e0bf45c59c8d14b diff --git a/gnustep-apps/gshisen/gshisen-1.3.0-r1.ebuild b/gnustep-apps/gshisen/gshisen-1.3.0-r1.ebuild new file mode 100644 index 000000000000..c0fa51d3b218 --- /dev/null +++ b/gnustep-apps/gshisen/gshisen-1.3.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnustep-2 + +MY_PN=GShisen +DESCRIPTION="The first GNUstep game, similar to Mahjongg" +HOMEPAGE="http://gap.nongnu.org/gshisen/index.html" +SRC_URI="https://savannah.nongnu.org/download/gap/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 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..e345ab2a273f --- /dev/null +++ b/gnustep-apps/gshisen/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gnustep@gentoo.org</email> + <name>Gentoo GNUstep Project</name> + </maintainer> + <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> |