sci-biology/genomeview-bin - 2450-r1 (science)

Search

Install

Install this version:

emerge -a =sci-biology/genomeview-bin-2450-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-biology/genomeview-bin-2450-r1

Or alternatively:

emerge --autounmask-write -a =sci-biology/genomeview-bin-2450-r1

Package Information

Description:
Genome browser and annotation tool
Homepage:
https://genomeview.sourceforge.net
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2450-r1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit java-pkg-opt-2

DESCRIPTION="Genome browser and annotation tool"
HOMEPAGE="https://genomeview.sourceforge.net"

MY_PN="${PN%-bin}"
SRC_URI="https://downloads.sourceforge.net/project/${MY_PN}/GenomeView/${MY_PN}-${PV}.zip"
S="${WORKDIR}/genomeview-${PV}"

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

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

src_configure() {
	:;
}

src_compile() {
	:;
}

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

Inherited Eclasses

Dependencies

DEPEND

>=virtual/jdk-1.7:*

RDEPEND

>=virtual/jre-1.7:*

BDEPEND

app-arch/unzip