dev-java/commons-text - 1.11.0 (mva)

Search

Install

Install this version:

emerge -a =dev-java/commons-text-1.11.0

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

autounmask =dev-java/commons-text-1.11.0

Or alternatively:

emerge --autounmask-write -a =dev-java/commons-text-1.11.0

Package Information

Description:
Apache Commons Text is a library focused on algorithms working on strings
Homepage:
https://commons.apache.org/proper/commons-text/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.11.0 8 ~amd64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

# Skeleton command:
# java-ebuilder --generate-ebuild --workdir . --pom pom.xml
# --download-uri mirror://apache//commons/text/source/commons-text-1.10.0-src.tar.gz
# --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild commons-text-1.10.0.ebuild

EAPI=8

JAVA_PKG_IUSE="doc source"
MAVEN_ID="org.apache.commons:commons-text:${PVR}"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Apache Commons Text is a library focused on algorithms working on strings"
HOMEPAGE="https://commons.apache.org/proper/commons-text/"
SRC_URI="https://archive.apache.org/dist/commons/text/source/${P}-src.tar.gz"

S="${WORKDIR}/${P}-src"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"

# Common dependencies
# POM: pom.xml
# org.apache.commons:commons-lang3:3.12.0 -> >=dev-java/commons-lang-3.12.0:3.6

CDEPEND="
	dev-java/commons-lang:3.6
"

# Compile dependencies
# POM: pom.xml
# test? commons-io:commons-io:2.11.0 -> >=dev-java/commons-io-2.11.0:1
# test? org.apache.commons:commons-rng-simple:1.4 -> !!!artifactId-not-found!!!
# test? org.assertj:assertj-core:3.23.1 -> !!!suitable-mavenVersion-not-found!!!
# test? org.graalvm.js:js:22.0.0.2 -> !!!groupId-not-found!!!
# test? org.graalvm.js:js-scriptengine:22.0.0.2 -> !!!groupId-not-found!!!
# test? org.junit.jupiter:junit-jupiter:5.9.1 -> !!!groupId-not-found!!!
# test? org.mockito:mockito-inline:4.8.0 -> !!!artifactId-not-found!!!
# test? org.openjdk.jmh:jmh-core:1.35 -> >=dev-java/jmh-core-1.35:0
# test? org.openjdk.jmh:jmh-generator-annprocess:1.35 -> !!!artifactId-not-found!!!

DEPEND="
	>=virtual/jdk-1.8:*
	${CDEPEND}
"

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

DOCS=( CONTRIBUTING.md NOTICE.txt README.md RELEASE-NOTES.txt )

JAVA_AUTOMATIC_MODULE_NAME="org.apache.commons.text"
JAVA_ENCODING="ISO-8859-1"

JAVA_GENTOO_CLASSPATH="commons-lang-3.6"
JAVA_SRC_DIR="src/main/java"

Inherited Eclasses

Dependencies

DEPEND

	>=virtual/jdk-1.8:*
	
	dev-java/commons-lang:3.6

RDEPEND

	>=virtual/jre-1.8:*
	
	dev-java/commons-lang:3.6

Manifest for 1.11.0

Type File Size Source URLs
DIST commons-text-1.11.0-src.tar.gz 349659 bytes https://archive.apache.org/dist/commons/text/source/commons-text-1.11.0-src.tar.gz