aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanieltourde <danieltourde@32389bae-6d03-0410-99cf-db05cde120eb>2008-05-21 21:54:15 +0000
committerdanieltourde <danieltourde@32389bae-6d03-0410-99cf-db05cde120eb>2008-05-21 21:54:15 +0000
commit23856f237a957cbd39dfbcd224bd097c1e27ce67 (patch)
tree9f5398ad9dc5bc2e11261282137482aa40e18f89 /sci-misc/salome-meta/salome-meta-3.2.6.ebuild
parentInitial update. There is still some work to do but it starts to get shape! ;) (diff)
downloadsci-23856f237a957cbd39dfbcd224bd097c1e27ce67.tar.gz
sci-23856f237a957cbd39dfbcd224bd097c1e27ce67.tar.bz2
sci-23856f237a957cbd39dfbcd224bd097c1e27ce67.zip
Initial update. There is still some work to do but it starts to get shape! ;)
See bug #155974 git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1090 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-misc/salome-meta/salome-meta-3.2.6.ebuild')
-rw-r--r--sci-misc/salome-meta/salome-meta-3.2.6.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-misc/salome-meta/salome-meta-3.2.6.ebuild b/sci-misc/salome-meta/salome-meta-3.2.6.ebuild
new file mode 100644
index 000000000..1f3e89f45
--- /dev/null
+++ b/sci-misc/salome-meta/salome-meta-3.2.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit eutils
+
+DESCRIPTION="SALOME : The Open Source Integration Platform for Numerical Simulation"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="=sci-misc/salome-kernel-3.2.6*
+ =sci-misc/salome-gui-3.2.6*
+ =sci-misc/salome-med-3.2.6*
+ =sci-misc/salome-geom-3.2.6*
+ =sci-misc/salome-smesh-3.2.6*
+ =sci-misc/salome-visu-3.2.6*
+ =sci-misc/salome-superv-3.2.6*
+ =sci-misc/salome-component-3.2.6*
+ =sci-misc/salome-pycalculator-3.2.6*"
+
+pkg_postinst() {
+ einfo "Salome ebuild needs further development. Please inform any problems or improvements in http://bugs.gentoo.org/show_bug.cgi?id=155974"
+}