summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/zmysqlda')
-rw-r--r--net-zope/zmysqlda/ChangeLog9
-rw-r--r--net-zope/zmysqlda/Manifest16
-rw-r--r--net-zope/zmysqlda/files/digest-zmysqlda-2.0.8-r11
-rw-r--r--net-zope/zmysqlda/zmysqlda-2.0.8-r1.ebuild17
-rw-r--r--net-zope/zmysqlda/zmysqlda-2.0.8.ebuild4
5 files changed, 31 insertions, 16 deletions
diff --git a/net-zope/zmysqlda/ChangeLog b/net-zope/zmysqlda/ChangeLog
index 4ecd60e15d2c..616415c9f5f4 100644
--- a/net-zope/zmysqlda/ChangeLog
+++ b/net-zope/zmysqlda/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-zope/zmysqlda
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/ChangeLog,v 1.7 2004/10/24 15:47:29 swegener Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/ChangeLog,v 1.8 2005/01/02 12:59:41 batlogg Exp $
+
+*zmysqlda-2.0.8-r1 (02 Jan 2005)
+
+ 02 Jan 2005; Jodok Batlogg <batlogg@gentoo.org>; +zmysqlda-2.0.8-r1.ebuild:
+ fix for #71398, dependency >=dev-python/python-mysql-1.0
24 Oct 2004; Sven Wegener <swegener@gentoo.org> zmysqlda-2.0.8.ebuild:
Fixed LICENSE syntax and broken Manifest.
diff --git a/net-zope/zmysqlda/Manifest b/net-zope/zmysqlda/Manifest
index 8f4740fb0704..6c188fdc9a9d 100644
--- a/net-zope/zmysqlda/Manifest
+++ b/net-zope/zmysqlda/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 35d52a8c41732ddb0cb9c980b8496b57 ChangeLog 929
+MD5 6128180c743d71e2fdd058b8b713e125 zmysqlda-2.0.8-r1.ebuild 587
+MD5 8818d0f49475cf835b38c30a60a5d325 zmysqlda-2.0.8.ebuild 585
+MD5 fda3d6d31e246c8efbc15d53b0b0e8be ChangeLog 1100
MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161
-MD5 63f078bc43abb620bfea32dc8afa1d48 zmysqlda-2.0.8.ebuild 586
MD5 e9a7a5cd66f90aedf983fdfcef9f2c36 files/digest-zmysqlda-2.0.8 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBe86bI1lqEGTUzyQRAplhAJ0TclSbbWWHMJZZ/vBGwxBJhJTAJACglDcN
-0a/swOk9+f9a9Q2y8fTcNaI=
-=iSZz
------END PGP SIGNATURE-----
+MD5 e9a7a5cd66f90aedf983fdfcef9f2c36 files/digest-zmysqlda-2.0.8-r1 65
diff --git a/net-zope/zmysqlda/files/digest-zmysqlda-2.0.8-r1 b/net-zope/zmysqlda/files/digest-zmysqlda-2.0.8-r1
new file mode 100644
index 000000000000..369742138c35
--- /dev/null
+++ b/net-zope/zmysqlda/files/digest-zmysqlda-2.0.8-r1
@@ -0,0 +1 @@
+MD5 74332272e53b13c6b19d3185d575699c ZMySQLDA-2.0.8.tar.gz 12442
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=""
diff --git a/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild b/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild
index 2a5a4903320d..4ac014d37a5b 100644
--- a/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild
+++ b/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.ebuild,v 1.7 2004/10/24 15:47:29 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild,v 1.8 2005/01/02 12:59:41 batlogg Exp $
inherit zproduct
S="${WORKDIR}/lib/python/Products/"