Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyFoam: PyFoam-0.5.4-r1.ebuild
Date: Thu, 28 Apr 2011 16:25:54
Message-Id: 20110428162515.072ED20054@flycatcher.gentoo.org
1 ssuominen 11/04/28 16:25:15
2
3 Modified: PyFoam-0.5.4-r1.ebuild
4 Log:
5 Remove non-existant dep from atoms
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: PyFoam-0.5.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- PyFoam-0.5.4-r1.ebuild 30 Dec 2010 21:54:37 -0000 1.2
23 +++ PyFoam-0.5.4-r1.ebuild 28 Apr 2011 16:25:14 -0000 1.3
24 @@ -1,6 +1,6 @@
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/PyFoam/PyFoam-0.5.4-r1.ebuild,v 1.2 2010/12/30 21:54:37 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild,v 1.3 2011/04/28 16:25:14 ssuominen Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -19,7 +19,7 @@
33 IUSE="extras"
34
35 DEPEND="sci-visualization/gnuplot
36 - || ( sci-libs/openfoam sci-libs/openfoam-bin sci-libs/openfoam-meta )
37 + || ( sci-libs/openfoam sci-libs/openfoam-bin )
38 extras? (
39 dev-python/matplotlib
40 dev-python/numpy