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 1QHPif-0005rD-5R for garchives@archives.gentoo.org; Wed, 04 May 2011 00:13:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D5341C03E; Wed, 4 May 2011 00:13:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0CAF41C03E for ; Wed, 4 May 2011 00:13:25 +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 498901B4018 for ; Wed, 4 May 2011 00:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9998B80505 for ; Wed, 4 May 2011 00:13:24 +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: <862f6636be370018e0330c2ac4c2f2747f30b762.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.02.18.ebuild X-VCS-Directories: sci-biology/tablet-bin/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 862f6636be370018e0330c2ac4c2f2747f30b762 Date: Wed, 4 May 2011 00:13:24 +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: 118e59ce3388079057329447c3ec41a0 commit: 862f6636be370018e0330c2ac4c2f2747f30b762 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Wed May 4 00:13:13 2011 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Wed May 4 00:13:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D862f6636 sci-biology/tablet-bin: removed references to my /scratch filesystem (Portage version: 2.1.9.43/git/Linux i686, unsigned Manifest commit) --- .../tablet-bin/tablet-bin-1.11.02.18.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild b/sci-bi= ology/tablet-bin/tablet-bin-1.11.02.18.ebuild index d4b1925..e5682e7 100644 --- a/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild +++ b/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild @@ -44,7 +44,7 @@ src_install() { # disable the installation process to symlink from /usr/local/bin/table= to # /opt/Tablet/tablet. That was logged in that file with the following l= ine: # - # /scratch/var/tmp/portage/sci-biology/tablet-bin-1.11.02.18/image/opt/= Tablet/.install4j/installation.log: Variable changed: sys.symlinkDir=3D/u= sr/local/bin[class java.lang.String] + # /var/tmp/portage/sci-biology/tablet-bin-1.11.02.18/image/opt/Tablet/.= install4j/installation.log: Variable changed: sys.symlinkDir=3D/usr/local= /bin[class java.lang.String] # # The file is then left on the installed system in "${D}"/opt/Tablet/.i= nstall4j/response.varfile mkdir -p "${D}"/opt/Tablet/.install4j || die "Cannot pre-create "${D}"/= opt/Tablet/.install4j/" @@ -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_02_18.= 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 /scr= atch/var/tmp/portage/sci-biology/tablet-bin-1.11.02.18/image/opt/Tablet + 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 dobin "${DISTDIR}"/coveragestats.py }