Gentoo Archives: gentoo-commits

From: Guillaume Horel <guillaume.horel@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/
Date: Fri, 23 Dec 2011 01:02:31
Message-Id: 4dc510378f434a4c63acce9d34e165afb3b009aa.guillaume_horel@gentoo
1 commit: 4dc510378f434a4c63acce9d34e165afb3b009aa
2 Author: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 23 01:00:51 2011 +0000
4 Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
5 CommitDate: Fri Dec 23 01:00:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4dc51037
7
8 sci-mathematics/scilab-5.3.3 fixes for jdk-1.7
9
10 ---
11 sci-mathematics/scilab/ChangeLog | 3 +++
12 sci-mathematics/scilab/scilab-5.3.3.ebuild | 3 +++
13 2 files changed, 6 insertions(+), 0 deletions(-)
14
15 diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
16 index c41856e..b9e3734 100644
17 --- a/sci-mathematics/scilab/ChangeLog
18 +++ b/sci-mathematics/scilab/ChangeLog
19 @@ -2,6 +2,9 @@
20 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 23 Dec 2011; Guillaume Horel <guillaume.horel@×××××.com> scilab-5.3.3.ebuild:
24 + Fixes for jdk-1.7
25 +
26 *scilab-5.3.3 (15 Nov 2011)
27
28 15 Nov 2011; Guillaume Horel <guillaume.horel@×××××.com>
29
30 diff --git a/sci-mathematics/scilab/scilab-5.3.3.ebuild b/sci-mathematics/scilab/scilab-5.3.3.ebuild
31 index a6d2050..c1fe41d 100644
32 --- a/sci-mathematics/scilab/scilab-5.3.3.ebuild
33 +++ b/sci-mathematics/scilab/scilab-5.3.3.ebuild
34 @@ -74,6 +74,9 @@ src_prepare() {
35 #bug 9824 upstream
36 sed -i "/BLAS_LIBS=$/d" m4/libsmath.m4
37 epatch "${FILESDIR}/${P}-allow-hdf-1.8.7.patch"
38 + #bug 392363
39 + sed -i -e "s|Clément DAVID|Clement DAVID|g" $(find . -iname '*.java')
40 + sed -i -e "s/ -lhpi//g" m4/java.m4
41
42 sed -i "s|-L\$SCI_SRCDIR/bin/|-L\$SCI_SRCDIR/bin/ \
43 -L$(java-config -i gluegen) \