diff options
author | 2009-04-25 16:28:29 +0000 | |
---|---|---|
committer | 2009-04-25 16:28:29 +0000 | |
commit | 96b92bc0b18335124d50399b28b5627ae4e2da59 (patch) | |
tree | 3b0e0fa2d70ad2a44e7a042d01e5199afd3d0b97 /sci-libs/openfoam-meta/openfoam-meta-1.5.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-96b92bc0b18335124d50399b28b5627ae4e2da59.tar.gz gentoo-2-96b92bc0b18335124d50399b28b5627ae4e2da59.tar.bz2 gentoo-2-96b92bc0b18335124d50399b28b5627ae4e2da59.zip |
Initial import from sunrise. Thanks to Oliver Borm for the ebuild and the sunrise people for massaging it into shape.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/openfoam-meta/openfoam-meta-1.5.ebuild')
-rw-r--r-- | sci-libs/openfoam-meta/openfoam-meta-1.5.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-libs/openfoam-meta/openfoam-meta-1.5.ebuild b/sci-libs/openfoam-meta/openfoam-meta-1.5.ebuild new file mode 100644 index 000000000000..d2388406ebc5 --- /dev/null +++ b/sci-libs/openfoam-meta/openfoam-meta-1.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-meta/openfoam-meta-1.5.ebuild,v 1.1 2009/04/25 16:28:29 patrick Exp $ + +DESCRIPTION="Open Field Operation and Manipulation - CFD Simulation Toolbox" +HOMEPAGE="http://www.opencfd.co.uk/openfoam/" + +LICENSE="GPL-2" +SLOT="1.5" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="!=sci-libs/openfoam-${PV}* + !=sci-libs/openfoam-bin-${PV}* + =sci-libs/openfoam-kernel-${PV}* + =sci-libs/openfoam-solvers-${PV}* + =sci-libs/openfoam-utilities-${PV}* + =sci-libs/openfoam-wmake-${PV}*" +DEPEND="${RDEPEND}" |