mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
committed by
Miroslav Šulc
parent
446ce450f2
commit
f4d3201b7d
1
dev-java/jax-rpc-api/Manifest
Normal file
1
dev-java/jax-rpc-api/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST jax-rpc-api-1.1.4.tar.gz 91556 BLAKE2B a8d830a34fcd829bd44b66aadd473d25bcff788d01822b50b4eafafa3cc4ee002118904d79a38054f716bfd1fe68bd49dc7e74ae2f7ab8f9249277ddc863934d SHA512 4b2a15050d989754f93f7771622e5df286de633f4bcdeb750dbf3df6aa1115cf8de5fe84b809c15b9ccb85bd14283696df76cbe619b06ca48ce048b728525496
|
||||
38
dev-java/jax-rpc-api/jax-rpc-api-1.1.4.ebuild
Normal file
38
dev-java/jax-rpc-api/jax-rpc-api-1.1.4.ebuild
Normal 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"
|
||||
10
dev-java/jax-rpc-api/metadata.xml
Normal file
10
dev-java/jax-rpc-api/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user