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: Tue, 01 Sep 2015 07:58:05
Message-Id: 1441067391.85da2ab63a5f6d292875ebde4d0f42171eca6ccf.jlec@gentoo
1 commit: 85da2ab63a5f6d292875ebde4d0f42171eca6ccf
2 Author: Bryan Gardiner <bog <AT> khumba <DOT> net>
3 AuthorDate: Tue Sep 1 00:24:14 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 00:29:51 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=85da2ab6
7
8 sci-mathematics/scilab: Add PaX mark required for Java binaries on hardened.
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-mathematics/scilab/ChangeLog | 6 ++++++
13 .../scilab/{scilab-5.5.2.ebuild => scilab-5.5.2-r1.ebuild} | 3 ++-
14 2 files changed, 8 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
17 index 2df0e75..65af606 100644
18 --- a/sci-mathematics/scilab/ChangeLog
19 +++ b/sci-mathematics/scilab/ChangeLog
20 @@ -2,6 +2,12 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 +*scilab-5.5.2-r1 (01 Sep 2015)
25 +
26 + 01 Sep 2015; Bryan Gardiner <bog@××××××.net> -scilab-5.5.2.ebuild,
27 + +scilab-5.5.2-r1.ebuild:
28 + Add PaX mark required for Java binaries on hardened.
29 +
30 29 Jul 2015; Bryan Gardiner <bog@××××××.net> scilab-5.5.2.ebuild:
31 Fix the conditions under which batik is a dependency: it's required for the
32 GUI to do graphic export at runtime as well as to build documentation.
33
34 diff --git a/sci-mathematics/scilab/scilab-5.5.2.ebuild b/sci-mathematics/scilab/scilab-5.5.2-r1.ebuild
35 similarity index 98%
36 rename from sci-mathematics/scilab/scilab-5.5.2.ebuild
37 rename to sci-mathematics/scilab/scilab-5.5.2-r1.ebuild
38 index a5ab0b7..f6e2873 100644
39 --- a/sci-mathematics/scilab/scilab-5.5.2.ebuild
40 +++ b/sci-mathematics/scilab/scilab-5.5.2-r1.ebuild
41 @@ -10,7 +10,7 @@ JAVA_PKG_OPT_USE="gui"
42 VIRTUALX_REQUIRED="manual"
43
44 inherit eutils autotools bash-completion-r1 check-reqs fdo-mime flag-o-matic \
45 - fortran-2 java-pkg-opt-2 toolchain-funcs virtualx
46 + fortran-2 java-pkg-opt-2 pax-utils toolchain-funcs virtualx
47
48 DESCRIPTION="Scientific software package for numerical computations"
49 HOMEPAGE="http://www.scilab.org/"
50 @@ -230,6 +230,7 @@ src_configure() {
51 src_compile() {
52 addpredict /proc/mtrr
53 emake
54 + pax-mark m .libs/scilab-bin
55 use doc && emake doc
56 }