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 | |
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')
-rw-r--r-- | net-zope/annotations/ChangeLog | 7 | ||||
-rw-r--r-- | net-zope/annotations/Manifest | 4 | ||||
-rw-r--r-- | net-zope/annotations/annotations-0.4.3.ebuild | 14 | ||||
-rw-r--r-- | net-zope/annotations/files/digest-annotations-0.4.3 | 1 | ||||
-rw-r--r-- | net-zope/annotations/metadata.xml | 5 |
5 files changed, 31 insertions, 0 deletions
diff --git a/net-zope/annotations/ChangeLog b/net-zope/annotations/ChangeLog new file mode 100644 index 000000000000..6633afebf0c0 --- /dev/null +++ b/net-zope/annotations/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for net-zope/annotations +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/annotations/ChangeLog,v 1.1 2004/09/28 15:30:09 radek Exp $ + + 28 Sep 2004; Radoslaw Stachowiak <radek@gentoo.org> : + Initial release, needed for silva-1.0.2 + diff --git a/net-zope/annotations/Manifest b/net-zope/annotations/Manifest new file mode 100644 index 000000000000..0292ff4c5937 --- /dev/null +++ b/net-zope/annotations/Manifest @@ -0,0 +1,4 @@ +MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 +MD5 4924cc40c00e1711756de21c601f763f annotations-0.4.3.ebuild 397 +MD5 ac21e63f6958c3d00a18e5cd44a358bc files/digest-sprout-0.5 58 +MD5 e9814e9de817884a88766ab0f9fc134c files/digest-annotations-0.4.3 64 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" diff --git a/net-zope/annotations/files/digest-annotations-0.4.3 b/net-zope/annotations/files/digest-annotations-0.4.3 new file mode 100644 index 000000000000..9e064aa781f3 --- /dev/null +++ b/net-zope/annotations/files/digest-annotations-0.4.3 @@ -0,0 +1 @@ +MD5 8c0f88e7d2349a93682b07147fbe2fd5 Annotations-0.4.3.tgz 7314 diff --git a/net-zope/annotations/metadata.xml b/net-zope/annotations/metadata.xml new file mode 100644 index 000000000000..46c8eea1b318 --- /dev/null +++ b/net-zope/annotations/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-zope</herd> +</pkgmetadata> |