aboutsummaryrefslogtreecommitdiff
blob: 998be3ae745c89e9e16e02ba3d3258a6b3faa00f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 git-r3

DESCRIPTION="A standalone bacterial genome annotation system using blastn from ncbi-tools++ for gene prediction"
HOMEPAGE="http://bg7.ohnosequences.com"
#SRC_URI=""
EGIT_REPO_URI="https://github.com/bg7/BG7"

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

DEPEND="
	>=virtual/jre-1.5
	dev-java/ant-core"
RDEPEND="${DEPEND}
	>=virtual/jre-1.5
	sci-biology/ncbi-tools++"