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 1QHPxT-0007SE-LT for garchives@archives.gentoo.org; Wed, 04 May 2011 00:28:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E744C1C001; Wed, 4 May 2011 00:28:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A5E351C001 for ; Wed, 4 May 2011 00:28:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03C021B4032 for ; Wed, 4 May 2011 00:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5F9A480507 for ; Wed, 4 May 2011 00:28:42 +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: <5d2329cce640f5a246c69311607b52514236dfd9.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/tablet-bin-1.11.05.03.ebuild X-VCS-Directories: sci-biology/tablet-bin/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 5d2329cce640f5a246c69311607b52514236dfd9 Date: Wed, 4 May 2011 00:28:42 +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: X-Archives-Hash: 4b837e5d9c6a900814bc922468201ce7 commit: 5d2329cce640f5a246c69311607b52514236dfd9 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Wed May 4 00:27:52 2011 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Wed May 4 00:27:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D5d2329cc sci-biology/tablet-bin: added missing die call (Portage version: 2.1.9.43/git/Linux i686, unsigned Manifest commit) --- .../tablet-bin/tablet-bin-1.11.05.03.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild b/sci-bi= ology/tablet-bin/tablet-bin-1.11.05.03.ebuild index 8078efc..5f066d6 100644 --- a/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild +++ b/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild @@ -54,6 +54,6 @@ src_install() { # 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_1_11_05_03.= sh || die "failed to set userHome value" - sh "${DISTDIR}"/tablet_linux_x86_1_11_02_18.sh -q -overwrite -varfile=3D= "${DISTDIR}"/response.varfile --destination=3D"${D}"/opt/Tablet -dir "${D= }"/opt/Tablet + sh "${DISTDIR}"/tablet_linux_x86_1_11_05_03.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 }