From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ra3bZ-0001HU-3G for garchives@archives.gentoo.org; Mon, 12 Dec 2011 10:59:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 370E421C120; Mon, 12 Dec 2011 10:59:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0AAA721C120 for ; Mon, 12 Dec 2011 10:59:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FBBC1B4021 for ; Mon, 12 Dec 2011 10:59:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B27028004A for ; Mon, 12 Dec 2011 10:59:24 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tablet-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/tablet-bin/ChangeLog sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild X-VCS-Directories: sci-biology/tablet-bin/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: a8cda363b3565c5f30a9ccdf0356c259b6ef34fe Date: Mon, 12 Dec 2011 10:59:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d485064b-3761-488a-917a-71f4ed286eca X-Archives-Hash: b672633677ef1f206f7ee96ae5e19339 commit: a8cda363b3565c5f30a9ccdf0356c259b6ef34fe Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Mon Dec 12 10:59:19 2011 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Dec 12 10:59:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da8cda363 fix sanbox violations on some systems (Portage version: 2.1.10.38/git/Linux i686, unsigned Manifest commit) --- sci-biology/tablet-bin/ChangeLog | 4 ++++ .../tablet-bin/tablet-bin-1.11.11.01.ebuild | 6 ++++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/Ch= angeLog index 7179b14..816b0bf 100644 --- a/sci-biology/tablet-bin/ChangeLog +++ b/sci-biology/tablet-bin/ChangeLog @@ -4,6 +4,10 @@ =20 12 Dec 2011; Martin Mokrejs tablet-bin-1.11.11.01.ebuild: + fix sanbox violations on some systems tablet-bin-1.11.11.01.ebuild + + 12 Dec 2011; Martin Mokrejs + tablet-bin-1.11.11.01.ebuild: added MYPV to the ebuild to make it more easily re-usable tablet-bin-1.11.11.01.ebuild =20 diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild b/sci-bi= ology/tablet-bin/tablet-bin-1.11.11.01.ebuild index 0867f28..422db54 100644 --- a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild +++ b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild @@ -35,6 +35,12 @@ RDEPEND=3D"${DEPEND} =20 MYPV=3D"$(replace_all_version_separators '_')" =20 +pkg_setup() { + einfo "Fixing java access violations ..." + # bug 387227 + addpredict /proc/self/coredump_filter +} + src_install() { # In theory it seems this binary package could be installed through ant # instead of the install4j package which is not easy to be forced