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: ChangeLog matplotlib-1.1.0.ebuild
Date: Mon, 27 Feb 2012 23:18:21
Message-Id: 20120227231812.04DC42004B@flycatcher.gentoo.org
1 bicatali 12/02/27 23:18:12
2
3 Modified: ChangeLog matplotlib-1.1.0.ebuild
4 Log:
5 really fix the examples directory this time
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.121 dev-python/matplotlib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.121&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.121&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.120&r2=1.121
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
19 retrieving revision 1.120
20 retrieving revision 1.121
21 diff -u -r1.120 -r1.121
22 --- ChangeLog 27 Feb 2012 16:05:59 -0000 1.120
23 +++ ChangeLog 27 Feb 2012 23:18:11 -0000 1.121
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/matplotlib
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.120 2012/02/27 16:05:59 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.121 2012/02/27 23:18:11 bicatali Exp $
29 +
30 + 27 Feb 2012; Sébastien Fabbro <bicatali@g.o> matplotlib-1.1.0.ebuild:
31 + really fix the examples directory this time
32
33 27 Feb 2012; Brent Baude <ranger@g.o> matplotlib-1.1.0.ebuild:
34 Marking matplotlib-1.1.0 ppc for bug 403847
35
36
37
38 1.12 dev-python/matplotlib/matplotlib-1.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild?r1=1.11&r2=1.12
43
44 Index: matplotlib-1.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- matplotlib-1.1.0.ebuild 27 Feb 2012 16:05:59 -0000 1.11
51 +++ matplotlib-1.1.0.ebuild 27 Feb 2012 23:18:11 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.11 2012/02/27 16:05:59 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.12 2012/02/27 23:18:11 bicatali Exp $
57
58 EAPI="3"
59
60 @@ -138,7 +138,7 @@
61 EOF
62 cat <<-EOF >> matplotlibrc.template
63 examples.download : False
64 - examples.directory : ${EPREFIX}/usr/share/${PF}/examples
65 + examples.directory : ${EPREFIX}/usr/share/doc/${PF}/examples
66 EOF
67 fi
68 }