Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: psycopg-2.6.ebuild ChangeLog
Date: Mon, 02 Mar 2015 04:01:58
Message-Id: 20150302040151.4401912DA0@oystercatcher.gentoo.org
1 patrick 15/03/02 04:01:51
2
3 Modified: psycopg-2.6.ebuild ChangeLog
4 Log:
5 Fix doc build #539948
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 dev-python/psycopg/psycopg-2.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.6.ebuild?r1=1.1&r2=1.2
15
16 Index: psycopg-2.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- psycopg-2.6.ebuild 12 Feb 2015 06:08:34 -0000 1.1
23 +++ psycopg-2.6.ebuild 2 Mar 2015 04:01:51 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.6.ebuild,v 1.1 2015/02/12 06:08:34 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.6.ebuild,v 1.2 2015/03/02 04:01:51 patrick Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
32 @@ -58,13 +58,12 @@
33 }
34
35 python_compile_all() {
36 - use doc && emake -C doc -j1 html text
37 + use doc && emake -C doc/src -j1 html text
38 }
39
40 python_install_all() {
41 if use doc; then
42 - dodoc doc/psycopg2.txt
43 - dohtml -r doc/html/.
44 + dohtml -r doc/src/_build/html/.
45 fi
46
47 use examples && local EXAMPLES=( examples/. )
48
49
50
51 1.196 dev-python/psycopg/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.196&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.196&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.195&r2=1.196
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
60 retrieving revision 1.195
61 retrieving revision 1.196
62 diff -u -r1.195 -r1.196
63 --- ChangeLog 12 Feb 2015 06:08:34 -0000 1.195
64 +++ ChangeLog 2 Mar 2015 04:01:51 -0000 1.196
65 @@ -1,6 +1,9 @@
66 # ChangeLog for dev-python/psycopg
67 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.195 2015/02/12 06:08:34 patrick Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.196 2015/03/02 04:01:51 patrick Exp $
70 +
71 + 02 Mar 2015; Patrick Lauer <patrick@g.o> psycopg-2.6.ebuild:
72 + Fix doc build #539948
73
74 *psycopg-2.6 (12 Feb 2015)