Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-1.2.0-r2.ebuild ChangeLog
Date: Sun, 24 Feb 2013 11:45:32
Message-Id: 20130224114529.2372C2171D@flycatcher.gentoo.org
1 mgorny 13/02/24 11:45:28
2
3 Modified: matplotlib-1.2.0-r2.ebuild ChangeLog
4 Log:
5 Fix building docs, bug #456228.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
8
9 Revision Changes Path
10 1.6 dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild?r1=1.5&r2=1.6
15
16 Index: matplotlib-1.2.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- matplotlib-1.2.0-r2.ebuild 10 Feb 2013 22:28:02 -0000 1.5
23 +++ matplotlib-1.2.0-r2.ebuild 24 Feb 2013 11:45:28 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.5 2013/02/10 22:28:02 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.6 2013/02/24 11:45:28 mgorny Exp $
29
30 EAPI=5
31
32 @@ -168,6 +168,9 @@
33 if use doc; then
34 cd doc || die
35
36 + # necessary for in-source build
37 + local -x PYTHONPATH="${BUILD_DIR}"/build/lib:${PYTHONPATH}
38 +
39 unset DISPLAY # bug #278524
40 VARTEXFONTS="${T}"/fonts \
41 "${PYTHON}" ./make.py --small html || die
42
43
44
45 1.142 dev-python/matplotlib/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.142&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.142&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.141&r2=1.142
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
54 retrieving revision 1.141
55 retrieving revision 1.142
56 diff -u -r1.141 -r1.142
57 --- ChangeLog 10 Feb 2013 22:28:02 -0000 1.141
58 +++ ChangeLog 24 Feb 2013 11:45:28 -0000 1.142
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/matplotlib
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.141 2013/02/10 22:28:02 mgorny Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.142 2013/02/24 11:45:28 mgorny Exp $
64 +
65 + 24 Feb 2013; Michał Górny <mgorny@g.o> matplotlib-1.2.0-r2.ebuild:
66 + Fix building docs, bug #456228.
67
68 10 Feb 2013; Michał Górny <mgorny@g.o> matplotlib-1.2.0-r2.ebuild:
69 Link the bug for py2 deps.