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

EAPI=7

inherit perl-module java-pkg-2 java-ant-2 git-r3

DESCRIPTION="Viewer for Microarray Data in PCL or CDT formats"
HOMEPAGE="http://jtreeview.sourceforge.net/" # no https
EGIT_REPO_URI="https://bitbucket.org/TreeView3Dev/treeview3.git"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""

DEPEND=">virtual/jdk-1.7:*"
RDEPEND="${DEPEND}
	>=virtual/jre-1.7:*"

src_install(){
	java-pkg_dojar TreeView.jar
	java-pkg_dolauncher ${PN} TreeView.jar
	cd ../helper-scripts-0.0.2 || die
	perl_set_version
	perl_domodule *.pm
	perl_domodule *.pl
	insinto /usr/share/"${PN}"/examples
	doins blues.color
	newdoc README README.helper-scripts
}