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: Wed, 30 May 2012 01:26:58
Message-Id: 1338341165.2dd94991b1552a209eb4eb8a01f59d797dd7ef2d.guillaume_horel@gentoo
1 commit: 2dd94991b1552a209eb4eb8a01f59d797dd7ef2d
2 Author: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
3 AuthorDate: Wed May 30 01:26:05 2012 +0000
4 Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
5 CommitDate: Wed May 30 01:26:05 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2dd94991
7
8 [sci-mathematics/scilab] force jgraphx version
9
10 ---
11 sci-mathematics/scilab/ChangeLog | 4 ++++
12 sci-mathematics/scilab/scilab-5.3.3-r1.ebuild | 2 +-
13 2 files changed, 5 insertions(+), 1 deletions(-)
14
15 diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
16 index 71aae68..10428af 100644
17 --- a/sci-mathematics/scilab/ChangeLog
18 +++ b/sci-mathematics/scilab/ChangeLog
19 @@ -2,6 +2,10 @@
20 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 30 May 2012; Guillaume Horel <guillaume.horel@×××××.com>
24 + scilab-5.3.3-r1.ebuild:
25 + force exact version of jgraphx
26 +
27 29 May 2012; Sébastien Fabbro <bicatali@g.o> scilab-5.3.3-r1.ebuild,
28 +files/scilab-5.3.3-gui-no-xcos.patch:
29 fix bug #375769
30
31 diff --git a/sci-mathematics/scilab/scilab-5.3.3-r1.ebuild b/sci-mathematics/scilab/scilab-5.3.3-r1.ebuild
32 index 69e71e9..758eda7 100644
33 --- a/sci-mathematics/scilab/scilab-5.3.3-r1.ebuild
34 +++ b/sci-mathematics/scilab/scilab-5.3.3-r1.ebuild
35 @@ -67,7 +67,7 @@ CDEPEND="dev-libs/libpcre
36 virtual/opengl
37 doc? ( dev-java/saxon:6.5 )
38 hdf5? ( dev-java/hdf-java
39 - xcos? ( >=dev-java/jgraphx-1.4.1 ) ) )
40 + xcos? ( =dev-java/jgraphx-1.4.1.0 ) ) )
41 hdf5? ( sci-libs/hdf5 )
42 matio? ( <sci-libs/matio-1.5 )
43 tk? ( dev-lang/tk )