diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-java/jsonb-api/jsonb-api-2.0.0.ebuild | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-java/jsonb-api/jsonb-api-2.0.0.ebuild')
| -rw-r--r-- | dev-java/jsonb-api/jsonb-api-2.0.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-java/jsonb-api/jsonb-api-2.0.0.ebuild b/dev-java/jsonb-api/jsonb-api-2.0.0.ebuild new file mode 100644 index 000000000000..d61b675ba519 --- /dev/null +++ b/dev-java/jsonb-api/jsonb-api-2.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" +MAVEN_ID="jakarta.json.bind:jakarta.json.bind-api:${PV}" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Jakarta JSON Binding" +HOMEPAGE="https://github.com/jakartaee/jsonb-api" +SRC_URI="https://github.com/jakartaee/jsonb-api/archive/${PV}-RELEASE.tar.gz -> ${P}-RELEASE.tar.gz" +S="${WORKDIR}/${P}-RELEASE" + +LICENSE="EPL-2.0" +SLOT="0" +KEYWORDS="amd64 arm64 ppc64" + +CP_DEPEND="~dev-java/jsonp-api-2.0.2:0" + +DEPEND=" + ${CP_DEPEND} + >=virtual/jdk-1.8:* +" + +RDEPEND=" + ${CP_DEPEND} + >=virtual/jre-1.8:* +" + +JAVA_SRC_DIR="api/src/main/java" |
