summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/zodb/zodb-3.6.0.ebuild')
-rw-r--r--net-zope/zodb/zodb-3.6.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-zope/zodb/zodb-3.6.0.ebuild b/net-zope/zodb/zodb-3.6.0.ebuild
new file mode 100644
index 000000000000..e35735ea36ed
--- /dev/null
+++ b/net-zope/zodb/zodb-3.6.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 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.1 2006/01/05 21:47:08 chrb 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="~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.3.5"
+
+S=${WORKDIR}/${MY_P}3-${PV}