diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-26 06:17:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-26 06:17:39 +0000 |
commit | 0381db4d0f10440777125b2684021189d1c119fb (patch) | |
tree | 3302ac984a4544158e77e52bc678ff2dca057d14 /games-kids | |
parent | version bump (diff) | |
download | gentoo-2-0381db4d0f10440777125b2684021189d1c119fb.tar.gz gentoo-2-0381db4d0f10440777125b2684021189d1c119fb.tar.bz2 gentoo-2-0381db4d0f10440777125b2684021189d1c119fb.zip |
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxmathscrabble/ChangeLog | 10 | ||||
-rw-r--r-- | games-kids/tuxmathscrabble/Manifest | 4 | ||||
-rw-r--r-- | games-kids/tuxmathscrabble/files/2.7-gentoo.patch | 33 | ||||
-rw-r--r-- | games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.7 | 1 | ||||
-rw-r--r-- | games-kids/tuxmathscrabble/tuxmathscrabble-2.7.ebuild | 36 |
5 files changed, 81 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..6e4f9bea9b7c 100644 --- a/games-kids/tuxmathscrabble/Manifest +++ b/games-kids/tuxmathscrabble/Manifest @@ -1,5 +1,7 @@ -MD5 59e60385ec194df5dbee049a0de15cb5 ChangeLog 906 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 58bb8d40bb70cc44d126797f8f920c94 tuxmathscrabble-2.4a.ebuild 1047 +MD5 746cb9696d00c3d21ae615463c1648aa tuxmathscrabble-2.7.ebuild 1000 +MD5 59e60385ec194df5dbee049a0de15cb5 ChangeLog 906 +MD5 7dd71b49e3817a8311ed51c38fd75b68 files/digest-tuxmathscrabble-2.7 68 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 +} |