diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-10 08:53:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-10 08:53:08 +0000 |
commit | f07a32272d45ed938e265dfeb80b2edefcff0814 (patch) | |
tree | 1af054f6cab20c045b06d0e4c162f9ea78229ca2 /sci-libs/openfoam-bin | |
parent | paraview will be dropped from main tree, bug #424659 (diff) | |
download | gentoo-2-f07a32272d45ed938e265dfeb80b2edefcff0814.tar.gz gentoo-2-f07a32272d45ed938e265dfeb80b2edefcff0814.tar.bz2 gentoo-2-f07a32272d45ed938e265dfeb80b2edefcff0814.zip |
paraview will be dropped from main tree, bug #424659
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-libs/openfoam-bin')
-rw-r--r-- | sci-libs/openfoam-bin/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/openfoam-bin/openfoam-bin-1.6.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-libs/openfoam-bin/ChangeLog b/sci-libs/openfoam-bin/ChangeLog index b921035c0e6a..ded93ed9cbcf 100644 --- a/sci-libs/openfoam-bin/ChangeLog +++ b/sci-libs/openfoam-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/openfoam-bin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-bin/ChangeLog,v 1.5 2010/06/17 01:59:10 jsbronder Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-bin/ChangeLog,v 1.6 2013/02/10 08:53:08 pacho Exp $ + + 10 Feb 2013; Pacho Ramos <pacho@gentoo.org> openfoam-bin-1.6.ebuild: + paraview will be dropped from main tree, bug #424659 17 Jun 2010; Justin Bronder <jsbronder@gentoo.org> openfoam-bin-1.5.ebuild, openfoam-bin-1.6.ebuild: @@ -66,4 +69,3 @@ +files/openfoam-bin-1.4.1_p20080118.patch, +files/compile-1.4.1.patch, +metadata.xml, +openfoam-bin-1.4.1_p20080118.ebuild: New ebuild for the binary version of OpenFOAM from bug 104257 - diff --git a/sci-libs/openfoam-bin/openfoam-bin-1.6.ebuild b/sci-libs/openfoam-bin/openfoam-bin-1.6.ebuild index 14866f763f43..ffbbfedbd4ca 100644 --- a/sci-libs/openfoam-bin/openfoam-bin-1.6.ebuild +++ b/sci-libs/openfoam-bin/openfoam-bin-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-bin/openfoam-bin-1.6.ebuild,v 1.3 2010/06/17 01:59:10 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-bin/openfoam-bin-1.6.ebuild,v 1.4 2013/02/10 08:53:08 pacho Exp $ EAPI="2" @@ -31,7 +31,7 @@ DEPEND="!=sci-libs/openfoam-${MY_PV}* !=sci-libs/openfoam-solvers-${MY_PV}* !=sci-libs/openfoam-utilities-${MY_PV}* !=sci-libs/openfoam-wmake-${MY_PV}* - || ( >sci-visualization/paraview-3.0 sci-visualization/opendx ) + sci-visualization/opendx virtual/mpi" RDEPEND="${DEPEND}" |