diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-28 15:37:37 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-28 15:37:37 +0000 |
commit | 710e2646c1de90bc990e99ce70bde2d5fdcc6e51 (patch) | |
tree | 86e26c5a7ba610b45d4a2be59d60088a1689d3f7 /net-zope/sprout/sprout-0.5.ebuild | |
parent | Initial release (diff) | |
download | historical-710e2646c1de90bc990e99ce70bde2d5fdcc6e51.tar.gz historical-710e2646c1de90bc990e99ce70bde2d5fdcc6e51.tar.bz2 historical-710e2646c1de90bc990e99ce70bde2d5fdcc6e51.zip |
Initial release.
Diffstat (limited to 'net-zope/sprout/sprout-0.5.ebuild')
-rw-r--r-- | net-zope/sprout/sprout-0.5.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-zope/sprout/sprout-0.5.ebuild b/net-zope/sprout/sprout-0.5.ebuild new file mode 100644 index 000000000000..c201419a562f --- /dev/null +++ b/net-zope/sprout/sprout-0.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/sprout/sprout-0.5.ebuild,v 1.1 2004/09/28 15:33:37 radek Exp $ + +inherit zproduct + +DESCRIPTION="Python library which contains reusable components (XML related)." +HOMEPAGE="http://www.infrae.com/download/Sprout" +SRC_URI="${HOMEPAGE}/${PV}/Sprout-${PV}.tgz" +LICENSE="ZPL" +KEYWORDS="~x86" +IUSE="" + +ZPROD_LIST="Sprout" |