summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2003-10-30 08:29:48 +0000
committerRob Cakebread <pythonhead@gentoo.org>2003-10-30 08:29:48 +0000
commitbac2942d3623431e5d4858cdd89f5d34a44faeff (patch)
treeba96c3993bae4c922ef7b73f9474c8446d3210b5 /dev-python/xsv
parentAdded dependency on dev-python/pyltxml (Bug #31962) removed 2.5 (diff)
downloadhistorical-bac2942d3623431e5d4858cdd89f5d34a44faeff.tar.gz
historical-bac2942d3623431e5d4858cdd89f5d34a44faeff.tar.bz2
historical-bac2942d3623431e5d4858cdd89f5d34a44faeff.zip
Added dependency on dev-python/pyltxml (Bug #31962) removed 2.5
Diffstat (limited to 'dev-python/xsv')
-rw-r--r--dev-python/xsv/Manifest4
-rw-r--r--dev-python/xsv/files/digest-xsv-2.5-r1 (renamed from dev-python/xsv/files/digest-xsv-2.5)0
-rw-r--r--dev-python/xsv/xsv-2.5-r1.ebuild (renamed from dev-python/xsv/xsv-2.5.ebuild)7
3 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/xsv/Manifest b/dev-python/xsv/Manifest
index ac17c9cd139c..89fa50bd6219 100644
--- a/dev-python/xsv/Manifest
+++ b/dev-python/xsv/Manifest
@@ -1,4 +1,4 @@
-MD5 f8c2a73919fb479b6a742d51c624cc3d ChangeLog 533
+MD5 d67daa7f7b3594ba4e14ada571845c37 ChangeLog 536
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 d4cc79401241102e9163537fccfd0a15 xsv-2.5-r1.ebuild 454
+MD5 a92b31e06b4a53b54b2431b8c0d8195c xsv-2.5-r1.ebuild 553
MD5 f134d7216c196df2014bcb24241dea89 files/digest-xsv-2.5-r1 59
diff --git a/dev-python/xsv/files/digest-xsv-2.5 b/dev-python/xsv/files/digest-xsv-2.5-r1
index 68beea3188b4..68beea3188b4 100644
--- a/dev-python/xsv/files/digest-xsv-2.5
+++ b/dev-python/xsv/files/digest-xsv-2.5-r1
diff --git a/dev-python/xsv/xsv-2.5.ebuild b/dev-python/xsv/xsv-2.5-r1.ebuild
index 8acd0ceeb92b..3f35982ef671 100644
--- a/dev-python/xsv/xsv-2.5.ebuild
+++ b/dev-python/xsv/xsv-2.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xsv/xsv-2.5.ebuild,v 1.3 2003/10/08 10:39:12 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xsv/xsv-2.5-r1.ebuild,v 1.1 2003/10/30 08:29:42 pythonhead Exp $
inherit distutils
@@ -11,9 +11,10 @@ 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"
+KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
-DEPEND=">=dev-lang/python-2.2.2"
+DEPEND=">=dev-lang/python-2.2.2
+ >=dev-python/pyltxml-1.3"