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-0007R6-IF 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 1215B1C00A; 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 C3A951C00A 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 0EDA01B4048 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 2160D80505 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: <08ebfcbb90d5172dd9d95d99a675e6e59265e47b.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 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: 08ebfcbb90d5172dd9d95d99a675e6e59265e47b 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: 60f21bb94fd92345900fcd9e31fe01e8 commit: 08ebfcbb90d5172dd9d95d99a675e6e59265e47b Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Wed May 4 00:20:57 2011 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Wed May 4 00:20:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D08ebfcbb sci-biology/tablet-bin: version bump (Portage version: 2.1.9.43/git/Linux i686, unsigned Manifest commit) --- ...1.02.18.ebuild =3D> tablet-bin-1.11.05.03.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.05.03.ebuild similarity index 97% rename from sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild rename to sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild index e5682e7..8078efc 100644 --- a/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild +++ b/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild @@ -8,7 +8,7 @@ inherit python java-pkg-2 =20 DESCRIPTION=3D"Graphical viewer for next generation sequence assemblies = and alignments." HOMEPAGE=3D"http://bioinf.scri.ac.uk/tablet/" -SRC_URI=3D"http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1= _11_02_18.sh +SRC_URI=3D"http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1= _11_05_03.sh http://bioinf.scri.ac.uk/tablet/additional/coveragestats.py" =20 # Tablet uses a modified version of the BSD License which has been edite= d to remove @@ -53,7 +53,7 @@ src_install() { # make sure we force java to point a to $HOME which is inside our sanbo= x # 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" + 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 dobin "${DISTDIR}"/coveragestats.py }