From 169f83a8ee38cd5c42e4734fa03adf8993654744 Mon Sep 17 00:00:00 2001 From: Martin Mokrejs Date: Tue, 7 Feb 2012 14:35:11 +0100 Subject: 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 +++++- sci-biology/tablet-bin/Manifest | 4 ++-- sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'sci-biology') diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/ChangeLog index 816b0bfda..b4938cd48 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: $ + 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/Manifest b/sci-biology/tablet-bin/Manifest index 58bc055b7..c28baf7d4 100644 --- a/sci-biology/tablet-bin/Manifest +++ b/sci-biology/tablet-bin/Manifest @@ -1,3 +1,3 @@ -DIST coveragestats.py 4800 RMD160 a45ef0ef293d08c62f79d4921c810554cea5cc44 SHA1 87b2e3432919c8cd2eb673bd8cf4a59f34d4a58e SHA256 358b686d00fd75d2cc9af490b0e7d635f74cbb1c0b153df22d8ff879884d47bc +DIST coveragestats.py 4800 SHA256 358b686d00fd75d2cc9af490b0e7d635f74cbb1c0b153df22d8ff879884d47bc SHA512 d5688832c13dc9c2e2e015df0b5c50113f72e2eeae076d479c43b65a4b028f8dcfa5f0fb833b4341d76d3956ea27707c55a51389b73a2efed6abd2b96ccdc3cd WHIRLPOOL 0b1eb20189b343d6014097748c053f35f8ad162400312cfbde16bac7fee52f24ac8b0055e991c823dcb64d7a20df3fbb88d8cd6119f838d4e9a5f26e82604664 DIST tablet_linux_x86_1_11_05_03.sh 24035425 RMD160 1d36db184cb79b93bd8460e9be293514d7db93d6 SHA1 42580d61f3c725fd357776538484ecc442c2c797 SHA256 3c7de5f0e5d37019485612723dfd3b17fd34e24df8986eb535fcb0335f8b2e99 -DIST tablet_linux_x86_1_11_11_01.sh 23481558 RMD160 133d3a125705bd9bb039f6dd67a7b90e1537c953 SHA1 0d8eebfbcd645c20078bd2456cca35838aa4de0c SHA256 9dbbd9ecf1c20e39b978a4be88707593c37073407af951cbf7a9b3d16e6daf23 +DIST tablet_linux_x86_1_11_11_01.sh 23481558 SHA256 9dbbd9ecf1c20e39b978a4be88707593c37073407af951cbf7a9b3d16e6daf23 SHA512 95da451959304aafe36c70895cd9f0a89c1749a403e47a4f32b7605e6cbdb5b2f69b03b4177fd6db45cbdba76e2f054742179000d29b0574a1f4541f335aeaa2 WHIRLPOOL cae67ca8338aa23781f91cd235ecc1bd082b04ada80a158d827acf33c04d8bd63e89883790dd3945938e1405c2b6a0903d4e10ffe40c3fe7e0e042390ba1cabe diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild index 422db5400..3074c7472 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: $ @@ -64,7 +64,7 @@ src_install() { # make sure we force java to point a to $HOME which is inside our sanbox # directory area. We force -Duser.home . It seems also -Dinstall4j.userHome # could be done based on the figure shown at http://resources.ej-technologies.com/install4j/help/doc/ - sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home="${D}"/../temp -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_"${MYPV}".sh || die "failed to set userHome value" + sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home="${TMPDIR}" -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="${DISTDIR}"/response.varfile --destination="${D}"/opt/Tablet -dir "${D}"/opt/Tablet || die "Failed to run the self-extracting exe file" dobin "${DISTDIR}"/coveragestats.py } -- cgit v1.2.3-65-gdbad