dev-java/h2o-webserver-iface - 3.36.1.2 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/h2o-webserver-iface-3.36.1.2

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

autounmask =dev-java/h2o-webserver-iface-3.36.1.2

Or alternatively:

emerge --autounmask-write -a =dev-java/h2o-webserver-iface-3.36.1.2

Package Information

Description:
Module isolating H2O functionality from specific HTTP server implementation
Homepage:
https://www.h2o.ai/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
3.36.1.2 8 ~amd64 $(ver_cut 1-2)
View Raw Ebuild
# Copyright 1999-2023 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="junit-4 pkgdiff"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Module isolating H2O functionality from specific HTTP server implementation"
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/commons-codec:0
	dev-java/tomcat-servlet-api:3.1
"

BDEPEND="
	app-arch/unzip
"

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

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

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

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

JAVA_TEST_GENTOO_CLASSPATH="junit-4"
JAVA_TEST_SRC_DIR="src/test/java"

Inherited Eclasses

Dependencies

DEPEND

	>=virtual/jdk-1.8:*
	!binary? (
		
	dev-java/commons-codec:0
	dev-java/tomcat-servlet-api:3.1

	)
	test? (
		
	dev-java/commons-codec:0
	dev-java/tomcat-servlet-api:3.1

	)

RDEPEND

	>=virtual/jre-1.8:*
	
	dev-java/commons-codec:0
	dev-java/tomcat-servlet-api:3.1

BDEPEND

	app-arch/unzip

Manifest for 3.36.1.2

Type File Size Source URLs
DIST h2o-3.36.1.2.tar.gz 97997696 bytes https://github.com/h2oai/h2o-3/archive/refs/tags/jenkins-3.36.1.2.tar.gz
DIST h2o-webserver-iface-3.36.1.2-bin.jar 10488 bytes https://repo1.maven.org/maven2/ai/h2o/h2o-webserver-iface/3.36.1.2/h2o-webserver-iface-3.36.1.2.jar