diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-28 15:30:09 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-28 15:30:09 +0000 |
commit | 270de7da2e3f6fc470ceb7b207f3391140d58cde (patch) | |
tree | ffce6a8d3b132566220ebc07f8e09830c747b128 /net-zope/annotations/annotations-0.4.3.ebuild | |
parent | version bump + removed restrict nomirror (Manifest recommit) (diff) | |
download | gentoo-2-270de7da2e3f6fc470ceb7b207f3391140d58cde.tar.gz gentoo-2-270de7da2e3f6fc470ceb7b207f3391140d58cde.tar.bz2 gentoo-2-270de7da2e3f6fc470ceb7b207f3391140d58cde.zip |
Initial released.
Diffstat (limited to 'net-zope/annotations/annotations-0.4.3.ebuild')
-rw-r--r-- | net-zope/annotations/annotations-0.4.3.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-zope/annotations/annotations-0.4.3.ebuild b/net-zope/annotations/annotations-0.4.3.ebuild new file mode 100644 index 000000000000..6eb08c5b6cf7 --- /dev/null +++ b/net-zope/annotations/annotations-0.4.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 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.1 2004/09/28 15:30:09 radek Exp $ + +inherit zproduct + +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" +IUSE="" + +ZPROD_LIST="Annotations" |