Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.99.1.1.ebuild
Date: Sat, 02 Jan 2010 19:13:34
Message-Id: E1NR9Pk-0000n8-1u@stork.gentoo.org
1 yngwin 10/01/02 19:13:28
2
3 Modified: ChangeLog matplotlib-0.99.1.1.ebuild
4 Log:
5 Remove qt3 support
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.78 dev-python/matplotlib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.78&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.78&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.77&r2=1.78
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
18 retrieving revision 1.77
19 retrieving revision 1.78
20 diff -u -r1.77 -r1.78
21 --- ChangeLog 26 Dec 2009 19:40:13 -0000 1.77
22 +++ ChangeLog 2 Jan 2010 19:13:27 -0000 1.78
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/matplotlib
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.77 2009/12/26 19:40:13 pva Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.78 2010/01/02 19:13:27 yngwin Exp $
29 +
30 + 02 Jan 2010; Ben de Groot <yngwin@g.o> matplotlib-0.99.1.1.ebuild:
31 + Remove qt3 support
32
33 26 Dec 2009; Peter Volkov <pva@g.o> matplotlib-0.99.1.1.ebuild:
34 virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
35
36
37
38 1.10 dev-python/matplotlib/matplotlib-0.99.1.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild?r1=1.9&r2=1.10
43
44 Index: matplotlib-0.99.1.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- matplotlib-0.99.1.1.ebuild 26 Dec 2009 19:40:13 -0000 1.9
51 +++ matplotlib-0.99.1.1.ebuild 2 Jan 2010 19:13:27 -0000 1.10
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.9 2009/12/26 19:40:13 pva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.10 2010/01/02 19:13:27 yngwin Exp $
58
59 WX_GTK_VER=2.8
60 EAPI=2
61 @@ -12,7 +12,7 @@
62 HOMEPAGE="http://matplotlib.sourceforge.net/ http://pypi.python.org/pypi/matplotlib"
63 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
64
65 -IUSE="cairo doc excel examples fltk gtk latex qt3 qt4 traits tk wxwidgets"
66 +IUSE="cairo doc excel examples fltk gtk latex qt4 traits tk wxwidgets"
67 SLOT="0"
68 KEYWORDS="amd64 ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
69 LICENSE="PYTHON BSD"
70 @@ -48,7 +48,6 @@
71 cairo? ( dev-python/pycairo )
72 excel? ( dev-python/xlwt )
73 fltk? ( dev-python/pyfltk )
74 - qt3? ( dev-python/PyQt )
75 qt4? ( dev-python/PyQt4[X] )
76 traits? ( dev-python/traits dev-python/configobj )
77 latex? (
78 @@ -93,7 +92,6 @@
79 $(use_setup gtk)
80 $(use_setup tk)
81 $(use_setup wxwidgets wx)
82 - $(use_setup qt3 qt)
83 $(use_setup qt4)
84 $(use_setup fltk)
85 $(use_setup cairo)