dev-java/netty-tcnative - 2.0.26 (spark-overlay)

Search

Package Information

Description:
A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is dynamically linked to OpenSSL and Apache APR.
Homepage:
https://github.com/netty/netty-tcnative/netty-tcnative/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.0.26 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/netty-tcnative-2.0.26.Final.pom --from-maven-central --download-uri https://repo1.maven.org/maven2/io/netty/netty-tcnative/2.0.26.Final/netty-tcnative-2.0.26.Final-sources.jar --binjar-uri https://repo1.maven.org/maven2/io/netty/netty-tcnative/2.0.26.Final/netty-tcnative-2.0.26.Final.jar --slot 0 --keywords "~amd64" --ebuild netty-tcnative-2.0.26.ebuild

EAPI=7

JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="io.netty:netty-tcnative:2.0.26.Final"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

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

DESCRIPTION="A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is dynamically linked to OpenSSL and Apache APR."
HOMEPAGE="https://github.com/netty/netty-tcnative/netty-tcnative/"
SRC_URI="https://repo1.maven.org/maven2/io/netty/${PN}/${PV}.Final/${P}.Final-sources.jar -> ${P}-sources.jar
	https://repo1.maven.org/maven2/io/netty/${PN}/${PV}.Final/${P}.Final.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"

Dependencies

DEPEND

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

RDEPEND

	>=virtual/jre-1.8:*

Manifest for 2.0.26

Type File Size Source URLs
DIST netty-tcnative-2.0.26-bin.jar 26328 bytes https://repo1.maven.org/maven2/io/netty/netty-tcnative/2.0.26.Final/netty-tcnative-2.0.26.Final.jar
DIST netty-tcnative-2.0.26-sources.jar 34278 bytes https://repo1.maven.org/maven2/io/netty/netty-tcnative/2.0.26.Final/netty-tcnative-2.0.26.Final-sources.jar