Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/
Date: Fri, 31 Jul 2015 10:10:06
Message-Id: 1438279874.24aef4dd4ce5a30545b252091b878276fc52aefe.jlec@gentoo
1 commit: 24aef4dd4ce5a30545b252091b878276fc52aefe
2 Author: Bryan Gardiner <bog <AT> khumba <DOT> net>
3 AuthorDate: Thu Jul 30 16:53:15 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 18:11:14 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=24aef4dd
7
8 sci-mathematics/scilab: Fix the conditions under which batik is a dependency.
9
10 Package-Manager: portage-2.2.20
11
12 sci-mathematics/scilab/ChangeLog | 4 ++++
13 sci-mathematics/scilab/scilab-5.5.2.ebuild | 4 ++--
14 2 files changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
17 index 27d3c2b..062b2e6 100644
18 --- a/sci-mathematics/scilab/ChangeLog
19 +++ b/sci-mathematics/scilab/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 29 Jul 2015; Bryan Gardiner <bog@××××××.net> scilab-5.5.2.ebuild:
25 + Fix the conditions under which batik is a dependency: it's required for the
26 + GUI to do graphic export at runtime as well as to build documentation.
27 +
28 25 Jul 2015; Bryan Gardiner <bog@××××××.net> scilab-5.5.2.ebuild,
29 +files/scilab-5.5.2-batik-1.8.patch, +files/scilab-5.5.2-fop-2.0.patch,
30 +files/scilab-5.5.2-xmlgraphics-common-2.0.patch:
31
32 diff --git a/sci-mathematics/scilab/scilab-5.5.2.ebuild b/sci-mathematics/scilab/scilab-5.5.2.ebuild
33 index 3e48d0b..8ead8de 100644
34 --- a/sci-mathematics/scilab/scilab-5.5.2.ebuild
35 +++ b/sci-mathematics/scilab/scilab-5.5.2.ebuild
36 @@ -46,6 +46,7 @@ CDEPEND="dev-libs/libpcre
37 fftw? ( sci-libs/fftw:3.0 )
38 gui? (
39 dev-java/avalon-framework:4.2
40 + >=dev-java/batik-1.8-r2:1.8
41 dev-java/commons-io:1
42 dev-java/commons-logging:0
43 >=dev-java/flexdock-1.2.4:0
44 @@ -75,8 +76,7 @@ DEPEND="${CDEPEND}
45 debug? ( dev-util/lcov )
46 gui? (
47 >=virtual/jdk-1.6
48 - doc? ( >=dev-java/batik-1.8-r2:1.8
49 - app-text/docbook-xsl-stylesheets
50 + doc? ( app-text/docbook-xsl-stylesheets
51 dev-java/xml-commons-external:1.4
52 dev-java/saxon:9 )
53 xcos? ( dev-lang/ocaml )