summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <mva@mva.name>2012-05-25 22:57:51 +0700
committerVadim A. Misbakh-Soloviov <mva@mva.name>2012-05-25 22:57:51 +0700
commit5c4fd9f5c8255a85c850200c160a10c7ec21e983 (patch)
tree337b53e35d7e43c07a3f72db9197ff3a1edc9ca6 /games-arcade/shoothookers
parentsome pretty lua games (diff)
downloadlua-5c4fd9f5c8255a85c850200c160a10c7ec21e983.tar.gz
lua-5c4fd9f5c8255a85c850200c160a10c7ec21e983.tar.bz2
lua-5c4fd9f5c8255a85c850200c160a10c7ec21e983.zip
move games-arcade to games-indie + added piratebay game
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
Diffstat (limited to 'games-arcade/shoothookers')
-rw-r--r--games-arcade/shoothookers/ChangeLog6
-rw-r--r--games-arcade/shoothookers/Manifest1
-rw-r--r--games-arcade/shoothookers/metadata.xml14
-rw-r--r--games-arcade/shoothookers/shoothookers-0.ebuild27
4 files changed, 0 insertions, 48 deletions
diff --git a/games-arcade/shoothookers/ChangeLog b/games-arcade/shoothookers/ChangeLog
deleted file mode 100644
index 6318f81..0000000
--- a/games-arcade/shoothookers/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-*snayke-2.4 (22 Apr 2012)
-
- 22 Apr 2012; Misbakh-Soloviov Vadim A. <mva@gentoo.org> +metadata.xml,
- +snayke-2.4.ebuild:
- bump!
-
diff --git a/games-arcade/shoothookers/Manifest b/games-arcade/shoothookers/Manifest
deleted file mode 100644
index facd319..0000000
--- a/games-arcade/shoothookers/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shoothookers-0.zip 532158 SHA256 42c59f6aab35c5bdb14b5f4c81415c681dabd0eb5c5ba8a3f20164d5f8d258ab SHA512 3ffe2b2862ffacfccd96b03511fc26801a42a0bd7c01bb8f244a342434a24ade4eb42833289c41600ba46eff406c2cf64d4bec0235c3d7e7767d0809e0278a58 WHIRLPOOL 6830544840355cb031dd5a48e4d29f25880f7eadefadb5156c78260cdf841b166a2fc72a72670f4e4e291395e9ed1d3e1cf0b6dd8aa2079a524d01cd5ae31341
diff --git a/games-arcade/shoothookers/metadata.xml b/games-arcade/shoothookers/metadata.xml
deleted file mode 100644
index 23da526..0000000
--- a/games-arcade/shoothookers/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
- <email>mva@mva.name</email>
- <description>
- If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
- </description>
- <name>Vadim A. Misbakh-Soloviov</name>
-</maintainer>
-<longdescription>FIXME</longdescription>
-<use>
-</use>
-</pkgmetadata>
diff --git a/games-arcade/shoothookers/shoothookers-0.ebuild b/games-arcade/shoothookers/shoothookers-0.ebuild
deleted file mode 100644
index 6c847bd..0000000
--- a/games-arcade/shoothookers/shoothookers-0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: This ebuild is from Lua overlay; Bumped by mva; $
-
-EAPI="3"
-
-inherit eutils games
-
-DESCRIPTION="A game prototype by Maurice (mari0 author)"
-HOMEPAGE="http://stabyourself.net/other/"
-SRC_URI="http://stabyourself.net/dl.php?file=${PN}/${PN}.love -> ${P}.zip"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT=""
-
-DEPEND=">=games-engines/love-0.8.0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto "/usr/share/games/love/${P}"
- doins -r .
- games_make_wrapper "${PN}" "love /usr/share/games/love/${P}"
-}