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: Wed, 04 May 2011 00:28:52
Message-Id: 08ebfcbb90d5172dd9d95d99a675e6e59265e47b.mmokrejs@gentoo
1 commit: 08ebfcbb90d5172dd9d95d99a675e6e59265e47b
2 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Wed May 4 00:20:57 2011 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Wed May 4 00:20:57 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=08ebfcbb
7
8 sci-biology/tablet-bin: version bump
9
10 (Portage version: 2.1.9.43/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 ...1.02.18.ebuild => tablet-bin-1.11.05.03.ebuild} | 4 ++--
14 1 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild b/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild
17 similarity index 97%
18 rename from sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild
19 rename to sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild
20 index e5682e7..8078efc 100644
21 --- a/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild
22 +++ b/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild
23 @@ -8,7 +8,7 @@ inherit python java-pkg-2
24
25 DESCRIPTION="Graphical viewer for next generation sequence assemblies and alignments."
26 HOMEPAGE="http://bioinf.scri.ac.uk/tablet/"
27 -SRC_URI="http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1_11_02_18.sh
28 +SRC_URI="http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1_11_05_03.sh
29 http://bioinf.scri.ac.uk/tablet/additional/coveragestats.py"
30
31 # Tablet uses a modified version of the BSD License which has been edited to remove
32 @@ -53,7 +53,7 @@ src_install() {
33 # make sure we force java to point a to $HOME which is inside our sanbox
34 # directory area. We force -Duser.home . It seems also -Dinstall4j.userHome
35 # could be done based on the figure shown at http://resources.ej-technologies.com/install4j/help/doc/
36 - sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home="${D}"/../temp -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_1_11_02_18.sh || die "failed to set userHome value"
37 + sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home="${D}"/../temp -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_1_11_05_03.sh || die "failed to set userHome value"
38 sh "${DISTDIR}"/tablet_linux_x86_1_11_02_18.sh -q -overwrite -varfile="${DISTDIR}"/response.varfile --destination="${D}"/opt/Tablet -dir "${D}"/opt/Tablet
39 dobin "${DISTDIR}"/coveragestats.py
40 }