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/tuxmathscrabble/files | |
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/tuxmathscrabble/files')
-rw-r--r-- | games-kids/tuxmathscrabble/files/2.7-gentoo.patch | 33 | ||||
-rw-r--r-- | games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-2.7 | 1 |
2 files changed, 34 insertions, 0 deletions
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 |