aboutsummaryrefslogtreecommitdiff
blob: 59aefc3eff20b50cd6011ab71f5241526b1f2ae2 (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

EAPI=5

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

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

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

DEPEND="virtual/jdk
	${COMMON_DEPS}"
RDEPEND="virtual/jre"

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