diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-08-10 19:59:32 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-08-10 19:59:32 +0000 |
commit | c4d65d8b0b0c97f83b0a33541a88d7bfe4648268 (patch) | |
tree | 54420a126a279d5e76542ecc20d576313ee0153d /net-zope | |
parent | marked ~amd64. closes bug #102046 (diff) | |
download | historical-c4d65d8b0b0c97f83b0a33541a88d7bfe4648268.tar.gz historical-c4d65d8b0b0c97f83b0a33541a88d7bfe4648268.tar.bz2 historical-c4d65d8b0b0c97f83b0a33541a88d7bfe4648268.zip |
Zodb version bump - this is the version that will ship with Zope 2.8.1. It includes bugfixes for memory leaks and ZEO client cache tracing. It does not support Zope 2.6 or 2.7.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zodb/ChangeLog | 9 | ||||
-rw-r--r-- | net-zope/zodb/Manifest | 12 | ||||
-rw-r--r-- | net-zope/zodb/files/digest-zodb-3.4.1 | 1 | ||||
-rw-r--r-- | net-zope/zodb/zodb-3.4.1.ebuild | 34 |
4 files changed, 50 insertions, 6 deletions
diff --git a/net-zope/zodb/ChangeLog b/net-zope/zodb/ChangeLog index 7bcd3a78bcda..1288f9f77063 100644 --- a/net-zope/zodb/ChangeLog +++ b/net-zope/zodb/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-zope/zodb # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/ChangeLog,v 1.18 2005/07/08 21:08:38 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/ChangeLog,v 1.19 2005/08/10 19:59:32 chrb Exp $ + +*zodb-3.4.1 (10 Aug 2005) + + 10 Aug 2005; Chris Bainbridge <chrb@gentoo.org> +zodb-3.4.1.ebuild: + Zodb version bump - this is the version that will ship with Zope 2.8.1. It + includes bugfixes for memory leaks and ZEO client cache tracing. It does not + support Zope 2.6 or 2.7. *zodb-3.2.9 (08 Jul 2005) diff --git a/net-zope/zodb/Manifest b/net-zope/zodb/Manifest index aa433e0d5945..a8db40ccbe45 100644 --- a/net-zope/zodb/Manifest +++ b/net-zope/zodb/Manifest @@ -1,11 +1,13 @@ +MD5 64df441796f717cbd5e92feda3550d8c ChangeLog 2664 +MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 MD5 399820563467ed67eb17a91be0d9d495 zodb-3.2.8.ebuild 620 -MD5 65893b0816da3a9513e272105ca81614 zodb-3.3.1.ebuild 740 MD5 7fe8aae559966a4f5e10cbb99dae84da zodb-3.2.9.ebuild 621 +MD5 65893b0816da3a9513e272105ca81614 zodb-3.3.1.ebuild 740 MD5 3740dcb62c6784df9849c0e2364e536a zodb-3.4.0.ebuild 740 -MD5 eb67967f2b09be8a9a2ccb31e906f394 ChangeLog 2384 -MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 +MD5 0d855454f68dad39082c57c2aad4c826 zodb-3.4.1.ebuild 739 MD5 4b4349967cd390c49c5f8b7f6d991f14 files/zodb-3.3.1_umaskbug.patch 704 +MD5 9142c6655945c0e3d7b51811d3450654 files/digest-zodb-3.4.0 61 +MD5 3d574bdd418fdbcf73684f535731af8f files/digest-zodb-3.3.1 61 +MD5 cbb73e06606a55c4a9bce4d3a69a1119 files/digest-zodb-3.4.1 61 MD5 27a91b40c9701da470369eda322ef786 files/digest-zodb-3.2.8 60 MD5 ccd57537a21261a171605e4205d626d0 files/digest-zodb-3.2.9 60 -MD5 3d574bdd418fdbcf73684f535731af8f files/digest-zodb-3.3.1 61 -MD5 9142c6655945c0e3d7b51811d3450654 files/digest-zodb-3.4.0 61 diff --git a/net-zope/zodb/files/digest-zodb-3.4.1 b/net-zope/zodb/files/digest-zodb-3.4.1 new file mode 100644 index 000000000000..ac165a049264 --- /dev/null +++ b/net-zope/zodb/files/digest-zodb-3.4.1 @@ -0,0 +1 @@ +MD5 3ee077be503c0bb27164a9757e07c0ce ZODB3-3.4.1.tgz 1188444 diff --git a/net-zope/zodb/zodb-3.4.1.ebuild b/net-zope/zodb/zodb-3.4.1.ebuild new file mode 100644 index 000000000000..0c3b65c9edf6 --- /dev/null +++ b/net-zope/zodb/zodb-3.4.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.4.1.ebuild,v 1.1 2005/08/10 19:59:32 chrb Exp $ + +inherit distutils + +MY_P=ZODB + +DESCRIPTION="Zope Object DataBase." +HOMEPAGE="http://zope.org/Products/ZODB3.4" +SRC_URI="http://zope.org/Products/${MY_P}3.4/${MY_P}%20${PV}/${MY_P}3-${PV}.tgz" +LICENSE="ZPL" +SLOT="3.4" +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.3.5" + +S=${WORKDIR}/${MY_P}3-${PV} + +src_unpack() { + unpack ${A} + cd ${S}/${ZPROD_LIST} + # epatch ${FILESDIR}/${PF}_umaskbug.patch +} + +src_compile() { + distutils_src_compile +} + +src_install() { + distutils_src_install + dohtml -a html -r Doc ExtensionClass +} |