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/VarScan/
Date: Sun, 23 Mar 2014 18:26:33
Message-Id: 1395599119.e26cb1509794089cfcaf22cbead79430ad10cbcc.mmokrejs@gentoo
1 commit: e26cb1509794089cfcaf22cbead79430ad10cbcc
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sun Mar 23 18:25:19 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sun Mar 23 18:25:19 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e26cb150
7
8 sci-biology/VarScan: a new package with some classes and no INSTALL docs, needs help from java team for sure
9
10 ---
11 sci-biology/VarScan/VarScan-2.3.6.ebuild | 22 ++++++++++++++++++++++
12 1 file changed, 22 insertions(+)
13
14 diff --git a/sci-biology/VarScan/VarScan-2.3.6.ebuild b/sci-biology/VarScan/VarScan-2.3.6.ebuild
15 new file mode 100644
16 index 0000000..1051f71
17 --- /dev/null
18 +++ b/sci-biology/VarScan/VarScan-2.3.6.ebuild
19 @@ -0,0 +1,22 @@
20 +# Copyright 1999-2014 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=5
25 +
26 +inherit java-pkg-2
27 +
28 +DESCRIPTION="Variant detection (germline, multi-sample, somatic mutations, somatic copy number alterations (CNA)), SNP calls"
29 +HOMEPAGE="http://varscan.sourceforge.net/"
30 +SRC_URI="http://downloads.sourceforge.net/project/varscan/VarScan.v2.3.6.jar"
31 +
32 +LICENSE="Non-profit-OSL-3.0"
33 +SLOT="0"
34 +KEYWORDS=""
35 +IUSE=""
36 +
37 +DEPEND="
38 + >=virtual/jdk-1.5
39 + dev-java/ant-core"
40 +RDEPEND="${DEPEND}
41 + >=virtual/jre-1.5"