dev-java/commons-text - 1.10.0-r1 (spark-overlay)

Search

Package Information

Description:
A Java 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.10.0-r1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

JAVA_PKG_IUSE="doc source"
MAVEN_ID="org.apache.commons:${PN}:${PV}"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="A Java library focused on algorithms working on strings"
HOMEPAGE="https://commons.apache.org/proper/commons-text/"
SRC_URI="mirror://apache/commons/text/source/commons-text-${PV}-src.tar.gz"

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

CP_DEPEND="
	dev-java/commons-lang:3.6
"
DEPEND="
	>=virtual/jdk-1.8:*
	${CP_DEPEND}
"

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

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

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

JAVA_SRC_DIR="src/main/java"

Dependencies

DEPEND

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

RDEPEND

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