blob: ee326e8ecf81440a9c814d0b2e8b3492a0f6f53b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.6.0.ebuild,v 1.5 2009/06/01 09:15:43 ssuominen Exp $
inherit distutils
MY_P="ZODB"
DESCRIPTION="Zope Object DataBase"
HOMEPAGE="http://zope.org/Products/ZODB3.6"
SRC_URI="http://zope.org/Products/${MY_P}3.6/${MY_P}%20${PV}/${MY_P}3-${PV}.tgz"
LICENSE="ZPL"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND=">=dev-lang/python-2.4"
DEPEND="${RDEPEND}
!net-zope/zopeinterface"
S=${WORKDIR}/${MY_P}3-${PV}
|