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 317FE13877A for ; Tue, 19 Aug 2014 21:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB933E08B5; Tue, 19 Aug 2014 21:51:40 +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 C191AE0884 for ; Tue, 19 Aug 2014 21:51:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA24C340173 for ; Tue, 19 Aug 2014 21:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AEAE3966 for ; Tue, 19 Aug 2014 21:51:36 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1407601694.a23eaf059583cee6d02e10fdd08e2c6e8a64d037.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/giac/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/giac/ChangeLog sci-mathematics/giac/giac-1.1.0.ebuild X-VCS-Directories: sci-mathematics/giac/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: a23eaf059583cee6d02e10fdd08e2c6e8a64d037 X-VCS-Branch: master Date: Tue, 19 Aug 2014 21:51:36 +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: 8db859ac-f82e-4f5c-8bc0-a424e148a3d5 X-Archives-Hash: f5774d3f8f411e1a60266a8f179f0e86 commit: a23eaf059583cee6d02e10fdd08e2c6e8a64d037 Author: Dominik Schmidt hotmail com> AuthorDate: Sat Aug 9 07:38:15 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sat Aug 9 16:28:14 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a23eaf05 sci-mathematics/giac: Ebuild improvement Added PAX-checks and exception for MPROTECT --- sci-mathematics/giac/ChangeLog | 2 +- sci-mathematics/giac/giac-1.1.0.ebuild | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/giac/ChangeLog b/sci-mathematics/giac/ChangeLog index 40d2c71..ee8f677 100644 --- a/sci-mathematics/giac/ChangeLog +++ b/sci-mathematics/giac/ChangeLog @@ -3,7 +3,7 @@ # $Header: $ 09 Aug 2014; Dominik Schmidt - Fixed fltk handling + Fixed fltk handling, added PAX-checks and exception. 21 Jun 2014; Jonathan-Christofer Demay -giac-1.0.0.ebuild, +giac-1.1.0.ebuild: diff --git a/sci-mathematics/giac/giac-1.1.0.ebuild b/sci-mathematics/giac/giac-1.1.0.ebuild index 4993db4..467215a 100644 --- a/sci-mathematics/giac/giac-1.1.0.ebuild +++ b/sci-mathematics/giac/giac-1.1.0.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~amd64" IUSE="doc examples fltk" AUTOTOOLS_IN_SOURCE_BUILD=true -inherit autotools-utils flag-o-matic +inherit autotools-utils flag-o-matic pax-utils RDEPEND=">=dev-libs/gmp-3 >=sys-libs/readline-4.2 @@ -55,6 +55,8 @@ src_install() { dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TROUBLES if use !fltk; then rm ${D}/usr/bin/x* + elif host-is-pax; then + pax-mark -m ${D}/usr/bin/x* fi if use !doc; then rm -R ${D}/usr/share/doc/giac ${D}/usr/share/giac/doc/