dev-java/commons-jxpath - 1.3 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/commons-jxpath-1.3

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

autounmask =dev-java/commons-jxpath-1.3

Or alternatively:

emerge --autounmask-write -a =dev-java/commons-jxpath-1.3

Package Information

Description:
Applies XPath expressions to graphs of objects of all kinds
Homepage:
https://commons.apache.org/jxpath/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.3 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# Tests depend on mockrunner-jdk1.3-j2ee1, which is not available yet
JAVA_PKG_IUSE="doc source"
MAVEN_ID="commons-jxpath:${PN}:${PV}"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
HOMEPAGE="https://commons.apache.org/jxpath/"
SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz"

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

CP_DEPEND="
	dev-java/commons-beanutils:1.7
	dev-java/jdom:0
	dev-java/javax-jsp-api:2.0
"

DEPEND="
	${CP_DEPEND}
	>=virtual/jdk-1.8:*
	dev-java/xerces:2
"

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

DOCS=( NOTICE.txt )

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

JAVA_CLASSPATH_EXTRA="xerces-2"
JAVA_SRC_DIR="src/java"

Inherited Eclasses

Dependencies

DEPEND

	
	dev-java/commons-beanutils:1.7
	dev-java/jdom:0
	dev-java/javax-jsp-api:2.0

	>=virtual/jdk-1.8:*
	dev-java/xerces:2

RDEPEND

	
	dev-java/commons-beanutils:1.7
	dev-java/jdom:0
	dev-java/javax-jsp-api:2.0

	>=virtual/jre-1.8:*

Manifest for 1.3

Type File Size Source URLs
DIST commons-jxpath-1.3-src.tar.gz 285339 bytes mirror://apache/commons/jxpath/source/commons-jxpath-1.3-src.tar.gz