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-rpg/doukutsu-bin/
Date: Mon, 10 Feb 2020 18:11:38
Message-Id: 1581358260.b2db3b9e14634bb515d7f9c728e23d8a0439ce5f.winterheart@gentoo
1 commit: b2db3b9e14634bb515d7f9c728e23d8a0439ce5f
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 10 17:26:53 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Mon Feb 10 18:11:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b2db3b9e
7
8 games-rpg/doukutsu-bin: package remove
9
10 Deprecated eclass, cannot runs. Suggested alternative is NXEngine Evo
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-rpg/doukutsu-bin/doukutsu-bin-1.01.ebuild | 55 -------------------------
14 1 file changed, 55 deletions(-)
15
16 diff --git a/games-rpg/doukutsu-bin/doukutsu-bin-1.01.ebuild b/games-rpg/doukutsu-bin/doukutsu-bin-1.01.ebuild
17 deleted file mode 100644
18 index 3c33105..0000000
19 --- a/games-rpg/doukutsu-bin/doukutsu-bin-1.01.ebuild
20 +++ /dev/null
21 @@ -1,55 +0,0 @@
22 -# Copyright 1999-2008 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI="2"
27 -inherit games
28 -
29 -DESCRIPTION="Side-scrolling platformer written by StudioPixel (English translation)"
30 -HOMEPAGE="http://www.cavestory.org"
31 -SRC_URI="http://www.archive.org/download/CavestorydoukutsuForLinuxV1.01/linuxdoukutsu-1.01.tar.bz2"
32 -#SRC_URI="http://www.scibotic.com/uploads/2008/04/linuxdoukutsu-${PV}.tar.bz2"
33 -
34 -LICENSE="as-is"
35 -SLOT="0"
36 -KEYWORDS="~x86"
37 -IUSE=""
38 -
39 -RESTRICT="strip"
40 -
41 -RDEPEND="media-libs/libsdl[X]"
42 -
43 -S=${WORKDIR}/linuxDoukutsu-${PV}
44 -
45 -src_install() {
46 - dogamesbin doukutsu || die dogamesbin failed
47 -
48 - insinto "${GAMES_DATADIR}"/${PN}
49 - doins -r data Config.dat DoConfig.exe || die "doins failed"
50 -
51 - exeinto "${GAMES_DATADIR}"/${PN}
52 - doexe doukutsu.bin || die "doexe failed"
53 -
54 - dosym "${GAMES_STATEDIR}"/${PN}/Profile.dat "${GAMES_DATADIR}"/${PN}/Profile.dat || die "dosym failed"
55 -
56 - games_make_wrapper doukutsu ./doukutsu.bin "${GAMES_DATADIR}"/${PN} "${GAMES_DATADIR}"/${PN}
57 -
58 - dodoc doc/* || die "dodoc failed"
59 -
60 - touch Profile.dat || die "unable to create empty Profile.dat?"
61 - insopts -m 660
62 - insinto "${GAMES_STATEDIR}"/${PN}
63 - doins Profile.dat || die "doins failed"
64 -
65 - prepgamesdirs
66 -}
67 -
68 -pkg_postinst() {
69 - elog "This port does not provide a configuration tool for Config.dat."
70 - elog "The original DoConfig.exe is provided (if you can use wine),"
71 - elog "or help for configuring it manually is provided in:"
72 - elog "/usr/share/doc/${P}/configfileformat.txt"
73 -
74 - elog "If you need to back up your save file for any reason,"
75 - elog "it is located at /var/games/doukutsu-bin/Profile.dat"
76 -}