diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:49:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:49:08 +0000 |
commit | 1acec6f33fff422fb4fe2b514c0ebb69ea7fc623 (patch) | |
tree | ba2647f178a0ab2388ffcd3f491a5f8f748e4138 /net-zope/silva/silva-0.9.1.2.ebuild | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | gentoo-2-1acec6f33fff422fb4fe2b514c0ebb69ea7fc623.tar.gz gentoo-2-1acec6f33fff422fb4fe2b514c0ebb69ea7fc623.tar.bz2 gentoo-2-1acec6f33fff422fb4fe2b514c0ebb69ea7fc623.zip |
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/silva/silva-0.9.1.2.ebuild')
-rw-r--r-- | net-zope/silva/silva-0.9.1.2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-zope/silva/silva-0.9.1.2.ebuild b/net-zope/silva/silva-0.9.1.2.ebuild index 97121686a78e..51c2be6e8fa4 100644 --- a/net-zope/silva/silva-0.9.1.2.ebuild +++ b/net-zope/silva/silva-0.9.1.2.ebuild @@ -1,18 +1,19 @@ -# 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/silva/silva-0.9.1.2.ebuild,v 1.5 2005/02/21 21:37:23 blubb Exp $ +# $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="x86 ~ppc" +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 - ${RDEPEND}" + >=net-zope/filesystemsite-1.2" ZPROD_LIST="Silva" |