summaryrefslogtreecommitdiff
path: root/dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-17 13:32:25 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-17 13:59:06 +0100
commit15a15496462337a8bf94e8f3b0da5cc39d417617 (patch)
tree31f068748a4bea9189eb4580c225b6cb3c25a43a /dev-python/py-xmlrpc/py-xmlrpc-0.8.8.3-r1.ebuild
parentea4e113099a9a8bded53e53a8f013909ab005cdb (diff)
downloadgentoo-15a15496462337a8bf94e8f3b0da5cc39d417617.tar.gz
gentoo-15a15496462337a8bf94e8f3b0da5cc39d417617.tar.bz2
gentoo-15a15496462337a8bf94e8f3b0da5cc39d417617.zip
dev-python/py-xmlrpc: Clean up old version
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.ebuild48
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
-}