summaryrefslogtreecommitdiff
blob: c1557ef8bc7bebe3fe82d1c596ea8582aa3e7510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild,v 1.9 2006/01/27 02:51:11 vapier Exp $

inherit zproduct

DESCRIPTION="A MySQL Database Adapter(DA) for zope"
HOMEPAGE="http://sourceforge.net/projects/mysql-python"
SRC_URI="mirror://sourceforge/mysql-python/ZMySQLDA-${PV}.tar.gz"

LICENSE="|| ( GPL-2 CNRI )"
KEYWORDS="~ppc x86"

RDEPEND=">=dev-python/mysql-python-0.9.2"

S=${WORKDIR}/lib/python/Products

ZPROD_LIST="ZMySQLDA"