dev-java/jakarta-interceptors: new package, add 2.1.0

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2022-06-20 16:39:09 +02:00
committed by Florian Schmaus
parent 8e5c440b6e
commit b1d2adb261
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST jakarta-interceptors-2.1.0.tar.gz 85830 BLAKE2B 044fa06fa189a7b5dc73c1a33a04939bd895f488acabecae5564cea32419f213e75a3064578ffd462fcbf6de9212178bc389912f15f5ab0f63de729c4b6acc4d SHA512 e3a72bc181101fa550088a1ea7b284d693a4222de97a4a91e0c56d8fe1a3c50da1b56d692da73c5cfc4c36ea3bcbe15d0fa8321c8e521ea7c241a48151125bc6

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Skeleton command:
# java-ebuilder --generate-ebuild --workdir . --pom api/pom.xml --download-uri https://github.com/jakartaee/interceptors/archive/2.1.0-RELEASE.tar.gz --slot 0 --keywords "~amd64" --ebuild jakarta-interceptors-2.1.0.ebuild
EAPI=8
JAVA_PKG_IUSE="doc source"
MAVEN_ID="jakarta.interceptor:jakarta.interceptor-api:2.1.0"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Jakarta Interceptors"
HOMEPAGE="https://projects.eclipse.org/projects/ee4j.interceptors"
SRC_URI="https://github.com/jakartaee/interceptors/archive/${PV}-RELEASE.tar.gz -> ${P}.tar.gz"
LICENSE="EPL-2.0 GPL-2-with-classpath-exception"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-java/jakarta-annotations-api:0
>=virtual/jdk-11:*
"
RDEPEND=">=virtual/jre-1.8:*"
DOCS=( {CONTRIBUTING,NOTICE,README}.md )
S="${WORKDIR}/interceptors-${PV}-RELEASE"
JAVA_CLASSPATH_EXTRA="jakarta-annotations-api"
JAVA_SRC_DIR="api/src/main/java"

View File

@@ -0,0 +1,13 @@
<?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>
<longdescription>
Jakarta Interceptors defines a means of interposing on business method invocations and specific events—such as lifecycle events and timeout events—that occur on instances of Jakarta EE components and other managed classes.
</longdescription>
<upstream>
<remote-id type="github">jakartaee/interceptors</remote-id>
</upstream>
</pkgmetadata>