summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-06 22:18:19 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-07 00:22:35 +0300
commit4d7a4e98ab1239d109c696e04a1c65ca4c6f0fc4 (patch)
treebf1a72b312e89d633b564671de314da3fda27020
parentFix metadata.xml issues (diff)
downloadgamerlay-4d7a4e98.tar.gz
gamerlay-4d7a4e98.tar.bz2
gamerlay-4d7a4e98.zip
games-arcade/canabalt: remove ebuild
Source unavaible, deprecated dependencies Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
-rw-r--r--games-arcade/canabalt/Manifest1
-rw-r--r--games-arcade/canabalt/canabalt-2p.ebuild40
-rw-r--r--games-arcade/canabalt/files/canabalt.pngbin5039 -> 0 bytes
-rw-r--r--games-arcade/canabalt/metadata.xml12
4 files changed, 0 insertions, 53 deletions
diff --git a/games-arcade/canabalt/Manifest b/games-arcade/canabalt/Manifest
deleted file mode 100644
index 0b980d3..0000000
--- a/games-arcade/canabalt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Canabalt2P_AIR-1331587946.air 3431090 SHA256 6930b2355647cfcc4ff86b8bae230b1a1fa85c3fd9297791c680e65399be284d SHA512 4d795266548e03f8aea9a3bdaf2730dc375db6918d4ae1f7ccc7e60964c0945f402f36b50424f9c875be8ee66b1b52767281dea34e8309bc26d6f20ee083e8ad WHIRLPOOL cb19eb696b25aa187565e61e0dc5b7971af99a2a2c331300f9e566734f5a223b7f32200b323775174c3991a54208b77cf1aa7eb4d1cf4e86305f7a25141c080f
diff --git a/games-arcade/canabalt/canabalt-2p.ebuild b/games-arcade/canabalt/canabalt-2p.ebuild
deleted file mode 100644
index f3712e9..0000000
--- a/games-arcade/canabalt/canabalt-2p.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit games unpacker
-
-DESCRIPTION="Retro-styled 2D platformer-autorunner"
-HOMEPAGE="http://www.semisecretsoftware.com/"
-SRC_URI="Canabalt2P_AIR-1331587946.air"
-
-LICENSE="EULA"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-RESTRICT="fetch strip"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- dev-util/adobe-air-sdk-bin
-"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack_zip "${A}"
-}
-
-src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
- insinto "${dir}"
- doins -r .
- doicon "${FILESDIR}/${PN}.png"
-
- games_make_wrapper "${PN}" "/opt/bin/adl -nodebug ${dir}/META-INF/AIR/application.xml ${dir} --"
- make_desktop_entry "${PN}" "${PN}" "${PN}"
-
- prepgamesdirs
-}
diff --git a/games-arcade/canabalt/files/canabalt.png b/games-arcade/canabalt/files/canabalt.png
deleted file mode 100644
index a44e8e3..0000000
--- a/games-arcade/canabalt/files/canabalt.png
+++ /dev/null
Binary files differ
diff --git a/games-arcade/canabalt/metadata.xml b/games-arcade/canabalt/metadata.xml
deleted file mode 100644
index a980b30..0000000
--- a/games-arcade/canabalt/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<longdescription lang="en">
-VVVVVV is a retro styled 2D platformer by Terry Cavanagh, creator of dozens of free games. You play as the fearless leader of a team of dimension exploring scientists who inadvertently crash, and are separated. The game involves exploring the strange world you've found yourself in, and reuniting your friends.
-
-VVVVVV explores one simple game mechanic: you cannot jump - instead, you reverse your own gravity at the press of a button. The game focuses on playing with this mechanic in a variety of interesting ways.
-
-The game is designed not to artificially gate your progress. In VVVVVV there are no locks, no power-ups, no switches, nothing to stop you progressing except the challenges themselves.
-</longdescription>
-</pkgmetadata>
-