diff options
author | 2006-11-24 15:12:09 +0000 | |
---|---|---|
committer | 2006-11-24 15:12:09 +0000 | |
commit | 2839bfef74c10b9729a00ce217a43b7ce6a4ea46 (patch) | |
tree | 22957edde57fa4cd94015e9814493ab1cbfcc6c7 /games-puzzle/monsterz/files | |
parent | Tidy up output and error handling. (diff) | |
download | gentoo-2-2839bfef74c10b9729a00ce217a43b7ce6a4ea46.tar.gz gentoo-2-2839bfef74c10b9729a00ce217a43b7ce6a4ea46.tar.bz2 gentoo-2-2839bfef74c10b9729a00ce217a43b7ce6a4ea46.zip |
Remove old version
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'games-puzzle/monsterz/files')
-rw-r--r-- | games-puzzle/monsterz/files/digest-monsterz-0.6.1 | 3 | ||||
-rw-r--r-- | games-puzzle/monsterz/files/monsterz-0.6.1-gentoo.patch | 19 |
2 files changed, 0 insertions, 22 deletions
diff --git a/games-puzzle/monsterz/files/digest-monsterz-0.6.1 b/games-puzzle/monsterz/files/digest-monsterz-0.6.1 deleted file mode 100644 index bb11301d1791..000000000000 --- a/games-puzzle/monsterz/files/digest-monsterz-0.6.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f7b6ae95e013482db6cdf9c9b9a8d424 monsterz-0.6.1.tar.gz 2490124 -RMD160 da1df719d69d5823ae65c80c497ade20501bffa4 monsterz-0.6.1.tar.gz 2490124 -SHA256 a2bd5201cbbc495b45d886d58b1050e0b01ed4edbd660d3bd8eb3f2258a7fa99 monsterz-0.6.1.tar.gz 2490124 diff --git a/games-puzzle/monsterz/files/monsterz-0.6.1-gentoo.patch b/games-puzzle/monsterz/files/monsterz-0.6.1-gentoo.patch deleted file mode 100644 index 47b0cd5ae602..000000000000 --- a/games-puzzle/monsterz/files/monsterz-0.6.1-gentoo.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- 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 |