diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-20 18:06:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-20 18:06:01 +0000 |
commit | 9c8bfbcc63e927ed01445b5f36f4ed99bcafa085 (patch) | |
tree | 7a61413434117852b0743ff82ecf2b304768e3f5 /games-puzzle/monsterz | |
parent | shorter DESCRIPTION (diff) | |
download | gentoo-2-9c8bfbcc63e927ed01445b5f36f4ed99bcafa085.tar.gz gentoo-2-9c8bfbcc63e927ed01445b5f36f4ed99bcafa085.tar.bz2 gentoo-2-9c8bfbcc63e927ed01445b5f36f4ed99bcafa085.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/monsterz')
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.7.1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-puzzle/monsterz/monsterz-0.7.1.ebuild b/games-puzzle/monsterz/monsterz-0.7.1.ebuild deleted file mode 100644 index df9383ebc599..000000000000 --- a/games-puzzle/monsterz/monsterz-0.7.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1.ebuild,v 1.1 2008/03/15 03:53:58 mr_bones_ Exp $ - -inherit eutils 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="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-python/pygame" - -pkg_setup() { - if ! built_with_use media-libs/sdl-mixer mikmod ; then - die "${PN} requires that media-libs/sdl-mixer be built with USE=mikmod" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gentoo.patch - sed -i \ - -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \ - monsterz.py || die "sed failed" -} - -src_install() { - local dir=${GAMES_DATADIR}/${PN} - insinto "${dir}" - doins -r graphics sound || die "doins failed" - newgamesbin monsterz.py ${PN} || die "newgamesbin failed" - newicon graphics/icon.png ${PN}.png - make_desktop_entry ${PN} Monsterz - dodoc README AUTHORS TODO - prepgamesdirs -} |