diff options
author | 2005-06-10 19:43:18 +0000 | |
---|---|---|
committer | 2005-06-10 19:43:18 +0000 | |
commit | 0577226de2ea755f0dff94d2c4738e49e6a574cb (patch) | |
tree | fe4a62bfe6acd11fd12111a8478ca4ff9de89911 /net-zope/zodb/zodb-3.4.0.ebuild | |
parent | Changing mad->mp3; bug #94045. (diff) | |
download | gentoo-2-0577226de2ea755f0dff94d2c4738e49e6a574cb.tar.gz gentoo-2-0577226de2ea755f0dff94d2c4738e49e6a574cb.tar.bz2 gentoo-2-0577226de2ea755f0dff94d2c4738e49e6a574cb.zip |
version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-zope/zodb/zodb-3.4.0.ebuild')
-rw-r--r-- | net-zope/zodb/zodb-3.4.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net-zope/zodb/zodb-3.4.0.ebuild b/net-zope/zodb/zodb-3.4.0.ebuild new file mode 100644 index 000000000000..263e679081af --- /dev/null +++ b/net-zope/zodb/zodb-3.4.0.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.0.ebuild,v 1.1 2005/06/10 19:43:18 radek 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="~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 +} |