summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2005-05-08 02:56:13 +0000
committerSteve Arnold <nerdboy@gentoo.org>2005-05-08 02:56:13 +0000
commit2fe3bfe8a95fe3795a6460947d771ec4080421d9 (patch)
treef645739a4458b6d5ea0948de38849913acd78458 /net-zope
parentRevision bump to pull in my writable-string patch I submitted to upstream. Cl... (diff)
downloadgentoo-2-2fe3bfe8a95fe3795a6460947d771ec4080421d9.tar.gz
gentoo-2-2fe3bfe8a95fe3795a6460947d771ec4080421d9.tar.bz2
gentoo-2-2fe3bfe8a95fe3795a6460947d771ec4080421d9.zip
x86 stable bump, added ~sparc to -r1
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/tinytableplus/ChangeLog11
-rw-r--r--net-zope/tinytableplus/Manifest16
-rw-r--r--net-zope/tinytableplus/files/digest-tinytableplus-0.9-r11
-rw-r--r--net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild16
-rw-r--r--net-zope/tinytableplus/tinytableplus-0.9.ebuild6
5 files changed, 33 insertions, 17 deletions
diff --git a/net-zope/tinytableplus/ChangeLog b/net-zope/tinytableplus/ChangeLog
index afd67555074f..f01c3a0832b9 100644
--- a/net-zope/tinytableplus/ChangeLog
+++ b/net-zope/tinytableplus/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-zope/tinytableplus
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/ChangeLog,v 1.3 2004/08/14 14:55:13 swegener Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/ChangeLog,v 1.4 2005/05/08 02:56:13 nerdboy Exp $
+
+*tinytableplus-0.9-r1 (07 May 2005)
+
+ 07 May 2005; Steve Arnold <nerdboy@gentoo.org> +tinytableplus-0.9-r1.ebuild
+ tinytableplus-0.9.ebuild:
+ keyworded for ~sparc, works just fine here with squishdot and zope 2.7x
+ long overdue stable bump for x86
14 Aug 2004; Sven Wegener <swegener@gentoo.org> tinytableplus-0.9.ebuild:
Trimmed trailing whitespace and added IUSE="".
diff --git a/net-zope/tinytableplus/Manifest b/net-zope/tinytableplus/Manifest
index 5f284d84ff61..ad88b09de8c9 100644
--- a/net-zope/tinytableplus/Manifest
+++ b/net-zope/tinytableplus/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 4428f05f342744c25a29dd8dcd903b51 ChangeLog 530
+MD5 e306bcf5cde7e2c37be53a6be56d28ca ChangeLog 783
MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161
-MD5 555df815f9cc530012f81080fe9dd452 tinytableplus-0.9.ebuild 593
+MD5 ecb5a096a261ec863bfdebad8264a138 tinytableplus-0.9.ebuild 592
+MD5 c30a2ba85f93a6de188de932a9f41548 tinytableplus-0.9-r1.ebuild 599
MD5 e9d35289dc985764f9b23b60bddbaf6d files/digest-tinytableplus-0.9 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBHigiI1lqEGTUzyQRAnvzAJ0S9fRmwEMaBHbSIiOEO8iuyZfcqACggKEW
-qVq2DvXLiq3WC8PkHh5rOTo=
-=ubXp
------END PGP SIGNATURE-----
+MD5 e9d35289dc985764f9b23b60bddbaf6d files/digest-tinytableplus-0.9-r1 65
diff --git a/net-zope/tinytableplus/files/digest-tinytableplus-0.9-r1 b/net-zope/tinytableplus/files/digest-tinytableplus-0.9-r1
new file mode 100644
index 000000000000..50952e58761a
--- /dev/null
+++ b/net-zope/tinytableplus/files/digest-tinytableplus-0.9-r1
@@ -0,0 +1 @@
+MD5 9e0d6f428ca9446314fbee86710ae65a TinyTablePlus-0.9.tgz 14177
diff --git a/net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild b/net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild
new file mode 100644
index 000000000000..631c43cdee01
--- /dev/null
+++ b/net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild,v 1.1 2005/05/08 02:56:13 nerdboy 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 ~sparc"
+IUSE=""
+
+ZPROD_LIST="TinyTablePlus"
diff --git a/net-zope/tinytableplus/tinytableplus-0.9.ebuild b/net-zope/tinytableplus/tinytableplus-0.9.ebuild
index e8fc0d323b5f..a6244229ff20 100644
--- a/net-zope/tinytableplus/tinytableplus-0.9.ebuild
+++ b/net-zope/tinytableplus/tinytableplus-0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# 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.3 2004/08/14 14:55:13 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/tinytableplus-0.9.ebuild,v 1.4 2005/05/08 02:56:13 nerdboy Exp $
inherit zproduct
NEW_PV="${PV//./-}"
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.zope.org/Members/hathawsh/TinyTablePlus"
SRC_URI="${HOMEPAGE}/default/TinyTablePlus-${PV}.tgz"
S=${WORKDIR}/lib/python/Products
LICENSE="ZPL"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
ZPROD_LIST="TinyTablePlus"