blob: 9252bd12c180d9eb935bc6b059cc858777f80e40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/sprout/sprout-0.5.1.ebuild,v 1.1 2005/04/24 13:00:02 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 ~ppc ~amd64"
IUSE=""
ZPROD_LIST="Sprout"
|