Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-0.90.1.ebuild ChangeLog
Date: Fri, 23 Nov 2007 09:35:13
Message-Id: E1IvUwG-0002jE-99@stork.gentoo.org
1 hawking 07/11/23 09:35:08
2
3 Modified: matplotlib-0.90.1.ebuild ChangeLog
4 Log:
5 switched dvi to latex, added virtual/latex-base and virtual/ghostscript to DEPEND.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.7 dev-python/matplotlib/matplotlib-0.90.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild?r1=1.6&r2=1.7
14
15 Index: matplotlib-0.90.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- matplotlib-0.90.1.ebuild 23 Nov 2007 01:04:22 -0000 1.6
22 +++ matplotlib-0.90.1.ebuild 23 Nov 2007 09:35:07 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.6 2007/11/23 01:04:22 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.7 2007/11/23 09:35:07 hawking Exp $
28
29 NEED_PYTHON=2.3
30
31 @@ -13,7 +13,7 @@
32 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
33 doc? ( http://matplotlib.sourceforge.net/users_guide_${DOC_PV}.pdf )"
34
35 -IUSE="doc examples gtk dvi tk"
36 +IUSE="doc examples gtk latex tk"
37 SLOT="0"
38 KEYWORDS="~amd64 ~ppc ~x86"
39 LICENSE="PYTHON"
40 @@ -31,7 +31,9 @@
41 dev-python/python-dateutil"
42
43 RDEPEND="${DEPEND}
44 - dvi? ( app-text/dvipng )
45 + latex? ( virtual/latex-base
46 + virtual/ghostscript
47 + app-text/dvipng )
48 media-fonts/ttf-bitstream-vera"
49
50 DOCS="INTERACTIVE API_CHANGES NUMARRAY_ISSUES"
51
52
53
54 1.36 dev-python/matplotlib/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.36&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.36&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.35&r2=1.36
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
63 retrieving revision 1.35
64 retrieving revision 1.36
65 diff -u -r1.35 -r1.36
66 --- ChangeLog 23 Nov 2007 01:04:22 -0000 1.35
67 +++ ChangeLog 23 Nov 2007 09:35:07 -0000 1.36
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-python/matplotlib
70 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.35 2007/11/23 01:04:22 hawking Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.36 2007/11/23 09:35:07 hawking Exp $
73 +
74 + 23 Nov 2007; Ali Polatel <hawking@g.o> matplotlib-0.90.1.ebuild:
75 + switched dvi to latex, added virtual/latex-base and virtual/ghostscript to
76 + DEPEND.
77
78 23 Nov 2007; Ali Polatel <hawking@g.o> matplotlib-0.90.1.ebuild:
79 switched tetex USE to dvi wrt #196745
80
81
82
83 --
84 gentoo-commits@g.o mailing list