# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-1.7.ebuild,v 1.1 2005/12/28 13:26:39 egore Exp $ inherit distutils DESCRIPTION="a different SOAP implementation" HOMEPAGE="http://pywebsvcs.sourceforge.net/" SRC_URI="mirror://sourceforge/pywebsvcs/ZSI-${PV}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/python" RDEPEND="" S=${WORKDIR}/ZSI-${PV}