diff options
| author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2025-11-02 14:21:27 +0100 |
|---|---|---|
| committer | Miroslav Šulc <fordfrog@gentoo.org> | 2025-12-14 21:58:04 +0100 |
| commit | d59d0bae7a73be2b09b5a2445c33eaab2cc0dfd9 (patch) | |
| tree | 3e6a8e43e63b51052a9a5419541038582d03212f /dev-java/json-path/json-path-2.10.0.ebuild | |
| parent | 17b9ed87f4b884b16f4003d924d8801cd3766e44 (diff) | |
| download | gentoo-d59d0bae7a73be2b09b5a2445c33eaab2cc0dfd9.tar.gz gentoo-d59d0bae7a73be2b09b5a2445c33eaab2cc0dfd9.tar.bz2 gentoo-d59d0bae7a73be2b09b5a2445c33eaab2cc0dfd9.zip | |
dev-java/json-path: add 2.10.0
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/44435
Closes: https://github.com/gentoo/gentoo/pull/44435
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/json-path/json-path-2.10.0.ebuild')
| -rw-r--r-- | dev-java/json-path/json-path-2.10.0.ebuild | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/dev-java/json-path/json-path-2.10.0.ebuild b/dev-java/json-path/json-path-2.10.0.ebuild new file mode 100644 index 000000000000..b0a561cf7d1e --- /dev/null +++ b/dev-java/json-path/json-path-2.10.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" +MAVEN_ID="com.jayway.jsonpath:json-path:${PV}" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Java JsonPath implementation " +HOMEPAGE="https://github.com/json-path/JsonPath" +SRC_URI="https://github.com/json-path/JsonPath/archive/${P}.tar.gz" +S="${WORKDIR}/JsonPath-${P}/json-path" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +CP_DEPEND=" + dev-java/tapestry-json:0 + dev-java/gson:0 + >=dev-java/jackson-databind-2.20.0:0 + dev-java/jettison:0 + dev-java/json:0 + dev-java/jsonb-api:0 + dev-java/jsonp-api:0 + >=dev-java/json-smart-2.5.2:0 + dev-java/slf4j-api:0 +" + +DEPEND=" + ${CP_DEPEND} + >=virtual/jdk-1.8:* +" + +RDEPEND=" + ${CP_DEPEND} + >=dev-java/jackson-core-2.20.0:0 + >=virtual/jre-1.8:* +" + +JAVA_AUTOMATIC_MODULE_NAME="json.path" +JAVA_SRC_DIR="src/main/java" + +src_install() { + java-pkg-simple_src_install + java-pkg_register-dependency jackson-core +} |
