summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyRXP/pyRXP-9999.ebuild')
-rw-r--r--dev-python/pyRXP/pyRXP-9999.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pyRXP/pyRXP-9999.ebuild b/dev-python/pyRXP/pyRXP-9999.ebuild
deleted file mode 100644
index 8e4dadb9d..000000000
--- a/dev-python/pyRXP/pyRXP-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit distutils subversion
-
-DESCRIPTION="Binding to RXP, a very fast validating XML parser."
-HOMEPAGE="http://www.reportlab.org/pyrxp.html"
-ESVN_REPO_URI="http://svn.reportlab.com/svn/public/${PN}/trunk/src"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc examples"
-
-DOCS="README"
-
-src_install() {
- if use doc;then
- DOCS="${DOCS} docs/*"
- fi
-
- distutils_src_install
-
- if use examples;then
- docinto examples
- dodoc examples/* || die "dodoc examples code failed"
- fi
-}