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 01:04:30
Message-Id: E1IvMxz-0007Lt-BV@stork.gentoo.org
1 hawking 07/11/23 01:04:23
2
3 Modified: matplotlib-0.90.1.ebuild ChangeLog
4 Log:
5 switched tetex USE to dvi wrt #196745
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- matplotlib-0.90.1.ebuild 3 Nov 2007 15:27:25 -0000 1.5
22 +++ matplotlib-0.90.1.ebuild 23 Nov 2007 01:04:22 -0000 1.6
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.5 2007/11/03 15:27:25 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.6 2007/11/23 01:04:22 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 tetex tk"
36 +IUSE="doc examples gtk dvi tk"
37 SLOT="0"
38 KEYWORDS="~amd64 ~ppc ~x86"
39 LICENSE="PYTHON"
40 @@ -31,7 +31,7 @@
41 dev-python/python-dateutil"
42
43 RDEPEND="${DEPEND}
44 - tetex? ( app-text/dvipng )
45 + dvi? ( app-text/dvipng )
46 media-fonts/ttf-bitstream-vera"
47
48 DOCS="INTERACTIVE API_CHANGES NUMARRAY_ISSUES"
49
50
51
52 1.35 dev-python/matplotlib/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.35&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.35&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.34&r2=1.35
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
61 retrieving revision 1.34
62 retrieving revision 1.35
63 diff -u -r1.34 -r1.35
64 --- ChangeLog 3 Nov 2007 15:27:25 -0000 1.34
65 +++ ChangeLog 23 Nov 2007 01:04:22 -0000 1.35
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-python/matplotlib
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.34 2007/11/03 15:27:25 bicatali Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.35 2007/11/23 01:04:22 hawking Exp $
71 +
72 + 23 Nov 2007; Ali Polatel <hawking@g.o> matplotlib-0.90.1.ebuild:
73 + switched tetex USE to dvi wrt #196745
74
75 03 Nov 2007; Sébastien Fabbro <bicatali@g.o>
76 matplotlib-0.90.1.ebuild:
77
78
79
80 --
81 gentoo-commits@g.o mailing list