summaryrefslogtreecommitdiff
path: root/dev-java/json-path/json-path-2.9.0-r1.ebuild
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2025-10-18 18:20:12 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2025-10-19 20:12:00 +0200
commit2d0d28a68f7a9bef6808fafa4146f453dc3538d4 (patch)
tree5c5462cd2a3e36968f811451c21e084b3bc08925 /dev-java/json-path/json-path-2.9.0-r1.ebuild
parent21b3b27891b44d1eb6d8a3d8155a18eb9d84badd (diff)
downloadgentoo-2d0d28a68f7a9bef6808fafa4146f453dc3538d4.tar.gz
gentoo-2d0d28a68f7a9bef6808fafa4146f453dc3538d4.tar.bz2
gentoo-2d0d28a68f7a9bef6808fafa4146f453dc3538d4.zip
dev-java/*: ~dev-java/jackson-* SLOT="0" -> SLOT="1"
Changes slot to SLOT="1" for all 'dev-java/jackson-*' packages and for 'dev-java/snakeyaml'. SLOT="0" will be used for new versions. Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/44063 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/json-path/json-path-2.9.0-r1.ebuild')
-rw-r--r--dev-java/json-path/json-path-2.9.0-r1.ebuild43
1 files changed, 43 insertions, 0 deletions
diff --git a/dev-java/json-path/json-path-2.9.0-r1.ebuild b/dev-java/json-path/json-path-2.9.0-r1.ebuild
new file mode 100644
index 000000000000..8a9a95006b30
--- /dev/null
+++ b/dev-java/json-path/json-path-2.9.0-r1.ebuild
@@ -0,0 +1,43 @@
+# 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:1
+ 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}
+ >=virtual/jre-1.8:*
+"
+
+JAVA_AUTOMATIC_MODULE_NAME="json.path"
+JAVA_SRC_DIR="src/main/java"