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/soappy-0.11.3.ebuild | |
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/soappy-0.11.3.ebuild')
-rw-r--r-- | dev-python/soappy/soappy-0.11.3.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
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} |