Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tablet-bin/
Date: Tue, 07 Feb 2012 23:39:41
Message-Id: 169f83a8ee38cd5c42e4734fa03adf8993654744.mmokrejs@gentoo
1 commit: 169f83a8ee38cd5c42e4734fa03adf8993654744
2 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Feb 7 13:35:11 2012 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Feb 7 13:35:11 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=169f83a8
7
8 sci-biology/tablet-bin-1.11.11.01: make use of the TMPDIR variable
9
10 (Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-biology/tablet-bin/ChangeLog | 6 +++++-
14 .../tablet-bin/tablet-bin-1.11.11.01.ebuild | 4 ++--
15 2 files changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/ChangeLog
18 index 816b0bf..b4938cd 100644
19 --- a/sci-biology/tablet-bin/ChangeLog
20 +++ b/sci-biology/tablet-bin/ChangeLog
21 @@ -1,7 +1,11 @@
22 # ChangeLog for sci-biology/tablet-bin
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 07 Feb 2012; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
28 + tablet-bin-1.11.11.01.ebuild:
29 + make use of the TMPDIR variable
30 +
31 12 Dec 2011; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
32 tablet-bin-1.11.11.01.ebuild:
33 fix sanbox violations on some systems tablet-bin-1.11.11.01.ebuild
34
35 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
36 index 422db54..3074c74 100644
37 --- a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
38 +++ b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2011 Gentoo Foundation
41 +# Copyright 1999-2012 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: $
44
45 @@ -64,7 +64,7 @@ src_install() {
46 # make sure we force java to point a to $HOME which is inside our sanbox
47 # directory area. We force -Duser.home . It seems also -Dinstall4j.userHome
48 # could be done based on the figure shown at http://resources.ej-technologies.com/install4j/help/doc/
49 - 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"
50 + 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"
51 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"
52 dobin "${DISTDIR}"/coveragestats.py
53 }