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/alienhunter32k/
Date: Sat, 29 Feb 2020 01:15:38
Message-Id: 1582926134.a712022b0e380c0d93918e649713e859c6feba33.winterheart@gentoo
1 commit: a712022b0e380c0d93918e649713e859c6feba33
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 28 21:42:14 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Fri Feb 28 21:42:14 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=a712022b
7
8 games-arcade/alienhunter32k: remove package
9
10 Tarball unavailabe, deprecated eclass.
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 .../alienhunter32k/alienhunter32k-1.0.ebuild | 39 ----------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/games-arcade/alienhunter32k/alienhunter32k-1.0.ebuild b/games-arcade/alienhunter32k/alienhunter32k-1.0.ebuild
17 deleted file mode 100644
18 index 3672e32..0000000
19 --- a/games-arcade/alienhunter32k/alienhunter32k-1.0.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: games-arcade/alienhunter32k/alienhunter32k-1.0.ebuild v 1.0 2011/06/30 09:03:13 frostwork $
25 -
26 -inherit eutils games
27 -
28 -DESCRIPTION="Transplant remake (Amiga-PD) - multiscrolling arcade shootergame"
29 -HOMEPAGE="http://www.happypenguin.org/show?AlienHunter32k"
30 -SRC_URI="http://www.marion-hurghada.com/tristar/${PN}.rar"
31 -
32 -LICENSE="Freeware"
33 -SLOT="0"
34 -KEYWORDS="x86"
35 -RESTRICT="strip"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -RDEPEND="virtual/opengl
40 - media-libs/libsdl"
41 -
42 -S=${WORKDIR}
43 -
44 -
45 -src_install() {
46 - local dir=${GAMES_PREFIX_OPT}/${PN}
47 - dodir "${dir}" "${GAMES_BINDIR}"
48 -
49 - tar -zxf ${S}/alienhunter.tar.gz -C "${D}/${dir}" || die "extracting alienhunter.tar.gz"
50 -
51 - exeinto "${dir}"
52 - doexe "${dir}"/alienhunter
53 - doexe "${dir}"/alienhunterFS
54 - dosym "${dir}"/alienhunter "${GAMES_BINDIR}"/alienhunter
55 - dosym "${dir}"/alienhunterFS "${GAMES_BINDIR}"/alienhunterFS
56 -
57 - dodoc "${dir}"/readme
58 -
59 - prepgamesdirs
60 -}