diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-07 03:52:09 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-07 03:52:09 +0000 |
commit | bb89b785d389792bcdced3e53c409ddef8b5699e (patch) | |
tree | b2d34566e7ea2d48612a27d83b057feb0060f170 /net-zope/zmysqlda | |
parent | Forgot to add this file. (diff) | |
download | gentoo-2-bb89b785d389792bcdced3e53c409ddef8b5699e.tar.gz gentoo-2-bb89b785d389792bcdced3e53c409ddef8b5699e.tar.bz2 gentoo-2-bb89b785d389792bcdced3e53c409ddef8b5699e.zip |
Initial import.
Diffstat (limited to 'net-zope/zmysqlda')
-rw-r--r-- | net-zope/zmysqlda/ChangeLog | 9 | ||||
-rw-r--r-- | net-zope/zmysqlda/files/digest-zmysqlda-2.0.8 | 1 | ||||
-rw-r--r-- | net-zope/zmysqlda/zmysqlda-2.0.8.ebuild | 17 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net-zope/zmysqlda/ChangeLog b/net-zope/zmysqlda/ChangeLog new file mode 100644 index 000000000000..f75aebbbadaf --- /dev/null +++ b/net-zope/zmysqlda/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-zope/zmysqlda +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/ChangeLog,v 1.1 2003/03/07 03:52:09 kutsuya Exp $ + +*zmysqlda-2.0.8 (06 Mar 2003) + + 06 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> zmysqlda-2.0.8.ebuild: + Initial import. + diff --git a/net-zope/zmysqlda/files/digest-zmysqlda-2.0.8 b/net-zope/zmysqlda/files/digest-zmysqlda-2.0.8 new file mode 100644 index 000000000000..369742138c35 --- /dev/null +++ b/net-zope/zmysqlda/files/digest-zmysqlda-2.0.8 @@ -0,0 +1 @@ +MD5 74332272e53b13c6b19d3185d575699c ZMySQLDA-2.0.8.tar.gz 12442 diff --git a/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild b/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild new file mode 100644 index 000000000000..fe988dcbab94 --- /dev/null +++ b/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 2002-2003 Gentoo Technologies, Inc. +# 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.1 2003/03/07 03:52:09 kutsuya 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" +RDEPEND=">=dev-python/mysql-python-py21-0.9.2 + ${RDEPEND}" + +ZPROD_LIST="ZMySQLDA" + |