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 1RuudQ-00048X-Ot for garchives@archives.gentoo.org; Tue, 07 Feb 2012 23:39:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01A32E0818; Tue, 7 Feb 2012 23:39:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B57A6E080E for ; Tue, 7 Feb 2012 23:39:08 +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 34C491B4011 for ; Tue, 7 Feb 2012 23:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8A6EF80058 for ; Tue, 7 Feb 2012 23:39:07 +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: <169f83a8ee38cd5c42e4734fa03adf8993654744.mmokrejs@gentoo> 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: 169f83a8ee38cd5c42e4734fa03adf8993654744 Date: Tue, 7 Feb 2012 23:39:07 +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: 5c1f51a7-23d4-4b2b-ae38-e474227a7733 X-Archives-Hash: 311f1cb8dd83d0906cd7fa14be999487 commit: 169f83a8ee38cd5c42e4734fa03adf8993654744 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Tue Feb 7 13:35:11 2012 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Feb 7 13:35:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D169f83a8 sci-biology/tablet-bin-1.11.11.01: make use of the TMPDIR variable (Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit) --- sci-biology/tablet-bin/ChangeLog | 6 +++++- .../tablet-bin/tablet-bin-1.11.11.01.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/Ch= angeLog index 816b0bf..b4938cd 100644 --- a/sci-biology/tablet-bin/ChangeLog +++ b/sci-biology/tablet-bin/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-biology/tablet-bin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 07 Feb 2012; Martin Mokrejs + tablet-bin-1.11.11.01.ebuild: + make use of the TMPDIR variable + 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 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 422db54..3074c74 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -64,7 +64,7 @@ src_install() { # make sure we force java to point a to $HOME which is inside our sanbo= x # directory area. We force -Duser.home . It seems also -Dinstall4j.user= Home # could be done based on the figure shown at http://resources.ej-techno= logies.com/install4j/help/doc/ - sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home=3D"${D}"/= ../temp -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_"${MYPV}".s= h || die "failed to set userHome value" + sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home=3D"${TMPD= IR}" -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_"${MYPV}".sh |= | die "failed to set userHome value" sh "${DISTDIR}"/tablet_linux_x86_"${MYPV}".sh -q -overwrite -varfile=3D= "${DISTDIR}"/response.varfile --destination=3D"${D}"/opt/Tablet -dir "${D= }"/opt/Tablet || die "Failed to run the self-extracting exe file" dobin "${DISTDIR}"/coveragestats.py }