dev-java/jax-rpc-api: new package, add 1.1.4

Replacement for dev-java/glassfish-xmlrpc-api where SRC_URI is dead

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: e7baa95d7b
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2023-02-09 20:17:35 +01:00
committed by Miroslav Šulc
parent 446ce450f2
commit f4d3201b7d
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST jax-rpc-api-1.1.4.tar.gz 91556 BLAKE2B a8d830a34fcd829bd44b66aadd473d25bcff788d01822b50b4eafafa3cc4ee002118904d79a38054f716bfd1fe68bd49dc7e74ae2f7ab8f9249277ddc863934d SHA512 4b2a15050d989754f93f7771622e5df286de633f4bcdeb750dbf3df6aa1115cf8de5fe84b809c15b9ccb85bd14283696df76cbe619b06ca48ce048b728525496

View File

@@ -0,0 +1,38 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
JAVA_PKG_IUSE="doc source"
MAVEN_ID="jakarta.xml.rpc:jakarta.xml.rpc-api:1.1.4"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Eclipse Project for Stable EE4J APIs"
HOMEPAGE="https://github.com/eclipse-ee4j/jax-rpc-api"
SRC_URI="https://github.com/eclipse-ee4j/jax-rpc-api/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}"
LICENSE="EPL-2.0 GPL-2-with-classpath-exception"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# Common dependencies
# POM: api/pom.xml
# jakarta.servlet:jakarta.servlet-api:4.0.3 -> >=dev-java/jakarta-servlet-api-4.0.4:4
CP_DEPEND="
dev-java/jakarta-servlet-api:4
dev-java/jakarta-xml-soap-api:1
"
DEPEND="
>=virtual/jdk-1.8:*
${CP_DEPEND}
"
RDEPEND="
>=virtual/jre-1.8:*
${CP_DEPEND}"
JAVA_SRC_DIR="api/src/main/java"

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">eclipse-ee4j/jax-rpc-api</remote-id>
</upstream>
</pkgmetadata>