commit:     9955a28de37af0b5de6784d47c8cf2f3930ef256
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Dec 30 11:08:11 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 09:31:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9955a28d

dev-java/commons-jxpath: EAPI 8, min java 1.8:*

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/commons-jxpath/Manifest                   |  1 +
 .../commons-jxpath/commons-jxpath-1.3-r5.ebuild    | 62 ++++++++++++++++++++++
 dev-java/commons-jxpath/metadata.xml               | 11 ++--
 3 files changed, 70 insertions(+), 4 deletions(-)

diff --git a/dev-java/commons-jxpath/Manifest b/dev-java/commons-jxpath/Manifest
index ec388a631cd1..308bae33ff3d 100644
--- a/dev-java/commons-jxpath/Manifest
+++ b/dev-java/commons-jxpath/Manifest
@@ -1 +1,2 @@
+DIST commons-jxpath-1.3-src.tar.gz 285339 BLAKE2B 
c0127ff90c51b7ba69c12072689cc7ca5b969fa29e4793839bef3200b0dc3fbb529c89e21877daa4def4386f94298e43054828d4b4b05be3671e38d9f728d3d0
 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152
 DIST commons-jxpath-1.3.tar.gz 285339 BLAKE2B 
c0127ff90c51b7ba69c12072689cc7ca5b969fa29e4793839bef3200b0dc3fbb529c89e21877daa4def4386f94298e43054828d4b4b05be3671e38d9f728d3d0
 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
new file mode 100644
index 000000000000..82e008be5830
--- /dev/null
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
mirror://apache/commons/jxpath/source/commons-jxpath-1.3-src.tar.gz --slot 0 
--keywords "~amd64 ~ppc64 ~x86" --ebuild commons-jxpath-1.3-r5.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="commons-jxpath:commons-jxpath:1.3"
+# Tests depend on mockrunner-jdk1.3-j2ee1 which we don't have
+# JAVA_TESTING_FRAMEWORKS="junit"
+
+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 ~ppc64 ~x86"
+
+# Common dependencies
+# POM: pom.xml
+# commons-beanutils:commons-beanutils:1.7.0 -> 
>=dev-java/commons-beanutils-1.9.4:1.7
+# jdom:jdom:1.0 -> !!!groupId-not-found!!!
+
+CP_DEPEND="
+       dev-java/commons-beanutils:1.7
+       dev-java/jdom:0
+       java-virtuals/servlet-api:3.0
+"
+
+# Compile dependencies
+# POM: pom.xml
+# javax.servlet:jsp-api:2.0 -> !!!groupId-not-found!!!
+# javax.servlet:servlet-api:2.4 -> !!!groupId-not-found!!!
+# xerces:xercesImpl:2.4.0 -> >=dev-java/xerces-2.12.0:2
+# xml-apis:xml-apis:1.3.04 -> !!!groupId-not-found!!!
+# POM: pom.xml
+# test? com.mockrunner:mockrunner-jdk1.3-j2ee1.3:0.4 -> !!!groupId-not-found!!!
+# test? junit:junit:3.8.1 -> >=dev-java/junit-3.8.2:0
+
+DEPEND="${CP_DEPEND}
+       >=virtual/jdk-1.8:*
+       dev-java/xerces:2"
+
+RDEPEND="${CP_DEPEND}
+       >=virtual/jre-1.8:*"
+
+DOCS=( {LICENSE,NOTICE}.txt )
+
+S="${WORKDIR}/${P}-src"
+
+JAVA_CLASSPATH_EXTRA="xerces-2"
+JAVA_SRC_DIR="src/java"
+
+src_install() {
+       default # https://bugs.gentoo.org/789582
+       java-pkg-simple_src_install
+}

diff --git a/dev-java/commons-jxpath/metadata.xml 
b/dev-java/commons-jxpath/metadata.xml
index 6021501589e0..f918f7019466 100644
--- a/dev-java/commons-jxpath/metadata.xml
+++ b/dev-java/commons-jxpath/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer type="project">
-       <email>j...@gentoo.org</email>
-       <name>Java</name>
-</maintainer>
+       <maintainer type="project">
+               <email>j...@gentoo.org</email>
+               <name>Java</name>
+       </maintainer>
+       <longdescription>
+               A Java-based implementation of XPath 1.0 that, in addition to 
XML processing, can inspect/modify Java object graphs (the library's explicit 
purpose) and even mixed Java/XML structures.
+       </longdescription>
 </pkgmetadata>

Reply via email to