Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-1.2.0.ebuild ChangeLog
Date: Thu, 29 Nov 2012 15:32:21
Message-Id: 20121129153210.5920820C65@flycatcher.gentoo.org
1 idella4 12/11/29 15:32:08
2
3 Modified: matplotlib-1.2.0.ebuild ChangeLog
4 Log:
5 Correction to DocCheck to doc check
6
7 (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/matplotlib/matplotlib-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: matplotlib-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- matplotlib-1.2.0.ebuild 29 Nov 2012 10:03:01 -0000 1.1
23 +++ matplotlib-1.2.0.ebuild 29 Nov 2012 15:32:08 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.ebuild,v 1.1 2012/11/29 10:03:01 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0.ebuild,v 1.2 2012/11/29 15:32:08 idella4 Exp $
29
30 EAPI="3"
31
32 @@ -115,11 +115,11 @@
33 || die "sed pyparsing failed"
34
35 DocCheck() {
36 - if [[ "$(python_get_version --major)" == '3' ]]; then
37 + if [[ "$(python_get_version --major)" == '3' ]] && use doc; then
38 eerror ""
39 eerror "Building of docs with python3 currently **FAILS**"
40 eerror "Docs can be built effectively with python2."
41 - eerror "Prepend USE_PYTHON=2.7 and recommence emerge "
42 + eerror "eselect python2 and recommence emerge "
43 eerror ""
44 die
45 fi
46 @@ -170,3 +170,4 @@
47 doins -r examples || die
48 fi
49 }
50 +
51
52
53
54 1.129 dev-python/matplotlib/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.129&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.129&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.128&r2=1.129
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
63 retrieving revision 1.128
64 retrieving revision 1.129
65 diff -u -r1.128 -r1.129
66 --- ChangeLog 29 Nov 2012 10:03:01 -0000 1.128
67 +++ ChangeLog 29 Nov 2012 15:32:08 -0000 1.129
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-python/matplotlib
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.128 2012/11/29 10:03:01 idella4 Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.129 2012/11/29 15:32:08 idella4 Exp $
73 +
74 + 30 Nov 2012; Ian Delaney <idella4@g.o> matplotlib-1.2.0.ebuild:
75 + Correction to DocCheck to doc check
76
77 *matplotlib-1.2.0 (30 Nov 2012)