aboutsummaryrefslogtreecommitdiff
blob: da7805e200bfe272bd77383ae5b5968d15ff76f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit java-pkg-2 java-ant-2 eutils

S="${PV/-/_}"

DESCRIPTION="Next Generation Sequencing Eclipse Plugin (CNV and indel discovery), aka NGSEP"
HOMEPAGE="https://sourceforge.net/p/ngsep/wiki/Home"
SRC_URI="http://sourceforge.net/projects/ngsep/files/SourceCode/NGSTools_2.0.5.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-util/eclipse-sdk"
RDEPEND="${DEPEND}"