From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0ECC81383D3 for ; Tue, 1 Sep 2015 07:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 400E914278; Tue, 1 Sep 2015 07:57:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6DF214272 for ; Tue, 1 Sep 2015 07:57:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1310434086E for ; Tue, 1 Sep 2015 07:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6A6A197 for ; Tue, 1 Sep 2015 07:57:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441067391.85da2ab63a5f6d292875ebde4d0f42171eca6ccf.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/scilab/ChangeLog sci-mathematics/scilab/scilab-5.5.2-r1.ebuild sci-mathematics/scilab/scilab-5.5.2.ebuild X-VCS-Directories: sci-mathematics/scilab/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 85da2ab63a5f6d292875ebde4d0f42171eca6ccf X-VCS-Branch: master Date: Tue, 1 Sep 2015 07:57:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2db39b6e-c2d5-453f-84d9-38186c852373 X-Archives-Hash: 89e8a898dd8f201932161536e5450e6b commit: 85da2ab63a5f6d292875ebde4d0f42171eca6ccf Author: Bryan Gardiner khumba net> AuthorDate: Tue Sep 1 00:24:14 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 1 00:29:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=85da2ab6 sci-mathematics/scilab: Add PaX mark required for Java binaries on hardened. Package-Manager: portage-2.2.20.1 sci-mathematics/scilab/ChangeLog | 6 ++++++ .../scilab/{scilab-5.5.2.ebuild => scilab-5.5.2-r1.ebuild} | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog index 2df0e75..65af606 100644 --- a/sci-mathematics/scilab/ChangeLog +++ b/sci-mathematics/scilab/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*scilab-5.5.2-r1 (01 Sep 2015) + + 01 Sep 2015; Bryan Gardiner -scilab-5.5.2.ebuild, + +scilab-5.5.2-r1.ebuild: + Add PaX mark required for Java binaries on hardened. + 29 Jul 2015; Bryan Gardiner scilab-5.5.2.ebuild: Fix the conditions under which batik is a dependency: it's required for the GUI to do graphic export at runtime as well as to build documentation. diff --git a/sci-mathematics/scilab/scilab-5.5.2.ebuild b/sci-mathematics/scilab/scilab-5.5.2-r1.ebuild similarity index 98% rename from sci-mathematics/scilab/scilab-5.5.2.ebuild rename to sci-mathematics/scilab/scilab-5.5.2-r1.ebuild index a5ab0b7..f6e2873 100644 --- a/sci-mathematics/scilab/scilab-5.5.2.ebuild +++ b/sci-mathematics/scilab/scilab-5.5.2-r1.ebuild @@ -10,7 +10,7 @@ JAVA_PKG_OPT_USE="gui" VIRTUALX_REQUIRED="manual" inherit eutils autotools bash-completion-r1 check-reqs fdo-mime flag-o-matic \ - fortran-2 java-pkg-opt-2 toolchain-funcs virtualx + fortran-2 java-pkg-opt-2 pax-utils toolchain-funcs virtualx DESCRIPTION="Scientific software package for numerical computations" HOMEPAGE="http://www.scilab.org/" @@ -230,6 +230,7 @@ src_configure() { src_compile() { addpredict /proc/mtrr emake + pax-mark m .libs/scilab-bin use doc && emake doc }