aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@gentoo.org>2011-02-14 19:47:51 +0100
committerMartin Mokrejs <mmokrejs@gentoo.org>2011-02-14 19:47:51 +0100
commit416bfc9b541301fbbb67d35f5d89c2b05b44f168 (patch)
treec908a130ecf9ebbc3553be0e0fc198fa01860339 /sci-biology/tablet-bin
parentsci-biology/estscan: new package, something wrong with IUSE? (diff)
downloadsci-416bfc9b541301fbbb67d35f5d89c2b05b44f168.tar.gz
sci-416bfc9b541301fbbb67d35f5d89c2b05b44f168.tar.bz2
sci-416bfc9b541301fbbb67d35f5d89c2b05b44f168.zip
sci-biology/tablet-bin: version bump
(Portage version: 2.1.9.28/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'sci-biology/tablet-bin')
-rw-r--r--sci-biology/tablet-bin/Manifest4
-rw-r--r--sci-biology/tablet-bin/tablet-bin-1.11.01.25.ebuild (renamed from sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild)4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/tablet-bin/Manifest b/sci-biology/tablet-bin/Manifest
index 1901280be..64c0acb74 100644
--- a/sci-biology/tablet-bin/Manifest
+++ b/sci-biology/tablet-bin/Manifest
@@ -1,5 +1,5 @@
AUX response.varfile 235 RMD160 d91f8fbcc4da051b5ea5f77888a3468c30fc9e70 SHA1 8f1b332e7fe21797071b473435b91ce3df37470a SHA256 0e6d7df08f4f1dc7c46ff9f213476f6525599831f1bed5e131f1eaf6a72d38e2
DIST coveragestats.py 4800 RMD160 a45ef0ef293d08c62f79d4921c810554cea5cc44 SHA1 87b2e3432919c8cd2eb673bd8cf4a59f34d4a58e SHA256 358b686d00fd75d2cc9af490b0e7d635f74cbb1c0b153df22d8ff879884d47bc
-DIST tablet_linux_x86_1_10_09_20.sh 23501634 RMD160 74e5f4c647aa105d4a51602059e593fe2595eeae SHA1 71b1a2aaf42bac49671c0b517f041b7c2254ce41 SHA256 2d8b86fe0e88aa1bbc5d2916a09d7f3b0df339069024191a07fbd83cf73dec41
-EBUILD tablet-bin-1.10.09.20.ebuild 1571 RMD160 e552dc1c0c23734c4c3381fc42fb89918132b9a1 SHA1 c4858dde0297904524fbac8b777e1c78817cd5a0 SHA256 028e0fbb3e65b1a41ae491e3ffc532c2f69c439ce657bee8c942d65e70cddbf8
+DIST tablet_linux_x86_1_11_01_25.sh 23576405 RMD160 b0fe2732a2ccef536fb7b8efe004f82ca5517940 SHA1 0a00dfe602d8c4de5d9aa57cefd4b63a5c658aa4 SHA256 b91bd6b132d4f7052e24e7a79d50e9494f046dfde915bfac33fcb5097f1ba3f8
+EBUILD tablet-bin-1.11.01.25.ebuild 1571 RMD160 c67d9dcf7ea9d70f5aafc698a05915494e223f95 SHA1 b41489e045568be5fe33a37b4a77e998d7d3d196 SHA256 3230914946959c8ef575dafa1b8cd21afb4d90886102175d781f77df0b62a598
MISC metadata.xml 269 RMD160 53c242e331b0a82669ca7913da16dac854ab8dca SHA1 bc75ba3b0f5607ac5f396d3e8a99daf5ded5a7de SHA256 13472fd0615d2b381dbe36666fe1bbf3b1c34770aa409c6101b38741b4586f85
diff --git a/sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild b/sci-biology/tablet-bin/tablet-bin-1.11.01.25.ebuild
index bc176a7f4..2cf7b278f 100644
--- a/sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild
+++ b/sci-biology/tablet-bin/tablet-bin-1.11.01.25.ebuild
@@ -6,7 +6,7 @@ EAPI=3
DESCRIPTION="Graphical viewer for next generation sequence assemblies and alignments."
HOMEPAGE="http://bioinf.scri.ac.uk/tablet/"
-SRC_URI="http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1_10_09_20.sh
+SRC_URI="http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1_11_01_25.sh
http://bioinf.scri.ac.uk/tablet/additional/coveragestats.py"
# Tablet uses a modified version of the BSD License which has been edited to remove references to distribution and use in source forms. This means that we are happy for you to distribute and use Tablet however you please, but we do not (yet) want to make the source code publicly available.
@@ -25,6 +25,6 @@ RDEPEND="${DEPEND}
src_install() {
# In theory it seems this binary package could be installed through ant instead of the install4j package which is not easy to be forced non-interactive. The below approach is not ideal.
sed "s#\"\${D}\"#"${D}"#g" "${FILESDIR}"/response.varfile > "${DISTDIR}"/response.varfile || die "sed failed"
- sh "${DISTDIR}"/tablet_linux_x86_1_10_09_20.sh -q -overwrite --var-file="${DISTDIR}"/response.varfile --destination="${D}"/opt/Tablet
+ sh "${DISTDIR}"/tablet_linux_x86_1_11_01_25.sh -q -overwrite --var-file="${DISTDIR}"/response.varfile --destination="${D}"/opt/Tablet
dobin "${DISTDIR}"/coveragestats.py || die
}