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: Thu, 30 Jun 2011 13:44:53
Message-Id: 3d0f377fa0fac9ce7c56e12d8b32a11ca13d0784.guillaume_horel@gentoo
1 commit: 3d0f377fa0fac9ce7c56e12d8b32a11ca13d0784
2 Author: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 30 13:40:25 2011 +0000
4 Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
5 CommitDate: Thu Jun 30 13:40:25 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3d0f377f
7
8 [scilab-5.3.2] fixed xcos dependency
9
10 ---
11 sci-mathematics/scilab/ChangeLog | 3 +++
12 sci-mathematics/scilab/scilab-5.3.2.ebuild | 2 +-
13 2 files changed, 4 insertions(+), 1 deletions(-)
14
15 diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
16 index 084c3f2..9916297 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 + 30 Jun 2011; Guillaume Horel <guillaume.horel@×××××.com> scilab-5.3.2.ebuild:
24 + Added hdf-java dependency to xcos
25 +
26 24 Jun 2011; Justin Lecher <jlec@g.o> scilab-5.2.1.ebuild,
27 scilab-5.3.2.ebuild:
28 Sort inherit and/or USE
29
30 diff --git a/sci-mathematics/scilab/scilab-5.3.2.ebuild b/sci-mathematics/scilab/scilab-5.3.2.ebuild
31 index 1a6db48..72ea6aa 100644
32 --- a/sci-mathematics/scilab/scilab-5.3.2.ebuild
33 +++ b/sci-mathematics/scilab/scilab-5.3.2.ebuild
34 @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
35 # http://wiki.scilab.org/Dependencies_of_Scilab_5.X
36 RDEPEND="virtual/lapack
37 tk? ( dev-lang/tk )
38 - xcos? ( dev-lang/ocaml
39 + xcos? ( dev-lang/ocaml
40 dev-java/hdf-java )
41 umfpack? ( sci-libs/umfpack )
42 gui? ( >=virtual/jre-1.5