diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2005-03-28 15:56:18 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2005-03-28 15:56:18 +0000 |
commit | f0c9ae65ec6f790b41430b6815b6bf6fbfce1912 (patch) | |
tree | e82e753baa05cefcd6acaee740241591c10d099a /net-zope/xmlwidgets/xmlwidgets-0.11.ebuild | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-f0c9ae65ec6f790b41430b6815b6bf6fbfce1912.tar.gz gentoo-2-f0c9ae65ec6f790b41430b6815b6bf6fbfce1912.tar.bz2 gentoo-2-f0c9ae65ec6f790b41430b6815b6bf6fbfce1912.zip |
version bump, and removed oldest ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-zope/xmlwidgets/xmlwidgets-0.11.ebuild')
-rw-r--r-- | net-zope/xmlwidgets/xmlwidgets-0.11.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-zope/xmlwidgets/xmlwidgets-0.11.ebuild b/net-zope/xmlwidgets/xmlwidgets-0.11.ebuild new file mode 100644 index 000000000000..fccbacd671e5 --- /dev/null +++ b/net-zope/xmlwidgets/xmlwidgets-0.11.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/xmlwidgets/xmlwidgets-0.11.ebuild,v 1.1 2005/03/28 15:56:18 radek Exp $ + +inherit zproduct + +DESCRIPTION="UI widgets for Zope XML objects." +HOMEPAGE="http://www.infrae.com/download/XMLWidgets" +SRC_URI="${HOMEPAGE}/${PV}/XMLWidgets-${PV}.tgz" +LICENSE="ZPL" +IUSE="" +KEYWORDS="~x86 ~amd64" +RDEPEND=">=net-zope/parsedxml-1.4 + ${RDEPEND}" + +ZPROD_LIST="XMLWidgets" |