diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-05-08 02:56:13 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-05-08 02:56:13 +0000 |
commit | 3e17cdc6b80c6fb60b8d18ebc09fa625054ca0b5 (patch) | |
tree | f3449ec6300d25a3e3f1206b3430e3a761dc37a6 /net-zope | |
parent | Revision bump to pull in my writable-string patch I submitted to upstream. Cl... (diff) | |
download | historical-3e17cdc6b80c6fb60b8d18ebc09fa625054ca0b5.tar.gz historical-3e17cdc6b80c6fb60b8d18ebc09fa625054ca0b5.tar.bz2 historical-3e17cdc6b80c6fb60b8d18ebc09fa625054ca0b5.zip |
x86 stable bump, added ~sparc to -r1
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/tinytableplus/ChangeLog | 11 | ||||
-rw-r--r-- | net-zope/tinytableplus/Manifest | 16 | ||||
-rw-r--r-- | net-zope/tinytableplus/files/digest-tinytableplus-0.9-r1 | 1 | ||||
-rw-r--r-- | net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild | 16 | ||||
-rw-r--r-- | net-zope/tinytableplus/tinytableplus-0.9.ebuild | 6 |
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..491d734bd846 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 6737a8a7ed16265bfbe051ae30b07e30 ChangeLog 782 MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 -MD5 555df815f9cc530012f81080fe9dd452 tinytableplus-0.9.ebuild 593 +MD5 66d1800f8aaf3890bf32b63ebdb07996 tinytableplus-0.9.ebuild 591 +MD5 b41baf1e1b3bc966dc366c1cc166d8b0 tinytableplus-0.9-r1.ebuild 601 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" |