diff options
Diffstat (limited to 'net-zope/zodb/zodb-3.3.1.ebuild')
-rw-r--r-- | net-zope/zodb/zodb-3.3.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/net-zope/zodb/zodb-3.3.1.ebuild b/net-zope/zodb/zodb-3.3.1.ebuild deleted file mode 100644 index 63ba0cb80ee1..000000000000 --- a/net-zope/zodb/zodb-3.3.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.3.1.ebuild,v 1.9 2010/02/08 09:01:24 pva Exp $ - -inherit eutils distutils - -MY_P=ZODB -DESCRIPTION="Zope Object DataBase" -HOMEPAGE="http://zope.org/Products/ZODB3.3" -SRC_URI="http://zope.org/Products/${MY_P}3.3/${MY_P}%20${PV}/${MY_P}3-${PV}.tgz" - -LICENSE="ZPL" -SLOT="3.3" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="<dev-lang/python-2.5" -DEPEND="${RDEPEND} - !net-zope/zope-interface" - -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 -} |