Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numpy: numpy-1.3.0.ebuild numpy-1.3.0-r1.ebuild
Date: Sat, 29 Aug 2009 13:58:55
Message-Id: E1MhTHJ-0000rV-Pi@stork.gentoo.org
1 arfrever 09/08/29 19:07:57
2
3 Modified: numpy-1.3.0.ebuild numpy-1.3.0-r1.ebuild
4 Log:
5 Add missing dependency on dev-python/setuptools.
6 (Portage version: 14170-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 dev-python/numpy/numpy-1.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild?r1=1.11&r2=1.12
14
15 Index: numpy-1.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- numpy-1.3.0.ebuild 28 Aug 2009 17:49:10 -0000 1.11
22 +++ numpy-1.3.0.ebuild 29 Aug 2009 19:07:57 -0000 1.12
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild,v 1.11 2009/08/28 17:49:10 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild,v 1.12 2009/08/29 19:07:57 arfrever Exp $
28
29 NEED_PYTHON=2.4
30 EAPI=2
31 @@ -10,7 +10,8 @@
32 SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz"
33 HOMEPAGE="http://numpy.scipy.org/"
34
35 -RDEPEND="lapack? ( virtual/cblas virtual/lapack )"
36 +RDEPEND="dev-python/setuptools
37 + lapack? ( virtual/cblas virtual/lapack )"
38 DEPEND="${RDEPEND}
39 lapack? ( dev-util/pkgconfig )
40 test? ( >=dev-python/nose-0.10 )"
41
42
43
44 1.2 dev-python/numpy/numpy-1.3.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.3.0-r1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.3.0-r1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.3.0-r1.ebuild?r1=1.1&r2=1.2
49
50 Index: numpy-1.3.0-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0-r1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- numpy-1.3.0-r1.ebuild 28 Aug 2009 22:08:39 -0000 1.1
57 +++ numpy-1.3.0-r1.ebuild 29 Aug 2009 19:07:57 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2009 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0-r1.ebuild,v 1.1 2009/08/28 22:08:39 arfrever Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0-r1.ebuild,v 1.2 2009/08/29 19:07:57 arfrever Exp $
63
64 EAPI="2"
65
66 @@ -13,7 +13,8 @@
67 SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz"
68 HOMEPAGE="http://numpy.scipy.org/"
69
70 -RDEPEND="lapack? ( virtual/cblas virtual/lapack )"
71 +RDEPEND="dev-python/setuptools
72 + lapack? ( virtual/cblas virtual/lapack )"
73 DEPEND="${RDEPEND}
74 lapack? ( dev-util/pkgconfig )
75 test? ( >=dev-python/nose-0.10 )"