aboutsummaryrefslogtreecommitdiff
blob: 8e475e6c3f44456c55bf5f1a123a32f4aec8ba78 (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
25
26
27
28
29
30
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit java-utils-2 toolchain-funcs

DESCRIPTION="Visualization and manually annotating whole genomes"
HOMEPAGE="http://www.broadinstitute.org/annotation/argo2
	http://www.broadinstitute.org/annotation/argo"
SRC_URI="http://www.broadinstitute.org/annotation/argo2/releases/argo2.jar"
#
# Release Number: 3
# Release Date:   2010-06-23

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="!sci-biology/argo"
RDEPEND="${DEPEND}
		>=virtual/jre-1.5:*"
S="${WORKDIR}"

src_install() {
	java-pkg_newjar "${DISTDIR}"/argo2.jar argo2.jar
	java-pkg_dolauncher
}