summaryrefslogtreecommitdiff
path: root/dev-java/jakarta-annotation-api/jakarta-annotation-api-3.0.0.ebuild
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-12-08 23:12:08 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2024-12-09 18:28:56 +0100
commitee1a67a6c1f7b1a054a13031c5b76bd4c36eac30 (patch)
tree6b6a5c4e82c18e77c0332eb42ea46496998bb74f /dev-java/jakarta-annotation-api/jakarta-annotation-api-3.0.0.ebuild
parent93301183b304c9386d7ec1bcba3df32746c8013e (diff)
downloadgentoo-ee1a67a6c1f7b1a054a13031c5b76bd4c36eac30.tar.gz
gentoo-ee1a67a6c1f7b1a054a13031c5b76bd4c36eac30.tar.bz2
gentoo-ee1a67a6c1f7b1a054a13031c5b76bd4c36eac30.zip
dev-java/jakarta-annotation-api: add 3.0.0
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39285 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/jakarta-annotation-api/jakarta-annotation-api-3.0.0.ebuild')
-rw-r--r--dev-java/jakarta-annotation-api/jakarta-annotation-api-3.0.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-java/jakarta-annotation-api/jakarta-annotation-api-3.0.0.ebuild b/dev-java/jakarta-annotation-api/jakarta-annotation-api-3.0.0.ebuild
new file mode 100644
index 000000000000..7d5404665521
--- /dev/null
+++ b/dev-java/jakarta-annotation-api/jakarta-annotation-api-3.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="jakarta.annotation:jakarta.annotation-api:3.0.0"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Jakarta Annotations API"
+HOMEPAGE="https://projects.eclipse.org/projects/ee4j.ca"
+SRC_URI="https://github.com/jakartaee/common-annotations-api/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/common-annotations-api-${PV}"
+
+LICENSE="EPL-2.0 GPL-2-with-classpath-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+DEPEND=">=virtual/jdk-11:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( {CONTRIBUTING,NOTICE,README}.md )
+
+JAVA_SRC_DIR="api/src/main/java"