diff options
Diffstat (limited to 'dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild')
| -rw-r--r-- | dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild b/dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild deleted file mode 100644 index 9238c1bd0647..000000000000 --- a/dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" - -inherit distutils eutils - -DESCRIPTION="Fast XML-RPC implementation for Python" -HOMEPAGE="https://sourceforge.net/projects/py-xmlrpc/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha ~amd64 ia64 ppc sparc x86" -IUSE="examples" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="pyxmlrpclib.py xmlrpc.py" - -src_prepare() { - #http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/py-xmlrpc/files/ - epatch "${FILESDIR}/${PN}_patch-extra.patch" - epatch "${FILESDIR}/${PN}_rpcBase64.patch" - epatch "${FILESDIR}/${PN}_rpcClient.patch" - epatch "${FILESDIR}/${PN}_rpcDate.patch" - epatch "${FILESDIR}/${PN}_rpcDispatch.patch" - epatch "${FILESDIR}/${PN}_rpcUtils.patch" - epatch "${FILESDIR}/${PN}_rpcSource.patch" - - distutils_src_prepare -} - -src_install () { - distutils_src_install - - if use examples; then - insinto "/usr/share/doc/${PF}/examples" - doins examples/* - insinto "/usr/share/doc/${PF}/examples/crj" - doins examples/crj/* - fi -} |
