commit: f69d90373519a8806466e5b769d8aeb47cf33af6 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Mon Mar 24 10:30:36 2014 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Mon Mar 24 10:30:36 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f69d9037
sci-biology/BamView: not sure if we need a separate package; is said to be part of Artemis bundle --- sci-biology/BamView/BamView-1.2.11.ebuild | 20 ++++++++++++++++++++ sci-biology/BamView/ChangeLog | 10 ++++++++++ 2 files changed, 30 insertions(+) diff --git a/sci-biology/BamView/BamView-1.2.11.ebuild b/sci-biology/BamView/BamView-1.2.11.ebuild new file mode 100644 index 0000000..af27b9a --- /dev/null +++ b/sci-biology/BamView/BamView-1.2.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit java-pkg-2 java-ant-2 eutils + +DESCRIPTION="Display read alignments in BAM files, is a part of Artemis" +HOMEPAGE="http://bamview.sourceforge.net/" +SRC_URI="http://bamview.sourceforge.net/v"${PV}"/BamView_v"${PV}".jar" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="virtual/jdk" +RDEPEND="${DEPEND} + virtual/jre" diff --git a/sci-biology/BamView/ChangeLog b/sci-biology/BamView/ChangeLog new file mode 100644 index 0000000..30799c0 --- /dev/null +++ b/sci-biology/BamView/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/BamView +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*BamView-1.2.11 (24 Mar 2014) + + 24 Mar 2014; Martin Mokrejs <[email protected]> + +BamView-1.2.11.ebuild: + not sure if we need a separate package; is said to be part of Artemis bundle +
