diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-28 15:24:35 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-28 15:24:35 +0000 |
commit | 253237206f418c7ef9d718d39a8645f50361fef0 (patch) | |
tree | 28bba9dce32e2951ead8d250345b30ad95d978a3 /net-zope/parsedxml/parsedxml-1.4.ebuild | |
parent | ~hppa support (Manifest recommit) (diff) | |
download | gentoo-2-253237206f418c7ef9d718d39a8645f50361fef0.tar.gz gentoo-2-253237206f418c7ef9d718d39a8645f50361fef0.tar.bz2 gentoo-2-253237206f418c7ef9d718d39a8645f50361fef0.zip |
Version bump.
Diffstat (limited to 'net-zope/parsedxml/parsedxml-1.4.ebuild')
-rw-r--r-- | net-zope/parsedxml/parsedxml-1.4.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-zope/parsedxml/parsedxml-1.4.ebuild b/net-zope/parsedxml/parsedxml-1.4.ebuild new file mode 100644 index 000000000000..80262c6ea115 --- /dev/null +++ b/net-zope/parsedxml/parsedxml-1.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/parsedxml/parsedxml-1.4.ebuild,v 1.1 2004/09/28 15:24:35 radek Exp $ + +inherit zproduct + +DESCRIPTION="XML objects for Zope." +HOMEPAGE="http://www.infrae.com/download/ParsedXML" +SRC_URI="${HOMEPAGE}/${PV}/ParsedXML-${PV}.tgz" +LICENSE="ZPL" +KEYWORDS="~x86" +IUSE="" +RDEPEND=">=dev-python/pyxml-0.8.3 + ${RDEPEND}" + +ZPROD_LIST="ParsedXML" +MYDOC="README.DOMProxy README.parseprint ${MYDOC}" |