blob: 51c2be6e8fa44883a4f1c268e7279e6133e8e2e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/silva/silva-0.9.1.2.ebuild,v 1.6 2006/01/27 02:45:05 vapier Exp $
inherit zproduct
DESCRIPTION="XML Publishing and authoring system"
HOMEPAGE="http://www.zope.org/Members/faassen/Silva"
SRC_URI="${HOMEPAGE}/Silva-${PV}.tgz"
LICENSE="ZPL"
KEYWORDS="~ppc x86"
RDEPEND=">=net-zope/parsedxml-1.3.1
>=net-zope/formulator-1.3.1
>=net-zope/xmlwidgets-0.8.4
>=net-zope/filesystemsite-1.2"
ZPROD_LIST="Silva"
|