summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/xsv/xsv-2.5-r1.ebuild')
-rw-r--r--dev-python/xsv/xsv-2.5-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/xsv/xsv-2.5-r1.ebuild b/dev-python/xsv/xsv-2.5-r1.ebuild
deleted file mode 100644
index a6e481dbb4c0..000000000000
--- a/dev-python/xsv/xsv-2.5-r1.ebuild
+++ /dev/null
@@ -1,20 +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/xsv/xsv-2.5-r1.ebuild,v 1.3 2005/02/07 04:35:33 fserb Exp $
-
-inherit distutils
-
-MY_P=${P/xsv/XSV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Python XML Schema Validator"
-SRC_URI="ftp://ftp.cogsci.ed.ac.uk/pub/XSV/${MY_P}.tar.gz"
-HOMEPAGE="http://www.ltg.ed.ac.uk/~ht/xsv-status.html"
-
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2.2
- >=dev-python/pyltxml-1.3"