summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 07:56:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 07:56:50 +0000
commitb104ae0fc757cfb01a733b93a531bb5aaeb6eb90 (patch)
tree972f095152a348b6f77e6cde9c31d632bbbca3ad /games-puzzle/monsterz
parent~ia64 keyword. (diff)
downloadgentoo-2-b104ae0fc757cfb01a733b93a531bb5aaeb6eb90.tar.gz
gentoo-2-b104ae0fc757cfb01a733b93a531bb5aaeb6eb90.tar.bz2
gentoo-2-b104ae0fc757cfb01a733b93a531bb5aaeb6eb90.zip
clean old files
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle/monsterz')
-rw-r--r--games-puzzle/monsterz/ChangeLog7
-rw-r--r--games-puzzle/monsterz/files/digest-monsterz-0.4.21
-rw-r--r--games-puzzle/monsterz/files/digest-monsterz-0.6.01
-rw-r--r--games-puzzle/monsterz/files/monsterz-0.4.2-gentoo.patch32
-rw-r--r--games-puzzle/monsterz/files/monsterz-0.6.0-gentoo.patch19
-rw-r--r--games-puzzle/monsterz/monsterz-0.4.2.ebuild45
-rw-r--r--games-puzzle/monsterz/monsterz-0.6.0.ebuild41
7 files changed, 6 insertions, 140 deletions
diff --git a/games-puzzle/monsterz/ChangeLog b/games-puzzle/monsterz/ChangeLog
index f78744014799..d35a24b28668 100644
--- a/games-puzzle/monsterz/ChangeLog
+++ b/games-puzzle/monsterz/ChangeLog
@@ -1,6 +1,11 @@
# 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.8 2005/10/30 18:11:50 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.9 2005/10/31 07:56:50 mr_bones_ Exp $
+
+ 31 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/monsterz-0.4.2-gentoo.patch, -files/monsterz-0.6.0-gentoo.patch,
+ -monsterz-0.4.2.ebuild, -monsterz-0.6.0.ebuild:
+ clean old files
30 Oct 2005; Ferris McCormick <fmccor@gentoo.org> monsterz-0.6.1.ebuild:
Add ~sparc keyword. Appears to run fine.
diff --git a/games-puzzle/monsterz/files/digest-monsterz-0.4.2 b/games-puzzle/monsterz/files/digest-monsterz-0.4.2
deleted file mode 100644
index ae66a19c11de..000000000000
--- a/games-puzzle/monsterz/files/digest-monsterz-0.4.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5a1b1c560461efe79fd3d18cc097d08c monsterz-0.4.2.tar.gz 2438704
diff --git a/games-puzzle/monsterz/files/digest-monsterz-0.6.0 b/games-puzzle/monsterz/files/digest-monsterz-0.6.0
deleted file mode 100644
index 12d33b1313f9..000000000000
--- a/games-puzzle/monsterz/files/digest-monsterz-0.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 af2ecbd5671b3b57b3c16a0374825ff6 monsterz-0.6.0.tar.gz 2490036
diff --git a/games-puzzle/monsterz/files/monsterz-0.4.2-gentoo.patch b/games-puzzle/monsterz/files/monsterz-0.4.2-gentoo.patch
deleted file mode 100644
index 089cc9bb1a78..000000000000
--- a/games-puzzle/monsterz/files/monsterz-0.4.2-gentoo.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- 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'
-- 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.'
-
- def usage():
-@@ -1403,8 +1402,8 @@
- from getopt import getopt, GetoptError
- global system, data, hiscores, fonter, monsterz
- global FLAG_FULLSCREEN, FLAG_MUSIC, FLAG_SFX
-- sharedir = dirname(argv[0])
-- scorefile = join(sharedir, "scores")
-+ sharedir = "GENTOO_DATADIR"
-+ scorefile = "GENTOO_SCOREFILE"
- outfd = None
- try:
- long = ['help', 'version', 'music', 'sound', 'fullscreen',
diff --git a/games-puzzle/monsterz/files/monsterz-0.6.0-gentoo.patch b/games-puzzle/monsterz/files/monsterz-0.6.0-gentoo.patch
deleted file mode 100644
index 47b0cd5ae602..000000000000
--- a/games-puzzle/monsterz/files/monsterz-0.6.0-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
diff --git a/games-puzzle/monsterz/monsterz-0.4.2.ebuild b/games-puzzle/monsterz/monsterz-0.4.2.ebuild
deleted file mode 100644
index fa91dbe91f5c..000000000000
--- a/games-puzzle/monsterz/monsterz-0.4.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.4.2.ebuild,v 1.1 2005/03/24 05:42:13 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 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}:" \
- -e "s:GENTOO_SCOREFILE:${GAMES_STATEDIR}/${PN}.scores:" \
- monsterz.py || die "sed failed"
-}
-
-src_install() {
- local dir=${GAMES_DATADIR}/${PN}
- insinto "${dir}"
- doins *.wav *.s3m *.png || die "doins failed"
- newgamesbin monsterz.py ${PN} || die "dobin failed"
- dodir "${GAMES_STATEDIR}"
- touch "${D}/${GAMES_STATEDIR}"/${PN}.scores
- dodoc README AUTHORS TODO INSTALL
- prepgamesdirs
- fperms g+w "${GAMES_STATEDIR}"/${PN}.scores
-}
diff --git a/games-puzzle/monsterz/monsterz-0.6.0.ebuild b/games-puzzle/monsterz/monsterz-0.6.0.ebuild
deleted file mode 100644
index 44c1ab095d0b..000000000000
--- a/games-puzzle/monsterz/monsterz-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.2 2005/06/10 15:52:18 dholm 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 ~ppc 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
-}