summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2017-02-25 12:41:14 -0500
committerPhilip Miess <Philip_Miess@yahoo.com>2017-02-25 12:41:14 -0500
commit15fa03107f7902d523c26b53e2f15c141b9a1970 (patch)
treeb64280f59181c9de91ac2c9722e5e8e2f5699e2e /games-arcade
parentadd tokitori (diff)
downloadsuperposition-15fa03107f7902d523c26b53e2f15c141b9a1970.tar.gz
superposition-15fa03107f7902d523c26b53e2f15c141b9a1970.tar.bz2
superposition-15fa03107f7902d523c26b53e2f15c141b9a1970.zip
Make it a valid ebuild
add Manifest & metadata.xml plus put the correct header on the file
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/tokitori/Manifest2
-rw-r--r--games-arcade/tokitori/metadata.xml11
-rw-r--r--games-arcade/tokitori/tokitori-20130705.ebuild6
3 files changed, 18 insertions, 1 deletions
diff --git a/games-arcade/tokitori/Manifest b/games-arcade/tokitori/Manifest
new file mode 100644
index 0000000..11ab8ce
--- /dev/null
+++ b/games-arcade/tokitori/Manifest
@@ -0,0 +1,2 @@
+DIST TokiTori-Linux-2013-07-05.sh 82385263 SHA256 bf188ae6db3d120ddc14433b14b6ae27b7c29bbee9d8828d7dc1704942ca58c0 SHA512 30634d628becf70c284b5c890291a259ab106d748949e3fdbf75b48311e4c9cbd148f87afe8ab573c010d088a5a4310eb233df36887c660fdcf5815ba26f8fd5 WHIRLPOOL 4e798a42b4a76d7ce665b1ec269b502671907e5570b0f60c54bf9b0e51c889f7cd0ace7dabec1a1f9ea2336f89f70f07da4b6c8940becdd0ebbf6a5b9d9f337d
+EBUILD tokitori-20130705.ebuild 1313 SHA256 6886da170d9ee83c2d0db1aca0ac74ddb5d329f8ca37893790c6439511b23ad6 SHA512 116f0c5870a77c712500e3155f84d8eab374e13c246a260d35baffbfe9fcde7ca2ae10b9fba6741296f2ced2440af104101a7af8a37351a7dbbbd2ef8f6bb1cd WHIRLPOOL 708c2edeac78f730e4bc0d34bebf9d489c0d2e6e95429cb2ad1610d3630f640012051db5af0a5f9630f5b558bfb1a138aba05f185db3d4ba2fb2e915083aa228
diff --git a/games-arcade/tokitori/metadata.xml b/games-arcade/tokitori/metadata.xml
new file mode 100644
index 0000000..bd9bc2a
--- /dev/null
+++ b/games-arcade/tokitori/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="person">
+ <email>phil_miess@yahoo.com</email>
+ <name>Philip Miess</name>
+</maintainer>
+<longdescription lang="en">
+The gameplay in Toki Tori is a blend of two genres. While it looks like a platform game, it's a puzzle game by heart. Players will have to look and plan ahead carefully while using a variety of items, such as the Telewarp, Freeze-o-Matic and InstantRock™ to name but a few.
+</longdescription>
+</pkgmetadata>
diff --git a/games-arcade/tokitori/tokitori-20130705.ebuild b/games-arcade/tokitori/tokitori-20130705.ebuild
index 554c42f..4c5a5d1 100644
--- a/games-arcade/tokitori/tokitori-20130705.ebuild
+++ b/games-arcade/tokitori/tokitori-20130705.ebuild
@@ -1,9 +1,13 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
EAPI="5"
inherit base games unpacker-nixstaller
MY_PN="${PN^^t}"
-MY_P="${MY_PN}_${PV:0:4}-${PV:4:2}-${PV:6:2}.sh"
+MY_P="${MY_PN}-Linux-${PV:0:4}-${PV:4:2}-${PV:6:2}"
DESCRIPTION="Help a baby chicken save all the eggs."
HOMEPAGE="http://www.tokitori.com/"