summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-11-01 12:02:48 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-11-01 12:02:48 +0000
commitefd714340358dda5afd599e54439e1295f3da55d (patch)
treee53f02c041239129a6d46a2f2a54eab509eae1b2 /games-kids/tuxmathscrabble
parentRemoving obsolete versions (diff)
downloadgentoo-2-efd714340358dda5afd599e54439e1295f3da55d.tar.gz
gentoo-2-efd714340358dda5afd599e54439e1295f3da55d.tar.bz2
gentoo-2-efd714340358dda5afd599e54439e1295f3da55d.zip
Version bump. Bug #48267
(Portage version: 2.1.1-r1)
Diffstat (limited to 'games-kids/tuxmathscrabble')
-rw-r--r--games-kids/tuxmathscrabble/ChangeLog11
-rw-r--r--games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.72
-rw-r--r--games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-3.0.43
-rw-r--r--games-kids/tuxmathscrabble/files/tuxmathscrabble-3.0.4-wxVersion.patch11
-rw-r--r--games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild41
5 files changed, 66 insertions, 2 deletions
diff --git a/games-kids/tuxmathscrabble/ChangeLog b/games-kids/tuxmathscrabble/ChangeLog
index 002f82982275..1af02635b6ad 100644
--- a/games-kids/tuxmathscrabble/ChangeLog
+++ b/games-kids/tuxmathscrabble/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for games-kids/tuxmathscrabble
-# 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 $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.9 2006/11/01 12:02:48 tupone Exp $
+
+*tuxmathscrabble-3.0.4 (01 Nov 2006)
+
+ 01 Nov 2006; <tupone@gentoo.org>
+ +files/tuxmathscrabble-3.0.4-wxVersion.patch, -files/2.4a-fix-setup.patch,
+ +tuxmathscrabble-3.0.4.ebuild:
+ Version bump. Bug #48267 by Alexandru Toma
*tuxmathscrabble-2.7 (26 May 2005)
diff --git a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.7 b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.7
index 16f51496eeb5..b81d1fdc3017 100644
--- a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.7
+++ b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.7
@@ -1 +1,3 @@
MD5 30e7da0f678f537793196b4576d0af59 tuxmathscrabble-2.7.tgz 607089
+RMD160 b07e05ffd5273d486b32bbe2ebdc30056a55244d tuxmathscrabble-2.7.tgz 607089
+SHA256 9f9a08defac5718fb460022e33c512b6a4a5f0da74497d0345f66ce7634aaea3 tuxmathscrabble-2.7.tgz 607089
diff --git a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-3.0.4 b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-3.0.4
new file mode 100644
index 000000000000..c64f90c1c5e8
--- /dev/null
+++ b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-3.0.4
@@ -0,0 +1,3 @@
+MD5 44bb661ba2f73530e444da04c3ceb5bc TuxMathScrabble-3.0.4LIN.tgz 847411
+RMD160 c7c7e8b05f8080613e900523c50d9fbaced3e345 TuxMathScrabble-3.0.4LIN.tgz 847411
+SHA256 d9f0ca9414c91faed7db1e70b5c9d8efe97cf3a4fb7a99a52a3b1b6ccd918439 TuxMathScrabble-3.0.4LIN.tgz 847411
diff --git a/games-kids/tuxmathscrabble/files/tuxmathscrabble-3.0.4-wxVersion.patch b/games-kids/tuxmathscrabble/files/tuxmathscrabble-3.0.4-wxVersion.patch
new file mode 100644
index 000000000000..17aad1efae20
--- /dev/null
+++ b/games-kids/tuxmathscrabble/files/tuxmathscrabble-3.0.4-wxVersion.patch
@@ -0,0 +1,11 @@
+--- TuxMathScrabble.py.old 2006-11-01 11:00:55.000000000 +0100
++++ TuxMathScrabble.py 2006-11-01 11:01:22.000000000 +0100
+@@ -14,6 +14,8 @@
+ """
+
+ import os,sys,string,time
++import wxversion
++wxversion.select("2.6")
+ from wxPython.wx import *
+ from tuxmathscrabble.educore import *
+ from tuxmathscrabble.tuxmathscrabble import *
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild
new file mode 100644
index 000000000000..a21c9d9513bc
--- /dev/null
+++ b/games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild,v 1.1 2006/11/01 12:02:48 tupone Exp $
+
+inherit eutils python games
+
+MY_PN="TuxMathScrabble"
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="math-version of the popular board game for children 4-10"
+HOMEPAGE="http://www.asymptopia.org/"
+SRC_URI="mirror://sourceforge/tuxmathscrabble/${MY_P}LIN.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.4.1
+ >=dev-python/pygame-1.7
+ >=dev-python/wxpython-2.6.1"
+
+S=${WORKDIR}/${MY_P}LIN
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-wxVersion.patch
+}
+
+src_install() {
+ python_version
+ insinto "${GAMES_STATEDIR}"/${PN}
+ doins -r ${PN}/accounts
+ insinto /usr/lib/python${PYVER}/site-packages
+ doins -r ${PN}
+ rm -rf ${D}/usr/lib/python${PYVER}/site-packages/${PN}/accounts
+ dodoc AUTHOR CHANGES
+ newgamesbin ${MY_PN}.py ${PN}
+ prepgamesdirs
+ fperms -R u+rwX,g+rwX,o-rwx "${GAMES_STATEDIR}/${PN}"
+}