aboutsummaryrefslogtreecommitdiff
blob: 8de34c9fa13c2d6e79d079f17294eccf874f1e47 (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-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit java-pkg-opt-2 java-ant-2

DESCRIPTION="Genome browser and annotation tool"
HOMEPAGE="http://genomeview.sourceforge.net"
SRC_URI="https://downloads.sourceforge.net/project/genomeview/GenomeView/genomeview-2450.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=">=virtual/jdk-1.7:*"
RDEPEND=">=virtual/jre-1.7:*"
BDEPEND="app-arch/unzip"

S="${WORKDIR}/genomeview-${PV}"

src_install() {
	java-pkg_dojar *.jar lib/*.jar
}