summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-03-24 05:42:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-03-24 05:42:13 +0000
commit5ddc4c423a401fee0a9fb8764487cb23741cc503 (patch)
tree7ea1b6f3aafb79b5cf9e4cc2bacd5156552c36f8 /games-puzzle/monsterz/files
parentfirst and foremost, fixes for bug 77778; ebuild uses depend.apache.eclass, an... (diff)
downloadgentoo-2-5ddc4c423a401fee0a9fb8764487cb23741cc503.tar.gz
gentoo-2-5ddc4c423a401fee0a9fb8764487cb23741cc503.tar.bz2
gentoo-2-5ddc4c423a401fee0a9fb8764487cb23741cc503.zip
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-puzzle/monsterz/files')
-rw-r--r--games-puzzle/monsterz/files/digest-monsterz-0.4.11
-rw-r--r--games-puzzle/monsterz/files/digest-monsterz-0.4.21
-rw-r--r--games-puzzle/monsterz/files/monsterz-0.4.2-gentoo.patch (renamed from games-puzzle/monsterz/files/monsterz-0.4.1-gentoo.patch)20
3 files changed, 15 insertions, 7 deletions
diff --git a/games-puzzle/monsterz/files/digest-monsterz-0.4.1 b/games-puzzle/monsterz/files/digest-monsterz-0.4.1
deleted file mode 100644
index 1e0a1da628eb..000000000000
--- a/games-puzzle/monsterz/files/digest-monsterz-0.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 829a2a34dfa819d6386fb4d64155e885 monsterz-0.4.1.tar.gz 2181022
diff --git a/games-puzzle/monsterz/files/digest-monsterz-0.4.2 b/games-puzzle/monsterz/files/digest-monsterz-0.4.2
new file mode 100644
index 000000000000..ae66a19c11de
--- /dev/null
+++ b/games-puzzle/monsterz/files/digest-monsterz-0.4.2
@@ -0,0 +1 @@
+MD5 5a1b1c560461efe79fd3d18cc097d08c monsterz-0.4.2.tar.gz 2438704
diff --git a/games-puzzle/monsterz/files/monsterz-0.4.1-gentoo.patch b/games-puzzle/monsterz/files/monsterz-0.4.2-gentoo.patch
index 5ab08f1c828b..089cc9bb1a78 100644
--- a/games-puzzle/monsterz/files/monsterz-0.4.1-gentoo.patch
+++ b/games-puzzle/monsterz/files/monsterz-0.4.2-gentoo.patch
@@ -1,8 +1,16 @@
-Touchup the paths so that the default isn't $PWD.
-
---- monsterz.py
-+++ monsterz.py
-@@ -1225,7 +1225,7 @@
+--- monsterz.py.orig 2005-03-23 19:06:37.000000000 -0500
++++ monsterz.py 2005-03-24 00:20:44.000000000 -0500
+@@ -23,8 +23,7 @@
+ VERSION = '0.4.2'
+ 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 - '
+
+ # Constants
+ HAVE_AI = False # broken
+@@ -1381,7 +1380,7 @@
print ' (C) 2002 Castles Music Productions <info@castlesmusic.co.nz>'
print ' (C) 1998 MenTaLguY <mental@rydia.net>'
print 'This is free software; you can redistribute it and/or modify it under the terms'
@@ -11,7 +19,7 @@ Touchup the paths so that the default isn't $PWD.
print 'by Sam Hocevar. See http://sam.zoy.org/projects/COPYING.WTFPL for more details.'
def usage():
-@@ -1247,8 +1247,8 @@
+@@ -1403,8 +1402,8 @@
from getopt import getopt, GetoptError
global system, data, hiscores, fonter, monsterz
global FLAG_FULLSCREEN, FLAG_MUSIC, FLAG_SFX