Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.4.2.ebuild
Date: Sun, 01 Jan 2012 18:45:24
Message-Id: 20120101184514.6BD992004B@flycatcher.gentoo.org
1 armin76 12/01/01 18:45:14
2
3 Modified: ChangeLog psycopg-2.4.2.ebuild
4 Log:
5 alpha/ia64/sparc stable wrt #392749
6
7 (Portage version: 2.1.10.43/cvs/Linux ia64)
8
9 Revision Changes Path
10 1.137 dev-python/psycopg/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.137&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.137&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.136&r2=1.137
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
19 retrieving revision 1.136
20 retrieving revision 1.137
21 diff -u -r1.136 -r1.137
22 --- ChangeLog 26 Dec 2011 12:35:38 -0000 1.136
23 +++ ChangeLog 1 Jan 2012 18:45:14 -0000 1.137
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/psycopg
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.136 2011/12/26 12:35:38 maekke Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.137 2012/01/01 18:45:14 armin76 Exp $
30 +
31 + 01 Jan 2012; Raúl Porcel <armin76@g.o> psycopg-2.4.2.ebuild:
32 + alpha/ia64/sparc stable wrt #392749
33
34 26 Dec 2011; Markus Meier <maekke@g.o> psycopg-2.4.2.ebuild:
35 x86 stable, bug #392749
36
37
38
39 1.4 dev-python/psycopg/psycopg-2.4.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.2.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.2.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.2.ebuild?r1=1.3&r2=1.4
44
45 Index: psycopg-2.4.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.2.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- psycopg-2.4.2.ebuild 26 Dec 2011 12:35:38 -0000 1.3
52 +++ psycopg-2.4.2.ebuild 1 Jan 2012 18:45:14 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.2.ebuild,v 1.3 2011/12/26 12:35:38 maekke Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.2.ebuild,v 1.4 2012/01/01 18:45:14 armin76 Exp $
59
60 EAPI="3"
61 SUPPORT_PYTHON_ABIS="1"
62 @@ -17,7 +17,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="2"
66 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
67 +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
68 IUSE="debug doc examples mxdatetime"
69
70 RDEPEND=">=dev-db/postgresql-base-8.1