summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-07-28 12:22:18 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-07-28 12:22:18 +0000
commitb0cbdd6823a8dc8b8b8fb0b095e75e5a070968d9 (patch)
treed0184755238bdc44b796bdb8e915c829819b7929 /net-zope/zpsycopgda
parentversion bump. new compatible version with R-2.3.x (#140842) (diff)
downloadgentoo-2-b0cbdd6823a8dc8b8b8fb0b095e75e5a070968d9.tar.gz
gentoo-2-b0cbdd6823a8dc8b8b8fb0b095e75e5a070968d9.tar.bz2
gentoo-2-b0cbdd6823a8dc8b8b8fb0b095e75e5a070968d9.zip
Preparing psycopg deps for slotted psycopg-2.0.2 (#125719)
(Portage version: 2.1-r1)
Diffstat (limited to 'net-zope/zpsycopgda')
-rw-r--r--net-zope/zpsycopgda/ChangeLog8
-rw-r--r--net-zope/zpsycopgda/files/digest-zpsycopgda-1.1.212
-rw-r--r--net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild4
-rw-r--r--net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild4
-rw-r--r--net-zope/zpsycopgda/zpsycopgda-1.1.21.ebuild4
5 files changed, 14 insertions, 8 deletions
diff --git a/net-zope/zpsycopgda/ChangeLog b/net-zope/zpsycopgda/ChangeLog
index 8f71c1f5f014..50af1275bc43 100644
--- a/net-zope/zpsycopgda/ChangeLog
+++ b/net-zope/zpsycopgda/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-zope/zpsycopgda
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/ChangeLog,v 1.5 2005/12/11 19:42:17 radek Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/ChangeLog,v 1.6 2006/07/28 12:22:18 liquidx Exp $
+
+ 28 Jul 2006; Alastair Tse <liquidx@gentoo.org> zpsycopgda-1.1.2.ebuild,
+ zpsycopgda-1.1.15.ebuild, zpsycopgda-1.1.21.ebuild:
+ Preparing psycopg deps for slotted psycopg-2.0.2 (#125719)
*zpsycopgda-1.1.21 (11 Dec 2005)
diff --git a/net-zope/zpsycopgda/files/digest-zpsycopgda-1.1.21 b/net-zope/zpsycopgda/files/digest-zpsycopgda-1.1.21
index dc8ec82d24df..c3c6b0b97d78 100644
--- a/net-zope/zpsycopgda/files/digest-zpsycopgda-1.1.21
+++ b/net-zope/zpsycopgda/files/digest-zpsycopgda-1.1.21
@@ -1 +1,3 @@
MD5 a31f79f68d6d32898d6f24e11369a106 psycopg-1.1.21.tar.gz 213753
+RMD160 de74a70b16353f69de7e898059a7a1d8418ad2ee psycopg-1.1.21.tar.gz 213753
+SHA256 f487d02e8e8837ec7e62e4e0f50bcb974e73b7765333b032ac50c07bf12ce240 psycopg-1.1.21.tar.gz 213753
diff --git a/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild b/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild
index f1421624329c..e73259a94796 100644
--- a/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild
+++ b/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild,v 1.2 2006/01/27 02:53:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild,v 1.3 2006/07/28 12:22:18 liquidx Exp $
inherit zproduct
@@ -11,7 +11,7 @@ SRC_URI="http://initd.org/pub/software/psycopg/psycopg-${PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~ppc x86"
-RDEPEND=">=dev-python/psycopg-${PV}"
+RDEPEND="<dev-python/psycopg-1.99"
S=${WORKDIR}/psycopg-${PV}
diff --git a/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild b/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild
index 357f8755fd11..b08a0126dbf3 100644
--- a/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild
+++ b/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild,v 1.7 2006/01/27 02:53:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild,v 1.8 2006/07/28 12:22:18 liquidx Exp $
inherit zproduct
@@ -11,7 +11,7 @@ SRC_URI="http://initd.org/pub/software/psycopg/psycopg-${PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~ppc x86"
-RDEPEND=">=dev-python/psycopg-${PV}"
+RDEPEND="<dev-python/psycopg-1.99"
S=${WORKDIR}/psycopg-${PV}
diff --git a/net-zope/zpsycopgda/zpsycopgda-1.1.21.ebuild b/net-zope/zpsycopgda/zpsycopgda-1.1.21.ebuild
index 017fde263489..4208ab003beb 100644
--- a/net-zope/zpsycopgda/zpsycopgda-1.1.21.ebuild
+++ b/net-zope/zpsycopgda/zpsycopgda-1.1.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.21.ebuild,v 1.2 2006/01/27 02:53:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.21.ebuild,v 1.3 2006/07/28 12:22:18 liquidx Exp $
inherit zproduct
@@ -11,7 +11,7 @@ SRC_URI="http://initd.org/pub/software/psycopg/psycopg-${PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~ppc ~x86"
-RDEPEND=">=dev-python/psycopg-${PV}"
+RDEPEND="<dev-python/psycopg-1.99"
S=${WORKDIR}/psycopg-${PV}