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: gnuplot-py-1.8.ebuild gnuplot-py-1.7-r2.ebuild ChangeLog
Date: Mon, 06 Oct 2008 16:10:42
Message-Id: E1KmsfQ-00064C-3I@stork.gentoo.org
1 hawking 08/10/06 16:10:40
2
3 Modified: gnuplot-py-1.8.ebuild gnuplot-py-1.7-r2.ebuild
4 ChangeLog
5 Log:
6 Fix numpy dependency, bug 240214
7 (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/gnuplot-py/gnuplot-py-1.8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild?r1=1.1&r2=1.2
15
16 Index: gnuplot-py-1.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gnuplot-py-1.8.ebuild 5 Jul 2008 10:01:59 -0000 1.1
23 +++ gnuplot-py-1.8.ebuild 6 Oct 2008 16:10:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.1 2008/07/05 10:01:59 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.2 2008/10/06 16:10:39 hawking Exp $
29
30 inherit distutils eutils
31
32 @@ -13,9 +13,10 @@
33 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
34 IUSE="doc"
35
36 -DEPEND="virtual/python"
37 -RDEPEND="sci-visualization/gnuplot
38 +DEPEND="virtual/python
39 dev-python/numpy"
40 +RDEPEND="sci-visualization/gnuplot
41 + ${DEPEND}"
42
43 PYTHON_MODNAME="Gnuplot"
44
45
46
47
48 1.9 dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?rev=1.9&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?rev=1.9&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?r1=1.8&r2=1.9
53
54 Index: gnuplot-py-1.7-r2.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v
57 retrieving revision 1.8
58 retrieving revision 1.9
59 diff -u -r1.8 -r1.9
60 --- gnuplot-py-1.7-r2.ebuild 8 Feb 2008 16:23:31 -0000 1.8
61 +++ gnuplot-py-1.7-r2.ebuild 6 Oct 2008 16:10:39 -0000 1.9
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2008 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v 1.8 2008/02/08 16:23:31 coldwind Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v 1.9 2008/10/06 16:10:39 hawking Exp $
67
68 inherit distutils eutils
69
70 @@ -16,6 +16,7 @@
71 DEPEND="virtual/python
72 sci-visualization/gnuplot
73 dev-python/numpy"
74 +RDEPEND="${DEPEND}"
75
76 PYTHON_MODNAME="Gnuplot"
77
78
79
80
81 1.30 dev-python/gnuplot-py/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.30&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.30&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?r1=1.29&r2=1.30
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
90 retrieving revision 1.29
91 retrieving revision 1.30
92 diff -u -r1.29 -r1.30
93 --- ChangeLog 5 Jul 2008 10:01:59 -0000 1.29
94 +++ ChangeLog 6 Oct 2008 16:10:39 -0000 1.30
95 @@ -1,6 +1,10 @@
96 # ChangeLog for dev-python/gnuplot-py
97 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.29 2008/07/05 10:01:59 bicatali Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.30 2008/10/06 16:10:39 hawking Exp $
100 +
101 + 06 Oct 2008; Ali Polatel <hawking@g.o> gnuplot-py-1.7-r2.ebuild,
102 + gnuplot-py-1.8.ebuild:
103 + Fix numpy dependency, bug 240214
104
105 *gnuplot-py-1.8 (05 Jul 2008)