diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/silvametadata | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2 historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip |
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/silvametadata')
-rw-r--r-- | net-zope/silvametadata/silvametadata-0.8.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-zope/silvametadata/silvametadata-0.8.ebuild b/net-zope/silvametadata/silvametadata-0.8.ebuild index 444a895a953e..e976dc1a097f 100644 --- a/net-zope/silvametadata/silvametadata-0.8.ebuild +++ b/net-zope/silvametadata/silvametadata-0.8.ebuild @@ -1,14 +1,14 @@ -# 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/silvametadata/silvametadata-0.8.ebuild,v 1.4 2005/02/21 21:27:42 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/silvametadata/silvametadata-0.8.ebuild,v 1.5 2006/01/27 02:45:45 vapier Exp $ inherit zproduct -DESCRIPTION="Silva Metadata can be used to create metadata sets and associate these with Zope object types." +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 ~ppc ~amd64" -IUSE="" +KEYWORDS="~amd64 ~ppc x86" ZPROD_LIST="SilvaMetadata" |