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 1Ruud4-00044D-19 for garchives@archives.gentoo.org; Tue, 07 Feb 2012 23:39:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29718E0814; Tue, 7 Feb 2012 23:39:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EFAD2E080E 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 72B541B400C 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 E744B80043 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: <8e13d63d9b8b3b3d69ba4ccdd26eb766523aed2d.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: 8e13d63d9b8b3b3d69ba4ccdd26eb766523aed2d 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: 3689ab18-9e41-4403-b72f-f726659400a8 X-Archives-Hash: f2bf87bf4d27783ab2fa8e30bcc9f852 commit: 8e13d63d9b8b3b3d69ba4ccdd26eb766523aed2d Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Tue Feb 7 14:02:00 2012 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Feb 7 14:02:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D8e13d63d sci-biology/tablet-bin: adjust PATH to point to the installation place (Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit) --- sci-biology/tablet-bin/ChangeLog | 4 ++++ .../tablet-bin/tablet-bin-1.11.11.01.ebuild | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/Ch= angeLog index b4938cd..3205cfc 100644 --- a/sci-biology/tablet-bin/ChangeLog +++ b/sci-biology/tablet-bin/ChangeLog @@ -4,6 +4,10 @@ =20 07 Feb 2012; Martin Mokrejs tablet-bin-1.11.11.01.ebuild: + adjust PATH to point to the installation place + + 07 Feb 2012; Martin Mokrejs + tablet-bin-1.11.11.01.ebuild: make use of the TMPDIR variable =20 12 Dec 2011; Martin Mokrejs 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 3074c74..3e6d6e6 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 @@ -67,4 +67,7 @@ src_install() { 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 + + echo "PATH=3D/opt/Tablet" > 99Tablet + doenvd 99Tablet || die }