blob: 08609dfd40f2cc07de3808724b4ac2ebd3823bdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/silvametadata/silvametadata-0.8.ebuild,v 1.1 2004/09/28 15:35:09 radek Exp $
inherit zproduct
DESCRIPTION="Silva Metadata can be used to create metadata sets and associate these with Zope object types."
HOMEPAGE="http://www.infrae.com/download/SilvaMetadata"
SRC_URI="${HOMEPAGE}/${PV}/SilvaMetadata-${PV}.tgz"
LICENSE="ZPL"
KEYWORDS="~x86"
IUSE=""
ZPROD_LIST="SilvaMetadata"
|