diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-08 12:06:00 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-08 12:06:00 +0000 |
commit | cab52745bf19aa86929cc4902661afdaee8b3d19 (patch) | |
tree | b3669edd446cbf3b2c1fe1eb36757f33360d1787 /dev-python/soappy/files | |
parent | Fixed crash when archiving an empty maildir with python 2.5. (diff) | |
download | gentoo-2-cab52745bf19aa86929cc4902661afdaee8b3d19.tar.gz gentoo-2-cab52745bf19aa86929cc4902661afdaee8b3d19.tar.bz2 gentoo-2-cab52745bf19aa86929cc4902661afdaee8b3d19.zip |
Removed old versions.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'dev-python/soappy/files')
-rw-r--r-- | dev-python/soappy/files/soappy-0.11.6-python-2.5-compat.patch | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/dev-python/soappy/files/soappy-0.11.6-python-2.5-compat.patch b/dev-python/soappy/files/soappy-0.11.6-python-2.5-compat.patch deleted file mode 100644 index b9888e8eb15a..000000000000 --- a/dev-python/soappy/files/soappy-0.11.6-python-2.5-compat.patch +++ /dev/null @@ -1,73 +0,0 @@ -=== modified file 'SOAPpy/Client.py' ---- SOAPpy/Client.py 2006-05-25 21:22:38 +0000 -+++ SOAPpy/Client.py 2006-09-25 19:33:06 +0000 -@@ -40,11 +40,11 @@ - ################################################################################ - """ - -+from __future__ import nested_scopes -+ - ident = '$Id: Client.py,v 1.20 2004/04/10 04:22:52 irjudson Exp $' - from version import __version__ - --from __future__ import nested_scopes -- - #import xml.sax - import urllib - from types import * - -=== modified file 'SOAPpy/GSIServer.py' ---- SOAPpy/GSIServer.py 2006-05-25 21:22:38 +0000 -+++ SOAPpy/GSIServer.py 2006-09-25 19:32:56 +0000 -@@ -43,11 +43,11 @@ - ################################################################################ - """ - -+from __future__ import nested_scopes -+ - ident = '$Id: GSIServer.py,v 1.4 2004/02/04 03:21:02 irjudson Exp $' - from version import __version__ - --from __future__ import nested_scopes -- - #import xml.sax - import re - import socket - -=== modified file 'SOAPpy/Server.py' ---- SOAPpy/Server.py 2006-05-25 21:22:38 +0000 -+++ SOAPpy/Server.py 2006-09-25 19:32:44 +0000 -@@ -40,11 +40,11 @@ - ################################################################################ - """ - --ident = '$Id: Server.py,v 1.20 2004/04/28 21:47:10 warnes Exp $' --from version import __version__ -- - from __future__ import nested_scopes - -+ident = '$Id: Server.py,v 1.20 2004/04/28 21:47:10 warnes Exp $' -+from version import __version__ -+ - #import xml.sax - import re - import socket - -=== modified file 'SOAPpy/Types.py' ---- SOAPpy/Types.py 2006-05-25 21:22:38 +0000 -+++ SOAPpy/Types.py 2006-09-25 19:32:21 +0000 -@@ -33,11 +33,11 @@ - ################################################################################ - """ - -+from __future__ import nested_scopes -+ - ident = '$Id: Types.py,v 1.17 2004/09/11 03:03:33 warnes Exp $' - from version import __version__ - --from __future__ import nested_scopes -- - import UserList - import base64 - import cgi - |