aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tom111@gmx.de>2010-10-27 20:13:56 +0200
committerThomas Kahle <tom111@gmx.de>2010-10-27 20:14:44 +0200
commit468bba7ae404b7433eb4ec0365fec920880b7235 (patch)
tree6ff7c11c5ea7e991676dbb5bf402d8fa2016d673 /sci-misc/salome-meta
parentMoved sci-math/nauty and its license to main tree (diff)
downloadsci-468bba7ae404b7433eb4ec0365fec920880b7235.tar.gz
sci-468bba7ae404b7433eb4ec0365fec920880b7235.tar.bz2
sci-468bba7ae404b7433eb4ec0365fec920880b7235.zip
sci-misc/salome-* bumped to 5.1.4
ebuild by Michael Riss in bug 330303
Diffstat (limited to 'sci-misc/salome-meta')
-rw-r--r--sci-misc/salome-meta/ChangeLog5
-rw-r--r--sci-misc/salome-meta/Manifest3
-rw-r--r--sci-misc/salome-meta/salome-meta-5.1.4.ebuild31
3 files changed, 38 insertions, 1 deletions
diff --git a/sci-misc/salome-meta/ChangeLog b/sci-misc/salome-meta/ChangeLog
index 227fbed76..5180983c5 100644
--- a/sci-misc/salome-meta/ChangeLog
+++ b/sci-misc/salome-meta/ChangeLog
@@ -6,6 +6,11 @@
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
+*salome-meta-5.1.4 (27 Oct 2010)
+
+ 27 Oct 2010; Thomas Kahle <tomka@gentoo.org> +salome-meta-5.1.4.ebuild:
+ Bump to 5.1.4, ebuild by Michael Riss in bug 330303
+
*salome-meta-5.1.3 (14 Mar 2010)
14 Mar 2010; Etienne Lorriaux <etienne.lorriaux@gmail.com>
diff --git a/sci-misc/salome-meta/Manifest b/sci-misc/salome-meta/Manifest
index 51e0e21cb..8cce3b621 100644
--- a/sci-misc/salome-meta/Manifest
+++ b/sci-misc/salome-meta/Manifest
@@ -1,3 +1,4 @@
EBUILD salome-meta-5.1.3.ebuild 919 RMD160 3c171a5b4a1f0c042cb9b017a430256ac7217fb2 SHA1 2e19f2c88c75a7fa87644a15740b1de0ec35ed3c SHA256 d833520e7ca3bf01ede826fae274921ed90671850d338fb4b3bfa24664fd91b7
-MISC ChangeLog 887 RMD160 d1a33b9f86db2a225a3c8da7583cbdee72e29945 SHA1 ca9c7994b2d708e7e6a2d3eeab43b3f7ac9b7b12 SHA256 e07e5bb57b7189471de5a80bd60c5038c34f7dc0e23d00e653d0fb2236e82458
+EBUILD salome-meta-5.1.4.ebuild 919 RMD160 fb77b5b0b8e1b02faf06e443c1676711890bba4c SHA1 1543f759e93b0795686368a374bf85dfa39ffae6 SHA256 6ef1561980b09fd8b074643ac4fc73800d50cdfc699914cae28070189056651e
+MISC ChangeLog 1050 RMD160 da709dfcbae1cffb0c38c9410a303c923420686d SHA1 d1a8b62ab46210e18a0ff5daa4adc60dd1ce3b8c SHA256 0f405112a7ef7af827788b3d9e8ae17e770c46361ebb1451c57cd4d403ac9d93
MISC metadata.xml 156 RMD160 dc078172bfebcb25d69bdf8731714f9cce9d3e36 SHA1 da2b240a255820145b7c83a5c48e45b96b7e9ee6 SHA256 5d22100902db7507a5b5493dd4a66cdb08025faf80a2c0b75e6392315c47f900
diff --git a/sci-misc/salome-meta/salome-meta-5.1.4.ebuild b/sci-misc/salome-meta/salome-meta-5.1.4.ebuild
new file mode 100644
index 000000000..6791fc450
--- /dev/null
+++ b/sci-misc/salome-meta/salome-meta-5.1.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit eutils
+
+DESCRIPTION="SALOME : The Open Source Integration Platform for Numerical Simulation"
+HOMEPAGE="http://www.salome-platform.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug mpi"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="=sci-misc/salome-kernel-5.1.4*[debug?,mpi?]
+ =sci-misc/salome-gui-5.1.4*[debug?]
+ =sci-misc/salome-med-5.1.4*[debug?,mpi?]
+ =sci-misc/salome-geom-5.1.4*[debug?]
+ =sci-misc/salome-smesh-5.1.4*[debug?]
+ =sci-misc/salome-visu-5.1.4*[debug?]
+ =sci-misc/salome-component-5.1.4*[debug?,mpi?]
+ =sci-misc/salome-yacs-5.1.4*[debug?]
+ =sci-misc/salome-pycalculator-5.1.4*[debug?]"
+
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+ einfo "Salome ebuild needs further development. Please inform any problems or improvements in http://bugs.gentoo.org/show_bug.cgi?id=155974"
+}