diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-09 13:32:01 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-09 13:32:01 +0000 |
commit | 5df46c1dbf705c281c59c5ee446c0fa8453a99d8 (patch) | |
tree | 7ac2f27c837a4ee533a9a9d14ab30c0635304679 /net-zope/tinytableplus | |
parent | Added automake/autoconf dependency. (diff) | |
download | historical-5df46c1dbf705c281c59c5ee446c0fa8453a99d8.tar.gz historical-5df46c1dbf705c281c59c5ee446c0fa8453a99d8.tar.bz2 historical-5df46c1dbf705c281c59c5ee446c0fa8453a99d8.zip |
initial import, thx to jared@ninebelow.com, bug #40511
Diffstat (limited to 'net-zope/tinytableplus')
-rw-r--r-- | net-zope/tinytableplus/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/tinytableplus/Manifest | 4 | ||||
-rw-r--r-- | net-zope/tinytableplus/files/digest-tinytableplus-0.9 | 1 | ||||
-rw-r--r-- | net-zope/tinytableplus/metadata.xml | 5 | ||||
-rw-r--r-- | net-zope/tinytableplus/tinytableplus-0.9.ebuild | 15 |
5 files changed, 35 insertions, 0 deletions
diff --git a/net-zope/tinytableplus/ChangeLog b/net-zope/tinytableplus/ChangeLog new file mode 100644 index 000000000000..b98f28ce5e20 --- /dev/null +++ b/net-zope/tinytableplus/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/tinytableplus +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/ChangeLog,v 1.1 2004/02/09 13:32:01 lanius Exp $ + +*tinytableplus-0.9 (09 Feb 2004) + + 09 Feb 2004; Heinrich Wendel <lanius@gentoo.org> metadata.xml, + tinytableplus-0.9.ebuild: + initial import, thx to jared@ninebelow.com, bug #40511 + diff --git a/net-zope/tinytableplus/Manifest b/net-zope/tinytableplus/Manifest new file mode 100644 index 000000000000..395d5ceff84d --- /dev/null +++ b/net-zope/tinytableplus/Manifest @@ -0,0 +1,4 @@ +MD5 e1f15ad4c045ca6e6d2869803a64c035 tinytableplus-0.9.ebuild 593 +MD5 fe60fdc6d9f72a2fa39c27705d5951ff ChangeLog 411 +MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 +MD5 e9d35289dc985764f9b23b60bddbaf6d files/digest-tinytableplus-0.9 65 diff --git a/net-zope/tinytableplus/files/digest-tinytableplus-0.9 b/net-zope/tinytableplus/files/digest-tinytableplus-0.9 new file mode 100644 index 000000000000..50952e58761a --- /dev/null +++ b/net-zope/tinytableplus/files/digest-tinytableplus-0.9 @@ -0,0 +1 @@ +MD5 9e0d6f428ca9446314fbee86710ae65a TinyTablePlus-0.9.tgz 14177 diff --git a/net-zope/tinytableplus/metadata.xml b/net-zope/tinytableplus/metadata.xml new file mode 100644 index 000000000000..46c8eea1b318 --- /dev/null +++ b/net-zope/tinytableplus/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> diff --git a/net-zope/tinytableplus/tinytableplus-0.9.ebuild b/net-zope/tinytableplus/tinytableplus-0.9.ebuild new file mode 100644 index 000000000000..6f07b7dbf839 --- /dev/null +++ b/net-zope/tinytableplus/tinytableplus-0.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/tinytableplus-0.9.ebuild,v 1.1 2004/02/09 13:32:01 lanius Exp $ + +inherit zproduct +NEW_PV="${PV//./-}" + +DESCRIPTION="TinyTable (a product designed to manage a small amount of tabular dat) with update capability" +HOMEPAGE="http://www.zope.org/Members/hathawsh/TinyTablePlus" +SRC_URI="${HOMEPAGE}/default/TinyTablePlus-${PV}.tgz" +S=${WORKDIR}/lib/python/Products +LICENSE="ZPL" +KEYWORDS="~x86" + +ZPROD_LIST="TinyTablePlus" |