aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/salome-meta')
-rw-r--r--sci-misc/salome-meta/Changelog7
-rw-r--r--sci-misc/salome-meta/Manifest2
-rw-r--r--sci-misc/salome-meta/salome-meta-3.2.6.ebuild24
3 files changed, 33 insertions, 0 deletions
diff --git a/sci-misc/salome-meta/Changelog b/sci-misc/salome-meta/Changelog
new file mode 100644
index 000000000..84747b980
--- /dev/null
+++ b/sci-misc/salome-meta/Changelog
@@ -0,0 +1,7 @@
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+21 May 2008; Daniel Tourde <daniel.tourde@caelae.se>
+ Initial import.
+ +salome-meta-3.2.6.ebuild
+ A major thank to Francois Dorin <f.dorin@free.fr>, Jon Hood <squinky86@gmail.com>, Dewald Pietersen <dewald.pieterse@gmail.com>, <etienne.lorriaux@gmail.com> and Richard Westwell <garlicbread@ntlworld.com> for their respective contributions and feedback. Without you guys, the Salome ebuilds would not exist today. Thanks!
+ See bug #155974 for more info
diff --git a/sci-misc/salome-meta/Manifest b/sci-misc/salome-meta/Manifest
new file mode 100644
index 000000000..e56669f0d
--- /dev/null
+++ b/sci-misc/salome-meta/Manifest
@@ -0,0 +1,2 @@
+EBUILD salome-meta-3.2.6.ebuild 715 RMD160 2e89f00b0abb0b5661242b28e4f3a7ef675b11ae SHA1 ed00bb3f30462a7a2e48113e990fab00a3d5d3d4 SHA256 9c88b2231c2127009b50744b1eb162aa219a054c5c84756eeac93b8fe13d5e40
+MISC Changelog 539 RMD160 f219d4ec270ae667077311027761397e5ed617e8 SHA1 b048e068c6cfd72cb4bb63363a38218409a36e98 SHA256 172af42ee1206d224d7dc7af1b48fbe47a13be1d341586d61fd5a7009c31bbb3
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"
+}