diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-12-29 20:53:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-12-29 20:53:03 +0000 |
commit | a730c0dcd631839ad3fb1e313c4a647f6836e3a8 (patch) | |
tree | 062acfdbc0e97bc5b49d9b423fde938e0a7c2e76 /games-puzzle | |
parent | Stable for ppc64, wrt bug #491138 (diff) | |
download | gentoo-2-a730c0dcd631839ad3fb1e313c4a647f6836e3a8.tar.gz gentoo-2-a730c0dcd631839ad3fb1e313c4a647f6836e3a8.tar.bz2 gentoo-2-a730c0dcd631839ad3fb1e313c4a647f6836e3a8.zip |
old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/monsterz/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.7.1-r2.ebuild | 40 |
2 files changed, 5 insertions, 41 deletions
diff --git a/games-puzzle/monsterz/ChangeLog b/games-puzzle/monsterz/ChangeLog index b3097ddeca67..e04c3e14572d 100644 --- a/games-puzzle/monsterz/ChangeLog +++ b/games-puzzle/monsterz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/monsterz # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.36 2013/12/23 11:18:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.37 2013/12/29 20:53:03 mr_bones_ Exp $ + + 29 Dec 2013; Michael Sterrett <mr_bones_@gentoo.org> + -monsterz-0.7.1-r2.ebuild: + old 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> monsterz-0.7.1-r3.ebuild: Stable for ppc, wrt bug #488840 diff --git a/games-puzzle/monsterz/monsterz-0.7.1-r2.ebuild b/games-puzzle/monsterz/monsterz-0.7.1-r2.ebuild deleted file mode 100644 index 0d53f8041e4a..000000000000 --- a/games-puzzle/monsterz/monsterz-0.7.1-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 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-r2.ebuild,v 1.8 2013/12/17 12:52:20 armin76 Exp $ - -EAPI=2 -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="GPL-1+ LGPL-2+ WTFPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc x86" -IUSE="" - -DEPEND="dev-python/pygame - media-libs/sdl-image[png] - media-libs/sdl-mixer[mod]" - -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 -f Makefile -} - -src_install() { - insinto "${GAMES_DATADIR}"/${PN} - 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 -} |