diff options
author | Jodok Batlogg <batlogg@gentoo.org> | 2005-01-02 12:59:41 +0000 |
---|---|---|
committer | Jodok Batlogg <batlogg@gentoo.org> | 2005-01-02 12:59:41 +0000 |
commit | 3bc840852ae793d2b96df4181cc1c729e14c5a1b (patch) | |
tree | 39eb5ee075f20b8ce0e50b689e2117bc59e39041 /net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild | |
parent | New version - compatible with new baselayout /etc/conf.d/hostname (diff) | |
download | historical-3bc840852ae793d2b96df4181cc1c729e14c5a1b.tar.gz historical-3bc840852ae793d2b96df4181cc1c729e14c5a1b.tar.bz2 historical-3bc840852ae793d2b96df4181cc1c729e14c5a1b.zip |
fix for #71398, dependency >=dev-python/python-mysql-1.0
Diffstat (limited to 'net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild')
-rw-r--r-- | net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild b/net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild new file mode 100644 index 000000000000..7412fc65c14a --- /dev/null +++ b/net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 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-r1.ebuild,v 1.3 2005/01/02 12:59:41 batlogg Exp $ + +inherit zproduct +S="${WORKDIR}/lib/python/Products/" + +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="~x86 ~ppc" +RDEPEND=">=dev-python/mysql-python-1.0 + ${RDEPEND}" + +ZPROD_LIST="ZMySQLDA" +IUSE="" |