* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.0.12.ebuild
@ 2009-10-11 9:20 Fabian Groffen (grobian)
0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-11 9:20 UTC (permalink / raw
To: gentoo-commits
grobian 09/10/11 09:20:18
Modified: ChangeLog psycopg-2.0.12.ebuild
Log:
Merge from Prefix
(Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)
Revision Changes Path
1.86 dev-python/psycopg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 7 Oct 2009 17:48:42 -0000 1.85
+++ ChangeLog 11 Oct 2009 09:20:18 -0000 1.86
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/psycopg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.85 2009/10/07 17:48:42 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.86 2009/10/11 09:20:18 grobian Exp $
+
+ 11 Oct 2009; Fabian Groffen <grobian@gentoo.org>
+ +files/psycopg-2.0.9-round-solaris.patch, psycopg-2.0.12.ebuild:
+ Merge from Prefix
07 Oct 2009; nixnut <nixnut@gentoo.org> psycopg-2.0.12.ebuild:
ppc stable #286257
1.6 dev-python/psycopg/psycopg-2.0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?r1=1.5&r2=1.6
Index: psycopg-2.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- psycopg-2.0.12.ebuild 7 Oct 2009 17:48:42 -0000 1.5
+++ psycopg-2.0.12.ebuild 11 Oct 2009 09:20:18 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.5 2009/10/07 17:48:42 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.6 2009/10/11 09:20:18 grobian Exp $
EAPI="2"
@@ -15,7 +15,7 @@
SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
HOMEPAGE="http://initd.org/projects/psycopg2"
SLOT="2"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
LICENSE="GPL-2"
IUSE="debug doc examples mxdatetime"
@@ -31,6 +31,7 @@
src_prepare() {
epatch "${FILESDIR}/${P}-setup.py.patch"
+ epatch "${FILESDIR}"/${PN}-2.0.9-round-solaris.patch
if use debug; then
sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die "sed failed"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.0.12.ebuild
@ 2009-11-11 14:35 Fabian Groffen (grobian)
0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2009-11-11 14:35 UTC (permalink / raw
To: gentoo-commits
grobian 09/11/11 14:35:12
Modified: ChangeLog psycopg-2.0.12.ebuild
Log:
Marked ~x64-macos, thanks Matt Michalowski, bug #291936
(Portage version: 2.2.00.14771-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.88 dev-python/psycopg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 11 Nov 2009 00:05:38 -0000 1.87
+++ ChangeLog 11 Nov 2009 14:35:11 -0000 1.88
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/psycopg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.87 2009/11/11 00:05:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.88 2009/11/11 14:35:11 grobian Exp $
+
+ 11 Nov 2009; Fabian Groffen <grobian@gentoo.org> psycopg-2.0.12.ebuild:
+ Marked ~x64-macos, thanks Matt Michalowski, bug #291936
11 Nov 2009; Brent Baude <ranger@gentoo.org> psycopg-2.0.12.ebuild:
Marking psycopg-2.0.12 ppc64 for bug 286257
1.8 dev-python/psycopg/psycopg-2.0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?r1=1.7&r2=1.8
Index: psycopg-2.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- psycopg-2.0.12.ebuild 11 Nov 2009 00:05:38 -0000 1.7
+++ psycopg-2.0.12.ebuild 11 Nov 2009 14:35:11 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.7 2009/11/11 00:05:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.8 2009/11/11 14:35:11 grobian Exp $
EAPI="2"
@@ -15,7 +15,7 @@
SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
HOMEPAGE="http://initd.org/projects/psycopg2"
SLOT="2"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
LICENSE="GPL-2"
IUSE="debug doc examples mxdatetime"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.0.12.ebuild
@ 2009-11-11 0:05 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-11-11 0:05 UTC (permalink / raw
To: gentoo-commits
ranger 09/11/11 00:05:39
Modified: ChangeLog psycopg-2.0.12.ebuild
Log:
Marking psycopg-2.0.12 ppc64 for bug 286257
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Revision Changes Path
1.87 dev-python/psycopg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 11 Oct 2009 09:20:18 -0000 1.86
+++ ChangeLog 11 Nov 2009 00:05:38 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/psycopg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.86 2009/10/11 09:20:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.87 2009/11/11 00:05:38 ranger Exp $
+
+ 11 Nov 2009; Brent Baude <ranger@gentoo.org> psycopg-2.0.12.ebuild:
+ Marking psycopg-2.0.12 ppc64 for bug 286257
11 Oct 2009; Fabian Groffen <grobian@gentoo.org>
+files/psycopg-2.0.9-round-solaris.patch, psycopg-2.0.12.ebuild:
1.7 dev-python/psycopg/psycopg-2.0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?r1=1.6&r2=1.7
Index: psycopg-2.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- psycopg-2.0.12.ebuild 11 Oct 2009 09:20:18 -0000 1.6
+++ psycopg-2.0.12.ebuild 11 Nov 2009 00:05:38 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.6 2009/10/11 09:20:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.7 2009/11/11 00:05:38 ranger Exp $
EAPI="2"
@@ -15,7 +15,7 @@
SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
HOMEPAGE="http://initd.org/projects/psycopg2"
SLOT="2"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
LICENSE="GPL-2"
IUSE="debug doc examples mxdatetime"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.0.12.ebuild
@ 2009-10-07 17:48 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-07 17:48 UTC (permalink / raw
To: gentoo-commits
nixnut 09/10/07 17:48:42
Modified: ChangeLog psycopg-2.0.12.ebuild
Log:
ppc stable #286257
(Portage version: 2.1.6.13/cvs/Linux ppc)
Revision Changes Path
1.85 dev-python/psycopg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 30 Sep 2009 17:45:51 -0000 1.84
+++ ChangeLog 7 Oct 2009 17:48:42 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/psycopg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.84 2009/09/30 17:45:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.85 2009/10/07 17:48:42 nixnut Exp $
+
+ 07 Oct 2009; nixnut <nixnut@gentoo.org> psycopg-2.0.12.ebuild:
+ ppc stable #286257
30 Sep 2009; Raúl Porcel <armin76@gentoo.org> psycopg-2.0.12.ebuild:
alpha/ia64/sparc stable wrt #286257
1.5 dev-python/psycopg/psycopg-2.0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?r1=1.4&r2=1.5
Index: psycopg-2.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- psycopg-2.0.12.ebuild 30 Sep 2009 17:45:51 -0000 1.4
+++ psycopg-2.0.12.ebuild 7 Oct 2009 17:48:42 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.4 2009/09/30 17:45:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.5 2009/10/07 17:48:42 nixnut Exp $
EAPI="2"
@@ -15,7 +15,7 @@
SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
HOMEPAGE="http://initd.org/projects/psycopg2"
SLOT="2"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
LICENSE="GPL-2"
IUSE="debug doc examples mxdatetime"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.0.12.ebuild
@ 2009-09-30 17:45 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-09-30 17:45 UTC (permalink / raw
To: gentoo-commits
armin76 09/09/30 17:45:51
Modified: ChangeLog psycopg-2.0.12.ebuild
Log:
alpha/ia64/sparc stable wrt #286257
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.84 dev-python/psycopg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 27 Sep 2009 11:45:39 -0000 1.83
+++ ChangeLog 30 Sep 2009 17:45:51 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/psycopg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.83 2009/09/27 11:45:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.84 2009/09/30 17:45:51 armin76 Exp $
+
+ 30 Sep 2009; Raúl Porcel <armin76@gentoo.org> psycopg-2.0.12.ebuild:
+ alpha/ia64/sparc stable wrt #286257
27 Sep 2009; Markus Meier <maekke@gentoo.org> psycopg-2.0.12.ebuild:
amd64/x86 stable, bug #286257
1.4 dev-python/psycopg/psycopg-2.0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?r1=1.3&r2=1.4
Index: psycopg-2.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psycopg-2.0.12.ebuild 27 Sep 2009 11:45:39 -0000 1.3
+++ psycopg-2.0.12.ebuild 30 Sep 2009 17:45:51 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.3 2009/09/27 11:45:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.4 2009/09/30 17:45:51 armin76 Exp $
EAPI="2"
@@ -15,7 +15,7 @@
SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
HOMEPAGE="http://initd.org/projects/psycopg2"
SLOT="2"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
LICENSE="GPL-2"
IUSE="debug doc examples mxdatetime"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.0.12.ebuild
@ 2009-09-27 11:45 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-09-27 11:45 UTC (permalink / raw
To: gentoo-commits
maekke 09/09/27 11:45:39
Modified: ChangeLog psycopg-2.0.12.ebuild
Log:
amd64/x86 stable, bug #286257
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Revision Changes Path
1.83 dev-python/psycopg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 7 Sep 2009 13:55:06 -0000 1.82
+++ ChangeLog 27 Sep 2009 11:45:39 -0000 1.83
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/psycopg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.82 2009/09/07 13:55:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.83 2009/09/27 11:45:39 maekke Exp $
+
+ 27 Sep 2009; Markus Meier <maekke@gentoo.org> psycopg-2.0.12.ebuild:
+ amd64/x86 stable, bug #286257
07 Sep 2009; Raúl Porcel <armin76@gentoo.org> psycopg-2.0.11.ebuild:
ia64/sparc stable wrt #278366
1.3 dev-python/psycopg/psycopg-2.0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild?r1=1.2&r2=1.3
Index: psycopg-2.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- psycopg-2.0.12.ebuild 25 Aug 2009 15:37:26 -0000 1.2
+++ psycopg-2.0.12.ebuild 27 Sep 2009 11:45:39 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.2 2009/08/25 15:37:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.12.ebuild,v 1.3 2009/09/27 11:45:39 maekke Exp $
EAPI="2"
@@ -15,7 +15,7 @@
SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
HOMEPAGE="http://initd.org/projects/psycopg2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
LICENSE="GPL-2"
IUSE="debug doc examples mxdatetime"
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-11-11 14:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 9:20 [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.0.12.ebuild Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2009-11-11 14:35 Fabian Groffen (grobian)
2009-11-11 0:05 Brent Baude (ranger)
2009-10-07 17:48 Gysbert Wassenaar (nixnut)
2009-09-30 17:45 Raul Porcel (armin76)
2009-09-27 11:45 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox