summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-05-26 06:17:39 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-05-26 06:17:39 +0000
commit5226be5fc12623a0182d0637774f268f077d3aca (patch)
treec7cd6c10a688257d1aa5b54f63529491ad4b5184 /games-kids/tuxmathscrabble
parentversion bump (diff)
downloadhistorical-5226be5fc12623a0182d0637774f268f077d3aca.tar.gz
historical-5226be5fc12623a0182d0637774f268f077d3aca.tar.bz2
historical-5226be5fc12623a0182d0637774f268f077d3aca.zip
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-kids/tuxmathscrabble')
-rw-r--r--games-kids/tuxmathscrabble/ChangeLog10
-rw-r--r--games-kids/tuxmathscrabble/Manifest5
-rw-r--r--games-kids/tuxmathscrabble/files/2.7-gentoo.patch33
-rw-r--r--games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.71
-rw-r--r--games-kids/tuxmathscrabble/tuxmathscrabble-2.7.ebuild36
5 files changed, 82 insertions, 3 deletions
diff --git a/games-kids/tuxmathscrabble/ChangeLog b/games-kids/tuxmathscrabble/ChangeLog
index 04be9c7f415b..002f82982275 100644
--- a/games-kids/tuxmathscrabble/ChangeLog
+++ b/games-kids/tuxmathscrabble/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-kids/tuxmathscrabble
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.7 2004/11/22 11:31:10 josejx Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.8 2005/05/26 06:17:38 mr_bones_ Exp $
+
+*tuxmathscrabble-2.7 (26 May 2005)
+
+ 26 May 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/2.7-gentoo.patch, +tuxmathscrabble-2.7.ebuild:
+ version bump
22 Nov 2004; Joseph Jezak <josejx@gentoo.org> tuxmathscrabble-2.4a.ebuild:
Marked ppc stable.
diff --git a/games-kids/tuxmathscrabble/Manifest b/games-kids/tuxmathscrabble/Manifest
index 58b7a90f6d52..a806756ad06d 100644
--- a/games-kids/tuxmathscrabble/Manifest
+++ b/games-kids/tuxmathscrabble/Manifest
@@ -1,5 +1,8 @@
-MD5 59e60385ec194df5dbee049a0de15cb5 ChangeLog 906
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 58bb8d40bb70cc44d126797f8f920c94 tuxmathscrabble-2.4a.ebuild 1047
+MD5 3508edfc668cde9062853dfe72779a5e tuxmathscrabble-2.7.ebuild 873
+MD5 f333a98a094625ada7751581d5702ed8 ChangeLog 1072
+MD5 7dd71b49e3817a8311ed51c38fd75b68 files/digest-tuxmathscrabble-2.7 68
+MD5 d8e6b542fbf12a4cc2177fc73412ca98 files/2.7-gentoo.patch 1037
MD5 506d7f95703bf2dfa51f5027c26a2da2 files/2.4a-fix-setup.patch 755
MD5 d11b50f889944822a0c5f8214039deb0 files/digest-tuxmathscrabble-2.4a 70
diff --git a/games-kids/tuxmathscrabble/files/2.7-gentoo.patch b/games-kids/tuxmathscrabble/files/2.7-gentoo.patch
new file mode 100644
index 000000000000..bd562fa7fbcf
--- /dev/null
+++ b/games-kids/tuxmathscrabble/files/2.7-gentoo.patch
@@ -0,0 +1,33 @@
+--- setup.py.orig 2005-05-26 01:45:47.000000000 -0400
++++ setup.py 2005-05-26 01:46:45.000000000 -0400
+@@ -53,14 +53,10 @@
+ sys.argv.append('install')
+
+ if sys.platform != 'win32':
+- try:os.system('rm -rf /usr/local/lib/python2.2/site-packages/asymptopia')
+- except Exception,e:pass
+ os.system('rm -rf build')
+ os.system('rm -f asymptopia/*.pyc')
+
+
+-sys.argv.append('install')
+-
+ #make sure there is a Setup file
+ if not os.path.isfile('Setup'):
+ print '\n\nWARNING, No "Setup" File Exists, Running "config.py"'
+@@ -139,7 +135,3 @@
+ PACKAGEDATA.update(METADATA)
+ apply(setup, [], PACKAGEDATA)
+
+-if sys.platform != 'win32':
+- os.system('cp tuxmathscrabble.py /usr/local/bin/tuxmathscrabble')
+- os.system('chmod +x /usr/local/bin/tuxmathscrabble')
+-
+--- tuxmathscrabble.py.orig 2005-05-26 01:45:53.000000000 -0400
++++ tuxmathscrabble.py 2005-05-26 01:47:00.000000000 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/python
++#!/usr/bin/python
+ """
+ /***************************************************************************
+
diff --git a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.7 b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.7
new file mode 100644
index 000000000000..16f51496eeb5
--- /dev/null
+++ b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.7
@@ -0,0 +1 @@
+MD5 30e7da0f678f537793196b4576d0af59 tuxmathscrabble-2.7.tgz 607089
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-2.7.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-2.7.ebuild
new file mode 100644
index 000000000000..cd9df3893f94
--- /dev/null
+++ b/games-kids/tuxmathscrabble/tuxmathscrabble-2.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-2.7.ebuild,v 1.1 2005/05/26 06:17:38 mr_bones_ Exp $
+
+inherit distutils eutils games
+
+DESCRIPTION="math-version of the popular board game for children 4-10"
+HOMEPAGE="http://www.asymptopia.org/"
+SRC_URI="mirror://sourceforge/tuxmathscrabble/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ppc x86"
+IUSE=""
+
+DEPEND="dev-lang/python
+ dev-python/pygame
+ media-libs/libsdl
+ media-libs/sdl-image
+ media-libs/sdl-mixer
+ media-libs/sdl-ttf"
+
+S=${WORKDIR}/TuxMathScrabble
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PV}-gentoo.patch
+}
+
+src_install() {
+ DOCS="AUTHOR CHANGES VERSION"
+ distutils_src_install
+ newgamesbin tuxmathscrabble.py tuxmathscrabble
+ prepgamesdirs
+}