dev-java/money-api - 1.0.1 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/money-api-1.0.1

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

autounmask =dev-java/money-api-1.0.1

Or alternatively:

emerge --autounmask-write -a =dev-java/money-api-1.0.1

Package Information

Description:
JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency.
Homepage:
http://java.net/projects/javamoney
License:
Apache-2.0

Ebuild Details

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

# Skeleton command:
# java-ebuilder --generate-ebuild --workdir . --pom /var/lib/java-ebuilder/poms/money-api-1.0.1.pom --download-uri https://repo1.maven.org/maven2/javax/money/money-api/1.0.1/money-api-1.0.1-sources.jar --slot 0 --keywords "~amd64" --ebuild money-api-1.0.1-r1.ebuild

EAPI=7

JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="javax.money:money-api:1.0.1"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

inherit java-pkg-2 java-pkg-simple java-pkg-maven

DESCRIPTION="JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency."
HOMEPAGE="http://java.net/projects/javamoney"
SRC_URI="https://repo1.maven.org/maven2/javax/money/${PN}/${PV}/${P}-sources.jar
	https://repo1.maven.org/maven2/javax/money/${PN}/${PV}/${P}.jar -> ${P}-bin.jar"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	>=virtual/jdk-1.8:*
	app-arch/unzip
"

RDEPEND="
	>=virtual/jre-1.8:*
"

S="${WORKDIR}"

JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"

Inherited Eclasses

Dependencies

DEPEND

	>=virtual/jdk-1.8:*
	app-arch/unzip

RDEPEND

	>=virtual/jre-1.8:*

Manifest for 1.0.1

Type File Size Source URLs
DIST money-api-1.0.1-bin.jar 85327 bytes https://repo1.maven.org/maven2/javax/money/money-api/1.0.1/money-api-1.0.1.jar
DIST money-api-1.0.1-sources.jar 104771 bytes https://repo1.maven.org/maven2/javax/money/money-api/1.0.1/money-api-1.0.1-sources.jar