diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/parsedxml | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2 historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip |
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/parsedxml')
-rw-r--r-- | net-zope/parsedxml/parsedxml-1.4.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-zope/parsedxml/parsedxml-1.4.ebuild b/net-zope/parsedxml/parsedxml-1.4.ebuild index c916ec9d04e9..f66fa1ae5ab1 100644 --- a/net-zope/parsedxml/parsedxml-1.4.ebuild +++ b/net-zope/parsedxml/parsedxml-1.4.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/parsedxml/parsedxml-1.4.ebuild,v 1.5 2006/01/27 02:39:45 vapier Exp $ inherit zproduct -DESCRIPTION="XML objects for Zope." +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}" +KEYWORDS="~amd64 ~ppc x86" + +RDEPEND=">=dev-python/pyxml-0.8.3" ZPROD_LIST="ParsedXML" MYDOC="README.DOMProxy README.parseprint ${MYDOC}" |