Install this version:
emerge -a =dev-java/fits-1.15.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-java/fits-1.15.1
Or alternatively:
emerge --autounmask-write -a =dev-java/fits-1.15.1
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit java-utils-2
DESCRIPTION="Java library for FITS input/output"
HOMEPAGE="http://fits.gsfc.nasa.gov/fits_libraries.html#java_tam"
SRC_URI="http://heasarc.gsfc.nasa.gov/docs/heasarc/${PN}/java/v1.0/v${PV}/${PN}.jar -> ${P}.jar"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=virtual/jre-1.5"
src_unpack() {
:;
}
src_configure() {
:;
}
src_compile() {
:;
}
src_install() {
java-pkg_newjar "${DISTDIR}/${P}.jar" "${PN}.jar"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fits-1.15.1.jar | 531531 bytes | http://heasarc.gsfc.nasa.gov/docs/heasarc/fits/java/v1.0/v1.15.1/fits.jar |