diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2 historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip |
misc touchups
Package-Manager: portage-2.1_pre3-r1
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, 9 insertions, 8 deletions
diff --git a/net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild b/net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild index 7412fc65c14a..9f7c306c2e35 100644 --- a/net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild +++ b/net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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-r1.ebuild,v 1.3 2005/01/02 12:59:41 batlogg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild,v 1.4 2006/01/27 02:51:11 vapier Exp $ inherit zproduct -S="${WORKDIR}/lib/python/Products/" -DESCRIPTION="A MySQL Database Adapter(DA) for zope." +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}" +KEYWORDS="~ppc ~x86" + +RDEPEND=">=dev-python/mysql-python-1.0" + +S=${WORKDIR}/lib/python/Products/ ZPROD_LIST="ZMySQLDA" -IUSE="" |