dev-java/h2o-app - 3.34.0.8 (spark-overlay)

Search

Package Information

Description:
H2O Application Runner
Homepage:
https://www.h2o.ai/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
3.34.0.8 8 ~amd64 $(ver_cut 1-2)
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MAVEN_ID="ai.h2o:${PN}:${PV}"

JAVA_PKG_IUSE="doc source test binary"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="H2O Application Runner"
HOMEPAGE="https://www.h2o.ai/"
SRC_URI="
	https://github.com/h2oai/h2o-3/archive/refs/tags/jenkins-${PV}.tar.gz -> h2o-${PV}.tar.gz
	https://repo1.maven.org/maven2/ai/h2o/${PN}/${PV}/${P}.jar -> ${P}-bin.jar
"
LICENSE="Apache-2.0"
SLOT="$(ver_cut 1-2)"
KEYWORDS="~amd64"

CP_DEPEND="
	~dev-java/h2o-core-${PV}:${SLOT}
"

BDEPEND="
	app-arch/unzip
"

DEPEND="
	>=virtual/jdk-1.8:*
	!binary? (
		${CP_DEPEND}
	)
"

RDEPEND="
	>=virtual/jre-1.8:*
	${CP_DEPEND}
"

S="${WORKDIR}/h2o-3-jenkins-${PV}/${PN}"

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

Dependencies

DEPEND

	>=virtual/jdk-1.8:*
	!binary? (
		
	~dev-java/h2o-core-3.34.0.8:$(ver_cut 1-2)

	)

RDEPEND

	>=virtual/jre-1.8:*
	
	~dev-java/h2o-core-3.34.0.8:$(ver_cut 1-2)

BDEPEND

	app-arch/unzip

Manifest for 3.34.0.8

Type File Size Source URLs
DIST h2o-3.34.0.8.tar.gz 97067518 bytes https://github.com/h2oai/h2o-3/archive/refs/tags/jenkins-3.34.0.8.tar.gz
DIST h2o-app-3.34.0.8-bin.jar 1581 bytes https://repo1.maven.org/maven2/ai/h2o/h2o-app/3.34.0.8/h2o-app-3.34.0.8.jar