aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@gentoo.org>2010-12-22 15:58:40 +0100
committerMartin Mokrejs <mmokrejs@gentoo.org>2010-12-22 15:58:40 +0100
commitc2ca38561e64073c4fd0a5d92ba227932539ac09 (patch)
tree2e130cad6019cb26d1442a359777e442fc1ca593 /sci-biology/tablet-bin
parentTo main tree (diff)
downloadsci-c2ca38561e64073c4fd0a5d92ba227932539ac09.tar.gz
sci-c2ca38561e64073c4fd0a5d92ba227932539ac09.tar.bz2
sci-c2ca38561e64073c4fd0a5d92ba227932539ac09.zip
bamtools/bamtools-0.7.47: removed old version
Diffstat (limited to 'sci-biology/tablet-bin')
-rw-r--r--sci-biology/tablet-bin/Manifest3
-rw-r--r--sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild33
2 files changed, 36 insertions, 0 deletions
diff --git a/sci-biology/tablet-bin/Manifest b/sci-biology/tablet-bin/Manifest
new file mode 100644
index 000000000..ceef00197
--- /dev/null
+++ b/sci-biology/tablet-bin/Manifest
@@ -0,0 +1,3 @@
+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-1.10.09.20.ebuild 908 RMD160 7f20f367b0609f98f192623db5b8c98f3181bad8 SHA1 0a433367e56d014698099cdcf43ac3f8825c70ee SHA256 eb9f1cadfd4ab796290e9367134ff910f9301e8597d2868134241495314e2ec4
diff --git a/sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild b/sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild
new file mode 100644
index 000000000..e1287b7cb
--- /dev/null
+++ b/sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+DESCRIPTION="Tablet is a lightweight, high-performance 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
+ 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.
+LICENSE="BSD-modified" # It's in the installer, and ends up on disk after installation at tablet/docs/tablet.html
+ # The original BSD licence was modified to remove references to distribution and use in
+ #source forms, because we cannot make the source code available for Tablet.
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="dev-lang/java"
+RDEPEND="${DEPEND}"
+
+src_install(){
+ sh tablet_linux_x86_1_10_09_20.sh -c -q << EOF
+ o
+ [Enter]
+ [Enter]
+ [Enter]
+ 1
+ "${D}"/opt/Tablet
+ EOF <<
+ dobin "${DISTDIR}"/coveragestats.py | die
+}