Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/canabalt/files/, games-arcade/canabalt/
Date: Thu, 06 Feb 2020 21:22:48
Message-Id: 1581024155.4d7a4e98ab1239d109c696e04a1c65ca4c6f0fc4.winterheart@gentoo
1 commit: 4d7a4e98ab1239d109c696e04a1c65ca4c6f0fc4
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 6 19:18:19 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Feb 6 21:22:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4d7a4e98
7
8 games-arcade/canabalt: remove ebuild
9
10 Source unavaible, deprecated dependencies
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-arcade/canabalt/canabalt-2p.ebuild | 40 -------------------------------
14 games-arcade/canabalt/files/canabalt.png | Bin 5039 -> 0 bytes
15 games-arcade/canabalt/metadata.xml | 12 ----------
16 3 files changed, 52 deletions(-)
17
18 diff --git a/games-arcade/canabalt/canabalt-2p.ebuild b/games-arcade/canabalt/canabalt-2p.ebuild
19 deleted file mode 100644
20 index f3712e9..0000000
21 --- a/games-arcade/canabalt/canabalt-2p.ebuild
22 +++ /dev/null
23 @@ -1,40 +0,0 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: $
27 -
28 -EAPI="5"
29 -
30 -inherit games unpacker
31 -
32 -DESCRIPTION="Retro-styled 2D platformer-autorunner"
33 -HOMEPAGE="http://www.semisecretsoftware.com/"
34 -SRC_URI="Canabalt2P_AIR-1331587946.air"
35 -
36 -LICENSE="EULA"
37 -SLOT="0"
38 -KEYWORDS="~x86 ~amd64"
39 -RESTRICT="fetch strip"
40 -IUSE=""
41 -
42 -DEPEND=""
43 -RDEPEND="
44 - dev-util/adobe-air-sdk-bin
45 -"
46 -
47 -S="${WORKDIR}"
48 -
49 -src_unpack() {
50 - unpack_zip "${A}"
51 -}
52 -
53 -src_install() {
54 - local dir="${GAMES_PREFIX_OPT}/${PN}"
55 - insinto "${dir}"
56 - doins -r .
57 - doicon "${FILESDIR}/${PN}.png"
58 -
59 - games_make_wrapper "${PN}" "/opt/bin/adl -nodebug ${dir}/META-INF/AIR/application.xml ${dir} --"
60 - make_desktop_entry "${PN}" "${PN}" "${PN}"
61 -
62 - prepgamesdirs
63 -}
64
65 diff --git a/games-arcade/canabalt/files/canabalt.png b/games-arcade/canabalt/files/canabalt.png
66 deleted file mode 100644
67 index a44e8e3..0000000
68 Binary files a/games-arcade/canabalt/files/canabalt.png and /dev/null differ
69
70 diff --git a/games-arcade/canabalt/metadata.xml b/games-arcade/canabalt/metadata.xml
71 deleted file mode 100644
72 index a980b30..0000000
73 --- a/games-arcade/canabalt/metadata.xml
74 +++ /dev/null
75 @@ -1,12 +0,0 @@
76 -<?xml version="1.0" encoding="UTF-8"?>
77 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 -<pkgmetadata>
79 -<longdescription lang="en">
80 -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.
81 -
82 -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.
83 -
84 -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.
85 -</longdescription>
86 -</pkgmetadata>
87 -