From efd714340358dda5afd599e54439e1295f3da55d Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 1 Nov 2006 12:02:48 +0000 Subject: Version bump. Bug #48267 (Portage version: 2.1.1-r1) --- games-kids/tuxmathscrabble/ChangeLog | 11 ++++-- .../files/digest-tuxmathscrabble-2.7 | 2 ++ .../files/digest-tuxmathscrabble-3.0.4 | 3 ++ .../files/tuxmathscrabble-3.0.4-wxVersion.patch | 11 ++++++ .../tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild | 41 ++++++++++++++++++++++ 5 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-3.0.4 create mode 100644 games-kids/tuxmathscrabble/files/tuxmathscrabble-3.0.4-wxVersion.patch create mode 100644 games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild (limited to 'games-kids/tuxmathscrabble') 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; + +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}" +} -- cgit v1.2.3-65-gdbad