dev-java/joni - 2.1.3 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/joni-2.1.3

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

autounmask =dev-java/joni-2.1.3

Or alternatively:

emerge --autounmask-write -a =dev-java/joni-2.1.3

Package Information

Description:
Java port of Oniguruma that uses byte arrays directly
Homepage:
https://github.com/jruby/joni
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.1.3 8 ~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris 2.1
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

JAVA_PKG_IUSE="doc source"
MAVEN_ID="org.jruby.joni:${PN}:${PV}"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Java port of Oniguruma that uses byte arrays directly"
HOMEPAGE="https://github.com/jruby/joni"
SRC_URI="https://repo.maven.apache.org/maven2/org/jruby/${PN}/${PN}/${PV}/${P}-sources.jar"
LICENSE="MIT"
SLOT="2.1"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"

CP_DEPEND="
	>=dev-java/jcodings-1.0.11:0
"

BDEPEND="
	app-arch/unzip
"

DEPEND="
	>=virtual/jdk-1.8:*
	${CP_DEPEND}
	>=dev-java/asm-5.0.3:4
"

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

S="${WORKDIR}"

JAVA_CLASSPATH_EXTRA="asm-4"
JAVADOC_ARGS="-source 8"

Inherited Eclasses

Dependencies

DEPEND

	>=virtual/jdk-1.8:*
	
	>=dev-java/jcodings-1.0.11:0

	>=dev-java/asm-5.0.3:4

RDEPEND

	>=virtual/jre-1.8:*
	
	>=dev-java/jcodings-1.0.11:0

BDEPEND

	app-arch/unzip

Manifest for 2.1.3

Type File Size Source URLs
DIST joni-2.1.3-sources.jar 163284 bytes https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.3/joni-2.1.3-sources.jar