diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-11-01 12:03:05 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-11-01 12:03:05 +0000 |
commit | 4a5c8740eba293d11982ce6f26c3a241daf049cf (patch) | |
tree | a26c683661862958f2f3afde4450c94437c16ce0 /games-kids/tuxmathscrabble/files | |
parent | Version bump. Bug #48267 (diff) | |
download | gentoo-2-4a5c8740eba293d11982ce6f26c3a241daf049cf.tar.gz gentoo-2-4a5c8740eba293d11982ce6f26c3a241daf049cf.tar.bz2 gentoo-2-4a5c8740eba293d11982ce6f26c3a241daf049cf.zip |
Version bump. Bug #48267
(Portage version: 2.1.1-r1)
(Signed Manifest commit)
Diffstat (limited to 'games-kids/tuxmathscrabble/files')
-rw-r--r-- | games-kids/tuxmathscrabble/files/2.4a-fix-setup.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/games-kids/tuxmathscrabble/files/2.4a-fix-setup.patch b/games-kids/tuxmathscrabble/files/2.4a-fix-setup.patch deleted file mode 100644 index e2c0053aad78..000000000000 --- a/games-kids/tuxmathscrabble/files/2.4a-fix-setup.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- setup.py.orig 2003-11-08 01:35:57.007471792 -0500 -+++ setup.py 2003-11-08 01:36:34.228813288 -0500 -@@ -61,8 +61,6 @@ - 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') - -@@ -65,7 +65,6 @@ - os.system('rm -f asymptopia/*.pyc') - - --sys.argv.append('install') - - #make sure there is a Setup file - if not os.path.isfile('Setup'): -@@ -154,8 +152,5 @@ - 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') - - |