Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/scientificpython: scientificpython-2.9.ebuild
Date: Tue, 02 Feb 2010 21:45:32
Message-Id: E1NcQYr-0006fD-V2@stork.gentoo.org
1 bicatali 10/02/02 21:45:29
2
3 Modified: scientificpython-2.9.ebuild
4 Log:
5 Added netcdf-3.6 without mpi dependency for stable profiles
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-python/scientificpython/scientificpython-2.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.ebuild?r1=1.8&r2=1.9
14
15 Index: scientificpython-2.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- scientificpython-2.9.ebuild 2 Feb 2010 17:02:19 -0000 1.8
22 +++ scientificpython-2.9.ebuild 2 Feb 2010 21:45:29 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.ebuild,v 1.8 2010/02/02 17:02:19 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.ebuild,v 1.9 2010/02/02 21:45:29 bicatali Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -20,7 +20,7 @@
32 IUSE="doc mpi test"
33
34 RDEPEND="dev-python/numpy
35 - sci-libs/netcdf[mpi=]
36 + || ( =sci-libs/netcdf-3.6* >=sci-libs/netcdf-4[mpi=] )
37 mpi? ( virtual/mpi )"
38 DEPEND="${RDEPEND}
39 test? ( dev-python/nose )"