commit: b2db3b9e14634bb515d7f9c728e23d8a0439ce5f Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Mon Feb 10 17:26:53 2020 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Mon Feb 10 18:11:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b2db3b9e
games-rpg/doukutsu-bin: package remove Deprecated eclass, cannot runs. Suggested alternative is NXEngine Evo Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> games-rpg/doukutsu-bin/doukutsu-bin-1.01.ebuild | 55 ------------------------- 1 file changed, 55 deletions(-) diff --git a/games-rpg/doukutsu-bin/doukutsu-bin-1.01.ebuild b/games-rpg/doukutsu-bin/doukutsu-bin-1.01.ebuild deleted file mode 100644 index 3c33105..0000000 --- a/games-rpg/doukutsu-bin/doukutsu-bin-1.01.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" -inherit games - -DESCRIPTION="Side-scrolling platformer written by StudioPixel (English translation)" -HOMEPAGE="http://www.cavestory.org" -SRC_URI="http://www.archive.org/download/CavestorydoukutsuForLinuxV1.01/linuxdoukutsu-1.01.tar.bz2" -#SRC_URI="http://www.scibotic.com/uploads/2008/04/linuxdoukutsu-${PV}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RESTRICT="strip" - -RDEPEND="media-libs/libsdl[X]" - -S=${WORKDIR}/linuxDoukutsu-${PV} - -src_install() { - dogamesbin doukutsu || die dogamesbin failed - - insinto "${GAMES_DATADIR}"/${PN} - doins -r data Config.dat DoConfig.exe || die "doins failed" - - exeinto "${GAMES_DATADIR}"/${PN} - doexe doukutsu.bin || die "doexe failed" - - dosym "${GAMES_STATEDIR}"/${PN}/Profile.dat "${GAMES_DATADIR}"/${PN}/Profile.dat || die "dosym failed" - - games_make_wrapper doukutsu ./doukutsu.bin "${GAMES_DATADIR}"/${PN} "${GAMES_DATADIR}"/${PN} - - dodoc doc/* || die "dodoc failed" - - touch Profile.dat || die "unable to create empty Profile.dat?" - insopts -m 660 - insinto "${GAMES_STATEDIR}"/${PN} - doins Profile.dat || die "doins failed" - - prepgamesdirs -} - -pkg_postinst() { - elog "This port does not provide a configuration tool for Config.dat." - elog "The original DoConfig.exe is provided (if you can use wine)," - elog "or help for configuring it manually is provided in:" - elog "/usr/share/doc/${P}/configfileformat.txt" - - elog "If you need to back up your save file for any reason," - elog "it is located at /var/games/doukutsu-bin/Profile.dat" -}
