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:18
Message-Id: 8e13d63d9b8b3b3d69ba4ccdd26eb766523aed2d.mmokrejs@gentoo
1 commit: 8e13d63d9b8b3b3d69ba4ccdd26eb766523aed2d
2 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Feb 7 14:02:00 2012 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Feb 7 14:02:00 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8e13d63d
7
8 sci-biology/tablet-bin: adjust PATH to point to the installation place
9
10 (Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-biology/tablet-bin/ChangeLog | 4 ++++
14 .../tablet-bin/tablet-bin-1.11.11.01.ebuild | 3 +++
15 2 files changed, 7 insertions(+), 0 deletions(-)
16
17 diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/ChangeLog
18 index b4938cd..3205cfc 100644
19 --- a/sci-biology/tablet-bin/ChangeLog
20 +++ b/sci-biology/tablet-bin/ChangeLog
21 @@ -4,6 +4,10 @@
22
23 07 Feb 2012; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
24 tablet-bin-1.11.11.01.ebuild:
25 + adjust PATH to point to the installation place
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
33 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
34 index 3074c74..3e6d6e6 100644
35 --- a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
36 +++ b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
37 @@ -67,4 +67,7 @@ src_install() {
38 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"
39 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"
40 dobin "${DISTDIR}"/coveragestats.py
41 +
42 + echo "PATH=/opt/Tablet" > 99Tablet
43 + doenvd 99Tablet || die
44 }