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 | |
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')
-rw-r--r-- | dev-python/soappy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/soappy/files/soappy-0.11.6-python-2.5-compat.patch | 73 | ||||
-rw-r--r-- | dev-python/soappy/soappy-0.11.3.ebuild | 21 | ||||
-rw-r--r-- | dev-python/soappy/soappy-0.11.6-r1.ebuild | 28 |
4 files changed, 6 insertions, 123 deletions
diff --git a/dev-python/soappy/ChangeLog b/dev-python/soappy/ChangeLog index 4bcd06f94534..9c36dcdab27a 100644 --- a/dev-python/soappy/ChangeLog +++ b/dev-python/soappy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/soappy # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v 1.24 2008/07/05 14:36:23 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v 1.25 2008/07/08 12:05:59 coldwind Exp $ + + 08 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> + -files/soappy-0.11.6-python-2.5-compat.patch, -soappy-0.11.3.ebuild, + -soappy-0.11.6-r1.ebuild: + Removed old versions. 05 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> soappy-0.12.0.ebuild: amd64 stable wrt bug #228535 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 - diff --git a/dev-python/soappy/soappy-0.11.3.ebuild b/dev-python/soappy/soappy-0.11.3.ebuild deleted file mode 100644 index 1d2245ccf643..000000000000 --- a/dev-python/soappy/soappy-0.11.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/soappy-0.11.3.ebuild,v 1.8 2005/04/24 10:05:56 blubb Exp $ - -inherit distutils - -MY_P="SOAPpy-${PV}" - -DESCRIPTION="SOAP implementation for Python" -HOMEPAGE="http://pywebsvcs.sourceforge.net/" -SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz" - -KEYWORDS="x86 ppc amd64" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND="dev-python/fpconst - dev-python/pyxml" - -S=${WORKDIR}/${MY_P} diff --git a/dev-python/soappy/soappy-0.11.6-r1.ebuild b/dev-python/soappy/soappy-0.11.6-r1.ebuild deleted file mode 100644 index eea57e828b51..000000000000 --- a/dev-python/soappy/soappy-0.11.6-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/soappy-0.11.6-r1.ebuild,v 1.6 2008/01/17 17:53:59 grobian Exp $ - -inherit distutils eutils - -MY_P="SOAPpy-${PV}" - -DESCRIPTION="SOAP implementation for Python" -HOMEPAGE="http://pywebsvcs.sourceforge.net/" -SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz" - -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -SLOT="0" -LICENSE="BSD" -IUSE="" - -DEPEND=">=dev-python/fpconst-0.7.1 - dev-python/pyxml" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-python-2.5-compat.patch" -} |