Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib/files: matplotlib-0.98.5.2-no-xv.patch
Date: Sat, 28 Feb 2009 21:19:00
Message-Id: E1LdWaI-0004QJ-4s@stork.gentoo.org
1 bicatali 09/02/28 21:18:58
2
3 Modified: matplotlib-0.98.5.2-no-xv.patch
4 Log:
5 More documentation building fixes: added graphviz dependency, and applied patch on doc examples instead of regular examples
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch?r1=1.1&r2=1.2
14
15 Index: matplotlib-0.98.5.2-no-xv.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- matplotlib-0.98.5.2-no-xv.patch 27 Feb 2009 17:49:50 -0000 1.1
22 +++ matplotlib-0.98.5.2-no-xv.patch 28 Feb 2009 21:18:58 -0000 1.2
23 @@ -1,5 +1,5 @@
24 ---- examples/pylab_examples/to_numeric.py.orig 2009-02-27 17:10:43.000000000 +0000
25 -+++ examples/pylab_examples/to_numeric.py 2009-02-27 17:06:20.000000000 +0000
26 +--- doc/mpl_examples/pylab_examples/to_numeric.py.orig 2009-02-27 17:10:43.000000000 +0000
27 ++++ doc/mpl_examples/pylab_examples/to_numeric.py 2009-02-27 17:06:20.000000000 +0000
28 @@ -28,6 +28,6 @@
29 X = fromstring(s, uint8)
30 X.shape = h, w, 3