summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 14:56:49 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:33:38 +0200
commit6317877c25a610ed68f7b40a8903c262959c093a (patch)
tree85d9fa2e9f743cf13a18b5e74539ec3ef9cd2a1b /games-puzzle
parentgames-puzzle/monsterz: Stop using games.eclass (diff)
downloadgentoo-6317877c25a610ed68f7b40a8903c262959c093a.tar.gz
gentoo-6317877c25a610ed68f7b40a8903c262959c093a.tar.bz2
gentoo-6317877c25a610ed68f7b40a8903c262959c093a.zip
games-puzzle/monsterz: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild b/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild
deleted file mode 100644
index e8e78eba8638..000000000000
--- a/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-r1 games
-
-DESCRIPTION="a little puzzle game, similar to the famous Bejeweled or Zookeeper"
-HOMEPAGE="http://sam.zoy.org/projects/monsterz/"
-SRC_URI="http://sam.zoy.org/projects/monsterz/${P}.tar.gz"
-
-LICENSE="GPL-1+ LGPL-2+ WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/pygame[${PYTHON_USEDEP}]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[mod]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gentoo.patch \
- "${FILESDIR}"/${P}-64bit.patch \
- "${FILESDIR}"/${P}-blit.patch
- sed -i \
- -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \
- monsterz.py || die "sed failed"
- rm Makefile || die
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r graphics sound
- newgamesbin monsterz.py ${PN}
- newicon graphics/icon.png ${PN}.png
- make_desktop_entry ${PN} Monsterz
- dodoc README AUTHORS TODO
- python_replicate_script "${ED%/}${GAMES_BINDIR}"/monsterz
- prepgamesdirs
-}