Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-0.99.1.1-r1.ebuild ChangeLog matplotlib-0.99.1.1.ebuild
Date: Mon, 08 Feb 2010 08:43:58
Message-Id: E1NePDo-0004vs-2q@stork.gentoo.org
1 pva 10/02/08 08:43:56
2
3 Modified: matplotlib-0.99.1.1-r1.ebuild ChangeLog
4 matplotlib-0.99.1.1.ebuild
5 Log:
6 Add inherit eutils for epatch.
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/matplotlib/matplotlib-0.99.1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: matplotlib-0.99.1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- matplotlib-0.99.1.1-r1.ebuild 6 Feb 2010 14:13:41 -0000 1.1
23 +++ matplotlib-0.99.1.1-r1.ebuild 8 Feb 2010 08:43:55 -0000 1.2
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1-r1.ebuild,v 1.1 2010/02/06 14:13:41 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1-r1.ebuild,v 1.2 2010/02/08 08:43:55 pva Exp $
29
30 EAPI="2"
31 PYTHON_DEPEND="2"
32 SUPPORT_PYTHON_ABIS="1"
33 WX_GTK_VER="2.8"
34
35 -inherit distutils wxwidgets
36 +inherit eutils distutils wxwidgets
37
38 PDOC="users_guide_${PV}"
39
40
41
42
43 1.80 dev-python/matplotlib/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.80&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.80&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.79&r2=1.80
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
52 retrieving revision 1.79
53 retrieving revision 1.80
54 diff -u -r1.79 -r1.80
55 --- ChangeLog 6 Feb 2010 14:13:41 -0000 1.79
56 +++ ChangeLog 8 Feb 2010 08:43:55 -0000 1.80
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-python/matplotlib
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.79 2010/02/06 14:13:41 arfrever Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.80 2010/02/08 08:43:55 pva Exp $
62 +
63 + 08 Feb 2010; Peter Volkov <pva@g.o> matplotlib-0.99.1.1.ebuild,
64 + matplotlib-0.99.1.1-r1.ebuild:
65 + Add inherit eutils for epatch.
66
67 *matplotlib-0.99.1.1-r1 (06 Feb 2010)
68
69
70
71
72 1.11 dev-python/matplotlib/matplotlib-0.99.1.1.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild?rev=1.11&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild?rev=1.11&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild?r1=1.10&r2=1.11
77
78 Index: matplotlib-0.99.1.1.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v
81 retrieving revision 1.10
82 retrieving revision 1.11
83 diff -u -r1.10 -r1.11
84 --- matplotlib-0.99.1.1.ebuild 2 Jan 2010 19:13:27 -0000 1.10
85 +++ matplotlib-0.99.1.1.ebuild 8 Feb 2010 08:43:55 -0000 1.11
86 @@ -1,10 +1,10 @@
87 # Copyright 1999-2010 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $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 $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.11 2010/02/08 08:43:55 pva Exp $
91
92 WX_GTK_VER=2.8
93 EAPI=2
94 -inherit distutils wxwidgets
95 +inherit eutils distutils wxwidgets
96
97 PDOC="users_guide_${PV}"