Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-1.1.0.ebuild matplotlib-1.0.1-r1.ebuild ChangeLog
Date: Sat, 03 Dec 2011 18:06:21
Message-Id: 20111203180601.511E72004B@flycatcher.gentoo.org
1 hwoarang 11/12/03 18:06:01
2
3 Modified: matplotlib-1.1.0.ebuild matplotlib-1.0.1-r1.ebuild
4 ChangeLog
5 Log:
6 Fix LICENSE. Patch by Arfrever
7
8 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-python/matplotlib/matplotlib-1.1.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild?r1=1.1&r2=1.2
16
17 Index: matplotlib-1.1.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- matplotlib-1.1.0.ebuild 25 Nov 2011 05:47:17 -0000 1.1
24 +++ matplotlib-1.1.0.ebuild 3 Dec 2011 18:06:01 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.1 2011/11/25 05:47:17 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.2 2011/12/03 18:06:01 hwoarang Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="2"
33 @@ -21,7 +21,11 @@
34 IUSE="cairo doc excel examples fltk gtk latex qt4 traits tk wxwidgets"
35 SLOT="0"
36 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
37 -LICENSE="PYTHON BSD"
38 +# Main license: matplotlib
39 +# Some modules: BSD
40 +# matplotlib/backends/qt4_editor: MIT
41 +# Fonts: BitstreamVera, OFL-1.1
42 +LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
43
44 CDEPEND="dev-python/numpy
45 dev-python/python-dateutil
46
47
48
49 1.9 dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild?rev=1.9&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild?rev=1.9&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild?r1=1.8&r2=1.9
54
55 Index: matplotlib-1.0.1-r1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v
58 retrieving revision 1.8
59 retrieving revision 1.9
60 diff -u -r1.8 -r1.9
61 --- matplotlib-1.0.1-r1.ebuild 6 Oct 2011 20:09:15 -0000 1.8
62 +++ matplotlib-1.0.1-r1.ebuild 3 Dec 2011 18:06:01 -0000 1.9
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2011 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.8 2011/10/06 20:09:15 aballier Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.9 2011/12/03 18:06:01 hwoarang Exp $
68
69 EAPI="3"
70 PYTHON_DEPEND="2"
71 @@ -21,7 +21,11 @@
72 IUSE="cairo doc excel examples fltk gtk latex qt4 traits tk wxwidgets"
73 SLOT="0"
74 KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
75 -LICENSE="PYTHON BSD"
76 +# Main license: matplotlib
77 +# Some modules: BSD
78 +# matplotlib/backends/qt4_editor: MIT
79 +# Fonts: BitstreamVera, OFL-1.1
80 +LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
81
82 CDEPEND="dev-python/numpy
83 dev-python/python-dateutil
84
85
86
87 1.111 dev-python/matplotlib/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.111&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.111&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.110&r2=1.111
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
96 retrieving revision 1.110
97 retrieving revision 1.111
98 diff -u -r1.110 -r1.111
99 --- ChangeLog 25 Nov 2011 05:47:17 -0000 1.110
100 +++ ChangeLog 3 Dec 2011 18:06:01 -0000 1.111
101 @@ -1,6 +1,10 @@
102 # ChangeLog for dev-python/matplotlib
103 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.110 2011/11/25 05:47:17 bicatali Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.111 2011/12/03 18:06:01 hwoarang Exp $
106 +
107 + 03 Dec 2011; Markos Chandras <hwoarang@g.o> matplotlib-1.0.1-r1.ebuild,
108 + matplotlib-1.1.0.ebuild:
109 + Fix LICENSE. Patch by Arfrever
110
111 *matplotlib-1.1.0 (25 Nov 2011)