diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-09 07:28:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-09 07:28:53 +0000 |
commit | 9cf3b350bb6b7e784bcef3a45d4a2882845466af (patch) | |
tree | 05d923e7c0403f2f2a240944760312a47d7afb92 /games-puzzle/monsterz | |
parent | version bump (diff) | |
download | historical-9cf3b350bb6b7e784bcef3a45d4a2882845466af.tar.gz historical-9cf3b350bb6b7e784bcef3a45d4a2882845466af.tar.bz2 historical-9cf3b350bb6b7e784bcef3a45d4a2882845466af.zip |
Version bump.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-puzzle/monsterz')
-rw-r--r-- | games-puzzle/monsterz/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/monsterz/Manifest | 7 | ||||
-rw-r--r-- | games-puzzle/monsterz/files/digest-monsterz-0.6.0 | 1 | ||||
-rw-r--r-- | games-puzzle/monsterz/files/monsterz-0.6.0-gentoo.patch | 19 | ||||
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.6.0.ebuild | 41 |
5 files changed, 73 insertions, 3 deletions
diff --git a/games-puzzle/monsterz/ChangeLog b/games-puzzle/monsterz/ChangeLog index a614abd660bf..bff06a54779b 100644 --- a/games-puzzle/monsterz/ChangeLog +++ b/games-puzzle/monsterz/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-puzzle/monsterz # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.3 2005/03/24 05:42:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.4 2005/04/09 07:28:53 vapier Exp $ + +*monsterz-0.6.0 (09 Apr 2005) + + 09 Apr 2005; Mike Frysinger <vapier@gentoo.org> + +files/monsterz-0.6.0-gentoo.patch, +monsterz-0.6.0.ebuild: + Version bump. *monsterz-0.4.2 (24 Mar 2005) diff --git a/games-puzzle/monsterz/Manifest b/games-puzzle/monsterz/Manifest index 077d2e7e91be..523d7f8b900a 100644 --- a/games-puzzle/monsterz/Manifest +++ b/games-puzzle/monsterz/Manifest @@ -1,5 +1,8 @@ -MD5 b494b7954b36e86ab4af2ff93fc1f9f2 ChangeLog 670 +MD5 3b89e5d81acdd9b46be53382cd9355c4 monsterz-0.6.0.ebuild 1093 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 307cfd21135e726eb419498e38d238dc ChangeLog 827 MD5 d361e2f9e6e6761b3d4292784af10ce4 monsterz-0.4.2.ebuild 1273 -MD5 893284a1657806d4e1a33e49e9e94d73 files/digest-monsterz-0.4.2 67 MD5 1b74d9c0b3cc359331a2d0db00639f70 files/monsterz-0.4.2-gentoo.patch 1421 +MD5 893284a1657806d4e1a33e49e9e94d73 files/digest-monsterz-0.4.2 67 +MD5 8bad039738959e4d20aff5010a3921ad files/digest-monsterz-0.6.0 67 +MD5 aac74e93a724b1cfae4079bc553a37b6 files/monsterz-0.6.0-gentoo.patch 844 diff --git a/games-puzzle/monsterz/files/digest-monsterz-0.6.0 b/games-puzzle/monsterz/files/digest-monsterz-0.6.0 new file mode 100644 index 000000000000..12d33b1313f9 --- /dev/null +++ b/games-puzzle/monsterz/files/digest-monsterz-0.6.0 @@ -0,0 +1 @@ +MD5 af2ecbd5671b3b57b3c16a0374825ff6 monsterz-0.6.0.tar.gz 2490036 diff --git a/games-puzzle/monsterz/files/monsterz-0.6.0-gentoo.patch b/games-puzzle/monsterz/files/monsterz-0.6.0-gentoo.patch new file mode 100644 index 000000000000..47b0cd5ae602 --- /dev/null +++ b/games-puzzle/monsterz/files/monsterz-0.6.0-gentoo.patch @@ -0,0 +1,19 @@ +--- monsterz.py ++++ monsterz.py +@@ -24,5 +24,4 @@ + COPYRIGHT = 'MONSTERZ - COPYRIGHT 2005 SAM HOCEVAR - MONSTERZ IS ' \ + 'FREE SOFTWARE, YOU CAN REDISTRIBUTE IT AND/OR MODIFY IT ' \ +- 'UNDER THE TERMS OF THE DO WHAT THE FUCK YOU WANT TO ' \ +- 'PUBLIC LICENSE, VERSION 2 - ' ++ 'UNDER THE TERMS OF THE WTFPL, Version 2 - ' + +@@ -1896,3 +1380,3 @@ + print 'This is free software; you can redistribute it and/or modify it under the terms' +- print 'of the Do What The Fuck You Want To Public License, Version 2, as published' ++ print 'of the WTFPL, Version 2, as published' + print 'by Sam Hocevar. See http://sam.zoy.org/projects/COPYING.WTFPL for more details.' +@@ -1900,3 +1900,3 @@ + scorefile = None +- sharedir = dirname(argv[0]) ++ sharedir = "GENTOO_DATADIR" + outfd = None diff --git a/games-puzzle/monsterz/monsterz-0.6.0.ebuild b/games-puzzle/monsterz/monsterz-0.6.0.ebuild new file mode 100644 index 000000000000..5827090f1b96 --- /dev/null +++ b/games-puzzle/monsterz/monsterz-0.6.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.6.0.ebuild,v 1.1 2005/04/09 07:28:53 vapier 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 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 "dobin failed" + dodoc README AUTHORS TODO INSTALL + prepgamesdirs +} |