sci-biology/jalview-bin - 2.11.5.2 (guru)

Search

Install

Install this version:

emerge -a =sci-biology/jalview-bin-2.11.5.2

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

autounmask =sci-biology/jalview-bin-2.11.5.2

Or alternatively:

emerge --autounmask-write -a =sci-biology/jalview-bin-2.11.5.2

Package Information

Description:
Editor of multiple sequence alignments.
Homepage:
https://www.jalview.org/
License:
GPL-3

Ebuild Details

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

EAPI=8

JAVA_PKG_WANT_TARGET=1.8

inherit desktop java-pkg-2

DESCRIPTION="Editor of multiple sequence alignments."
HOMEPAGE="https://www.jalview.org/"
SRC_URI="https://www.jalview.org/getdown/release/jalview-all-${PV}-j1.8.jar"

S="${WORKDIR}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="app-arch/unzip"

RDEPEND="virtual/jre:1.8"

src_unpack() {
	cp -v "${DISTDIR}/${A}" . || die
	unzip -u ${A} images/jalview_logo-48.png || die
}

src_install() {
	java-pkg_newjar "jalview-all-${PV}-j1.8.jar"
	java-pkg_dolauncher "${PN}" --jar "${PN}.jar"
	newicon images/jalview_logo-48.png jalview_logo_48.png
	make_desktop_entry "${PN}" JalView jalview_logo_48 Science
}

Inherited Eclasses

Dependencies

DEPEND

app-arch/unzip

RDEPEND

virtual/jre:1.8

Manifest for 2.11.5.2

Type File Size Source URLs
DIST jalview-all-2.11.5.2-j1.8.jar 51194189 bytes https://www.jalview.org/getdown/release/jalview-all-2.11.5.2-j1.8.jar