blob: c916ec9d04e9d3ce6e03efbe21603c07ca4f08ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2005 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.4 2005/02/21 21:32:53 blubb 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 ~ppc ~amd64"
IUSE=""
RDEPEND=">=dev-python/pyxml-0.8.3
${RDEPEND}"
ZPROD_LIST="ParsedXML"
MYDOC="README.DOMProxy README.parseprint ${MYDOC}"
|