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: matplotlib-0.90.1.ebuild ChangeLog
Date: Sat, 03 Nov 2007 15:27:31
Message-Id: E1IoKuD-0006iE-Sd@stork.gentoo.org
1 bicatali 07/11/03 15:27:25
2
3 Modified: matplotlib-0.90.1.ebuild ChangeLog
4 Log:
5 dvipng is now enabled with the tetex use flag
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.5 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.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild?r1=1.4&r2=1.5
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.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- matplotlib-0.90.1.ebuild 19 Aug 2007 02:17:29 -0000 1.4
22 +++ matplotlib-0.90.1.ebuild 3 Nov 2007 15:27:25 -0000 1.5
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.4 2007/08/19 02:17:29 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.5 2007/11/03 15:27:25 bicatali 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 tk"
36 +IUSE="doc examples gtk tetex tk"
37 SLOT="0"
38 KEYWORDS="~amd64 ~ppc ~x86"
39 LICENSE="PYTHON"
40 @@ -23,7 +23,6 @@
41 dev-python/numarray
42 >=dev-python/numeric-23
43 )
44 - !<dev-python/numpy-1.0
45 >=media-libs/freetype-2.1.7
46 media-libs/libpng
47 sys-libs/zlib
48 @@ -32,7 +31,7 @@
49 dev-python/python-dateutil"
50
51 RDEPEND="${DEPEND}
52 - app-text/dvipng
53 + tetex? ( app-text/dvipng )
54 media-fonts/ttf-bitstream-vera"
55
56 DOCS="INTERACTIVE API_CHANGES NUMARRAY_ISSUES"
57 @@ -47,7 +46,7 @@
58 cd "${S}"
59
60 # disable autodetection (use flags) and install data files
61 - epatch "${FILESDIR}/${P}-setup.patch"
62 + epatch "${FILESDIR}"/${P}-setup.patch
63 sed -i \
64 -e "/^BUILD_GTK/s/'auto'/$(use gtk && echo 1 || echo 0)/g" \
65 -e "/^BUILD_WX/s/'auto'/0/g" \
66
67
68
69 1.34 dev-python/matplotlib/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.34&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.34&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.33&r2=1.34
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
78 retrieving revision 1.33
79 retrieving revision 1.34
80 diff -u -r1.33 -r1.34
81 --- ChangeLog 18 Aug 2007 18:32:14 -0000 1.33
82 +++ ChangeLog 3 Nov 2007 15:27:25 -0000 1.34
83 @@ -1,6 +1,10 @@
84 # ChangeLog for dev-python/matplotlib
85 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.33 2007/08/18 18:32:14 bicatali Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.34 2007/11/03 15:27:25 bicatali Exp $
88 +
89 + 03 Nov 2007; Sébastien Fabbro <bicatali@g.o>
90 + matplotlib-0.90.1.ebuild:
91 + dvipng is now enabled with the tetex use flag
92
93 18 Aug 2007; Sébastien Fabbro <bicatali@g.o>
94 matplotlib-0.90.1.ebuild:
95
96
97
98 --
99 gentoo-commits@g.o mailing list