aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2011-12-22 20:00:51 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2011-12-22 20:00:51 -0500
commit4dc510378f434a4c63acce9d34e165afb3b009aa (patch)
tree32148468a85528de9736c508739bb80341a8150c /sci-mathematics/scilab
parentFix digest (diff)
downloadsci-4dc510378f434a4c63acce9d34e165afb3b009aa.tar.gz
sci-4dc510378f434a4c63acce9d34e165afb3b009aa.tar.bz2
sci-4dc510378f434a4c63acce9d34e165afb3b009aa.zip
sci-mathematics/scilab-5.3.3 fixes for jdk-1.7
Diffstat (limited to 'sci-mathematics/scilab')
-rw-r--r--sci-mathematics/scilab/ChangeLog3
-rw-r--r--sci-mathematics/scilab/Manifest4
-rw-r--r--sci-mathematics/scilab/scilab-5.3.3.ebuild3
3 files changed, 8 insertions, 2 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
index c41856e6d..b9e37345f 100644
--- a/sci-mathematics/scilab/ChangeLog
+++ b/sci-mathematics/scilab/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Dec 2011; Guillaume Horel <guillaume.horel@gmail.com> scilab-5.3.3.ebuild:
+ Fixes for jdk-1.7
+
*scilab-5.3.3 (15 Nov 2011)
15 Nov 2011; Guillaume Horel <guillaume.horel@gmail.com>
diff --git a/sci-mathematics/scilab/Manifest b/sci-mathematics/scilab/Manifest
index a26470e5e..efeed06e8 100644
--- a/sci-mathematics/scilab/Manifest
+++ b/sci-mathematics/scilab/Manifest
@@ -17,6 +17,6 @@ DIST scilab-5.3.2-src.tar.gz 47356102 RMD160 18cff3bbf0dd7e901de8879355b243c4c16
DIST scilab-5.3.3-src.tar.gz 47253497 RMD160 c6002d369dcc4dd2a0f5f93c8c5c84e8f48474df SHA1 0bb26846737651a62565f877e2d660f90e2b4b26 SHA256 e6edd7d241f2a09bd2dadaaafff5c152509db240220933b87305875302401335
EBUILD scilab-5.2.1.ebuild 3626 RMD160 e712ac5b2300982cc328523d7cbc5f10d8647c3b SHA1 315888f4e31bd868412a830da031117b65c6a542 SHA256 d9dc4d7085bff7953e854895ed24ce9573e1e744e6659284cad68f67d4c8025c
EBUILD scilab-5.3.2.ebuild 3531 RMD160 8653f0bc8957c45cdcba20430235b4496f459f90 SHA1 eb2f6f922e0f69f9dee6b80ab8b2c69354e63178 SHA256 9044743916f080b0f7aaa5364c3025ad65fb41ba5a0e463d39788faa8b932c3c
-EBUILD scilab-5.3.3.ebuild 3770 RMD160 1dcc3b468cb9df70c6c9dece197591fe3dd6bcbc SHA1 1c59c3410617eea2197c4944d11e118eb580c8d0 SHA256 b505629438d906abd91c1afd4cf1dac97dee3640f6e5f8e0b2f6b786ec9131f7
-MISC ChangeLog 3666 RMD160 65e04f7ad1e880b03ec9d96bf6b3625cbe4604de SHA1 95ed3ec4d926a55d2184fb41f5ca9ead3455e95d SHA256 153b9eca4313262cc879f3399e3f4b9d66c08eb07f76a9e2f46ec9f45306b1c8
+EBUILD scilab-5.3.3.ebuild 3894 RMD160 617d72685850f116884f3afdc03ca6e5bc3b7167 SHA1 e5a0b6198fcd97eb23feba564e1079d1b3c4b326 SHA256 ca36ae9cbb586bda00782f383d604a6a3e07f2405f52d0fc6c2173866adf8464
+MISC ChangeLog 3767 RMD160 6b50058e94b1ef2cdfd2834160b1f72e8a2bab98 SHA1 241d8fe77c73678ab84c7e44f362faf063a7bc03 SHA256 58cc84ee63345c412eb33e67b5f3ce582d080dce1fc9a2f12262b1a791c52c8e
MISC metadata.xml 872 RMD160 aef8847644f734faba3b42b9028690664612c8e6 SHA1 4686ca608887e1d9fea6ee4e11f4aa54c8eff150 SHA256 43da74dcf0ae13eb0987c33f397a9b9d7abe187196107d50814a3104466b90ee
diff --git a/sci-mathematics/scilab/scilab-5.3.3.ebuild b/sci-mathematics/scilab/scilab-5.3.3.ebuild
index a6d205096..c1fe41d90 100644
--- a/sci-mathematics/scilab/scilab-5.3.3.ebuild
+++ b/sci-mathematics/scilab/scilab-5.3.3.ebuild
@@ -74,6 +74,9 @@ src_prepare() {
#bug 9824 upstream
sed -i "/BLAS_LIBS=$/d" m4/libsmath.m4
epatch "${FILESDIR}/${P}-allow-hdf-1.8.7.patch"
+ #bug 392363
+ sed -i -e "s|Clément DAVID|Clement DAVID|g" $(find . -iname '*.java')
+ sed -i -e "s/ -lhpi//g" m4/java.m4
sed -i "s|-L\$SCI_SRCDIR/bin/|-L\$SCI_SRCDIR/bin/ \
-L$(java-config -i gluegen) \