From 88f91bb5e149bbd17b3766a263af9199656da4e6 Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Sun, 11 Jun 2017 09:20:07 +0700 Subject: mari0: bye-bye 😢 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games-arcade/mari0/Manifest | 1 - games-arcade/mari0/files/mari0.svg | 26 -------------------- games-arcade/mari0/mari0-1.6.ebuild | 48 ------------------------------------- games-arcade/mari0/metadata.xml | 14 ----------- 4 files changed, 89 deletions(-) delete mode 100644 games-arcade/mari0/Manifest delete mode 100644 games-arcade/mari0/files/mari0.svg delete mode 100644 games-arcade/mari0/mari0-1.6.ebuild delete mode 100644 games-arcade/mari0/metadata.xml (limited to 'games-arcade') diff --git a/games-arcade/mari0/Manifest b/games-arcade/mari0/Manifest deleted file mode 100644 index 3dc250d..0000000 --- a/games-arcade/mari0/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mari0-1.6.zip 3625226 SHA256 b217134425527e879d5355eb7f51e29a60ad0e93550e5769b2f56c04a1f69037 SHA512 20004035141b80180e58a8d209b588273d2879742ca8d8d59b1d20f9e301d976e260574893ea41a290bab57eade0617c10880a4af00dc3b29329ac4805a8be6c WHIRLPOOL 8ffc36d25ceb0d893cda3d068e484194feb6117ed27e4ea3801553868bdd8be35bbf787320ba37962d81851eb83082c528a4449f55acaeeb9dd731e5ba029334 diff --git a/games-arcade/mari0/files/mari0.svg b/games-arcade/mari0/files/mari0.svg deleted file mode 100644 index 3b88be7..0000000 --- a/games-arcade/mari0/files/mari0.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/games-arcade/mari0/mari0-1.6.ebuild b/games-arcade/mari0/mari0-1.6.ebuild deleted file mode 100644 index 92721e8..0000000 --- a/games-arcade/mari0/mari0-1.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils games - -DESCRIPTION="A mix from Nintendo's Super Mario Bros and Valve's Portal" -HOMEPAGE="http://stabyourself.net/${PN}/" -SRC_URI="http://stabyourself.net/dl.php?file=${PN}-1006/${PN}-source.zip -> ${P}.zip" -LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="" - -RDEPEND=">=games-engines/love-0.8.0 - media-libs/devil[gif,png]" -DEPEND="app-arch/unzip" - -S="${WORKDIR}" - -src_unpack() { - default - mv "${P/-/_}.love" "${P}.zip" - unpack "./${P}.zip" - rm "${P}.zip" -} - -src_prepare() { - default - epatch_user -} - -src_install() { - local dir="${GAMES_DATADIR}/love/${PN}" - insinto "${dir}" - doins -r . - doins -s scalable "${FILESDIR}/${PN}.svg" - games_make_wrapper "${PN}" "love /usr/share/games/love/${P}" - make_desktop_entry "${PN}" - prepgamesdirs -} - -pkg_postinst() { - elog "${PN} savegames and configurations are stored in:" - elog "~/.local/share/love/${PN}/" -} diff --git a/games-arcade/mari0/metadata.xml b/games-arcade/mari0/metadata.xml deleted file mode 100644 index 23da526..0000000 --- a/games-arcade/mari0/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - mva@mva.name - - If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet. - - Vadim A. Misbakh-Soloviov - -FIXME - - - -- cgit v1.2.3-65-gdbad