diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:28:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:28:26 +0000 |
commit | 5c0557249d8cdc82553c166e5dc5d57388c0a48b (patch) | |
tree | f72376072c085646a26f344111ad85d0d8b4b16c /net-zope/annotations | |
parent | Version bump. (diff) | |
download | gentoo-2-5c0557249d8cdc82553c166e5dc5d57388c0a48b.tar.gz gentoo-2-5c0557249d8cdc82553c166e5dc5d57388c0a48b.tar.bz2 gentoo-2-5c0557249d8cdc82553c166e5dc5d57388c0a48b.zip |
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/annotations')
-rw-r--r-- | net-zope/annotations/annotations-0.4.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-zope/annotations/annotations-0.4.3.ebuild b/net-zope/annotations/annotations-0.4.3.ebuild index e916878503b6..51a95e6d6143 100644 --- a/net-zope/annotations/annotations-0.4.3.ebuild +++ b/net-zope/annotations/annotations-0.4.3.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/annotations/annotations-0.4.3.ebuild,v 1.4 2005/02/21 21:29:05 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/annotations/annotations-0.4.3.ebuild,v 1.5 2006/01/27 02:24:47 vapier Exp $ inherit zproduct -DESCRIPTION="Annotations is a generic way to add information to arbitrary Zope objects." +DESCRIPTION="Annotations is a generic way to add information to arbitrary Zope objects" HOMEPAGE="http://www.infrae.com/download/Annotations" SRC_URI="${HOMEPAGE}/${PV}/Annotations-${PV}.tgz" + LICENSE="ZPL" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="" +KEYWORDS="~amd64 ~ppc x86" ZPROD_LIST="Annotations" |