diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-03-13 11:10:58 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-13 11:12:26 +1100 |
commit | 1d87ea62f3a12bab7dee2de8e2ee97b530ff7471 (patch) | |
tree | 2f21ee5ebec8df85232bdbc00d44f0c901b1f814 | |
parent | dev-python/pylint: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-1d87ea62f3a12bab7dee2de8e2ee97b530ff7471.tar.gz gentoo-1d87ea62f3a12bab7dee2de8e2ee97b530ff7471.tar.bz2 gentoo-1d87ea62f3a12bab7dee2de8e2ee97b530ff7471.zip |
games-arcade/mari0: remove last rited package
Gentoo-bug: 608954
-rw-r--r-- | games-arcade/mari0/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/mari0/files/mari0.svg.gz | bin | 6572 -> 0 bytes | |||
-rw-r--r-- | games-arcade/mari0/mari0-1.6.ebuild | 61 | ||||
-rw-r--r-- | games-arcade/mari0/metadata.xml | 15 |
4 files changed, 0 insertions, 77 deletions
diff --git a/games-arcade/mari0/Manifest b/games-arcade/mari0/Manifest deleted file mode 100644 index 3dc250ddfe68..000000000000 --- 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.gz b/games-arcade/mari0/files/mari0.svg.gz Binary files differdeleted file mode 100644 index a57bf96d8b19..000000000000 --- a/games-arcade/mari0/files/mari0.svg.gz +++ /dev/null diff --git a/games-arcade/mari0/mari0-1.6.ebuild b/games-arcade/mari0/mari0-1.6.ebuild deleted file mode 100644 index 9f560e5119cf..000000000000 --- a/games-arcade/mari0/mari0-1.6.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils games - -MY_P=${P/-/_} - -DESCRIPTION="A mix from Nintendo's Super Mario Bros and Valve's Portal" -HOMEPAGE="http://stabyourself.net/mari0/" -SRC_URI="${P}.zip" - -LICENSE="CC-BY-NC-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" -RESTRICT="fetch" # unsure about legality of graphics - -RDEPEND=">=games-engines/love-0.8.0 - media-libs/devil[gif,png]" -DEPEND="app-arch/unzip" - -S=${WORKDIR} - -pkg_nofetch() { - einfo "Please download ${PN}-source.zip from:" - einfo "http://stabyourself.net/${PN}/#download" - einfo "Move it to ${DISTDIR} and rename it to ${P}.zip" - echo -} - -src_install() { - local dir=${GAMES_DATADIR}/love/${PN} - - exeinto "${dir}" - doexe ${MY_P}.love - - gunzip -c "${FILESDIR}"/${PN}.svg.gz > ${PN}.svg - doicon -s scalable ${PN}.svg - games_make_wrapper ${PN} "love ${MY_P}.love" "${dir}" - make_desktop_entry ${PN} - - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - elog "${PN} savegames and configurations are stored in:" - elog "~/.local/share/love/${PN}/" - - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/games-arcade/mari0/metadata.xml b/games-arcade/mari0/metadata.xml deleted file mode 100644 index 668b1a5d4af9..000000000000 --- a/games-arcade/mari0/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <longdescription lang="en"> - A complete from scratch recreation of Super Mario Bros. with a focus on - perfectly imitating the feel the 1985 classic gave us. Then give Mario - a portal gun, add puzzle game mechanics from Portal and there you go. - And if that wasn't crazy enough, play 4-player coop, with everyone - having their own Portal gun! - </longdescription> -</pkgmetadata> |