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/gnuplot-py: ChangeLog gnuplot-py-1.7-r2.ebuild
Date: Tue, 20 Nov 2007 21:15:38
Message-Id: E1IuaRP-0007Oy-SQ@stork.gentoo.org
1 hawking 07/11/20 21:15:31
2
3 Modified: ChangeLog
4 Added: gnuplot-py-1.7-r2.ebuild
5 Log:
6 revbump. backported upstream's changes for numpy. numeric dependency changed to numpy.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.21 dev-python/gnuplot-py/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 21 Aug 2007 12:00:25 -0000 1.20
23 +++ ChangeLog 20 Nov 2007 21:15:31 -0000 1.21
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-python/gnuplot-py
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.20 2007/08/21 12:00:25 fmccor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.21 2007/11/20 21:15:31 hawking Exp $
29 +
30 +*gnuplot-py-1.7-r2 (20 Nov 2007)
31 +
32 + 20 Nov 2007; Ali Polatel <hawking@g.o>
33 + +files/gnuplot-py-1.7-numpy.patch, +gnuplot-py-1.7-r2.ebuild:
34 + revbump. backported upstream's changes for numpy. numeric dependency changed
35 + to numpy.
36
37 21 Aug 2007; Ferris McCormick <fmccor@g.o>
38 gnuplot-py-1.7-r1.ebuild:
39
40
41
42 1.1 dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnuplot-py-1.7-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v 1.1 2007/11/20 21:15:31 hawking Exp $
52
53 inherit distutils eutils
54
55 DESCRIPTION="A python wrapper for Gnuplot"
56 HOMEPAGE="http://gnuplot-py.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63
64 DEPEND="virtual/python
65 sci-visualization/gnuplot
66 dev-python/numpy"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71 epatch "${FILESDIR}/${P}-numpy.patch"
72 epatch "${FILESDIR}/${P}-mousesupport.patch"
73 }
74
75 src_install() {
76 distutils_src_install
77 dohtml doc/Gnuplot/*
78 insinto /usr/share/doc/${PF}
79 doins demo.py
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list