From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/json/
Date: Thu, 06 Feb 2025 18:20:59 +0000 (UTC) [thread overview]
Message-ID: <1738866051.10ea67b9cc23217c2c6253a5d444c06b35e37942.fordfrog@gentoo> (raw)
commit: 10ea67b9cc23217c2c6253a5d444c06b35e37942
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Feb 5 14:27:42 2025 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 18:20:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ea67b9
dev-java/json: drop 20240303
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/40451/commits/20766c0e2c25b18e47ff83ea89e006ce3c647abb
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/json/Manifest | 1 -
dev-java/json/json-20240303.ebuild | 81 --------------------------------------
2 files changed, 82 deletions(-)
diff --git a/dev-java/json/Manifest b/dev-java/json/Manifest
index 49cfea20357d..da0365083669 100644
--- a/dev-java/json/Manifest
+++ b/dev-java/json/Manifest
@@ -1,3 +1,2 @@
-DIST json-20240303.tar.gz 245665 BLAKE2B 3462398895ab6da9610dac8851f2aa4528359e255015fd59a160fe99443819fa5bb57eb30ce177238d06abe95aaae9847cc85e4eee59c90edf7732bd823d9b89 SHA512 22465216eca7e4721aacca7b519d0bf1b0fe20b2de68ef0b6c62feae811e11203bfc733d8e9c97e2aa5b6ed30c74eefc601025b31807e51d496666412516afc9
DIST json-20241224.tar.gz 260438 BLAKE2B a531f8009cada5bbb9cd7207ce20ed1b1d358bc6533b9678a7845c31714351bac3406fd85663bf7e3fcc9cf4249221a6a5599b1d841a82e924f594ae6a46e848 SHA512 d487201c20c4c36714a944297fd0a175006ddc742e077bbb2a0e541c8b52fafc0169bc984e5a5f085e580e5a770fa30f0588c2f15ad761f6afae22134b544797
DIST json-path-2.9.0.jar 276633 BLAKE2B bb83d6c6d972ea05dce3ef9878c0db0b93d6168cb796b63365a4615434c24edaad86bf021d6bf8736d67504ed8803c423efe01a323e094a59854cd9e73eb6862 SHA512 9a9dbb2cd36662c8049419ed891290602baeca2549eb7df62122cb20c91e66bc8c2c0e5e13199c4a70bf0b6e62ea4c2601f84e4c79d2af25ff1704481c86740a
diff --git a/dev-java/json/json-20240303.ebuild b/dev-java/json/json-20240303.ebuild
deleted file mode 100644
index b039a3797e52..000000000000
--- a/dev-java/json/json-20240303.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="org.json:json:${PV}"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple check-reqs
-
-DESCRIPTION="A reference implementation of a JSON package in Java"
-HOMEPAGE="https://github.com/stleary/JSON-java"
-JPV="2.9.0"
-SRC_URI="https://codeload.github.com/stleary/JSON-java/tar.gz/${PV} -> ${P}.tar.gz
- test? (
- https://repo1.maven.org/maven2/com/jayway/jsonpath/json-path/${JPV}/json-path-${JPV}.jar
- )"
-S="${WORKDIR}/JSON-java-${PV}"
-
-LICENSE="JSON"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND="
- >=virtual/jdk-1.8:*
- test? (
- dev-java/asm:9
- dev-java/json-smart:2
- dev-java/mockito:4
- dev-java/slf4j-api:0
- )
-"
-
-RDEPEND=">=virtual/jre-1.8:*"
-
-DOCS=( {CONTRIBUTING,README,SECURITY}.md )
-
-JAVA_AUTOMATIC_MODULE_NAME="org.json"
-JAVA_SRC_DIR="src/main/java"
-
-JAVA_TEST_GENTOO_CLASSPATH="
- asm-9
- json-smart-2
- junit-4
- mockito-4
- slf4j-api
-"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-JAVA_TEST_SRC_DIR="src/test/java"
-
-check_env() {
- if use test; then
- # this is needed only for tests
- CHECKREQS_MEMORY="2048M"
- check-reqs_pkg_pretend
- fi
-}
-
-pkg_pretend() {
- check_env
-}
-
-pkg_setup() {
- check_env
- java-pkg-2_pkg_setup
-}
-
-src_test() {
- # setting Xms for bug #930723
- # gradlew: DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"
- JAVA_TEST_EXTRA_ARGS=" -Xmx${CHECKREQS_MEMORY}"
- JAVA_GENTOO_CLASSPATH_EXTRA="${DISTDIR}/json-path-${JPV}.jar" # Test compile dependency
-
- local vm_version="$(java-config -g PROVIDES_VERSION)"
- if ver_test "${vm_version}" -ge 17; then
- JAVA_TEST_EXTRA_ARGS+=( --add-opens=java.base/java.lang=ALL-UNNAMED )
- JAVA_TEST_EXTRA_ARGS+=( --add-opens=java.base/java.io=ALL-UNNAMED )
- fi
- java-pkg-simple_src_test
-}
next reply other threads:[~2025-02-06 18:21 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-06 18:20 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-05 14:10 [gentoo-commits] repo/gentoo:master commit in: dev-java/json/ Jakov Smolić
2025-01-07 10:09 Miroslav Šulc
2024-08-12 9:27 Miroslav Šulc
2024-08-11 17:24 Arthur Zamarin
2024-07-29 15:15 Arthur Zamarin
2024-07-29 15:15 Arthur Zamarin
2024-07-07 10:16 Miroslav Šulc
2024-04-11 17:56 Arthur Zamarin
2024-03-12 14:38 Arthur Zamarin
2024-02-12 8:41 Miroslav Šulc
2024-01-11 9:47 Miroslav Šulc
2024-01-10 11:40 Arthur Zamarin
2023-12-05 19:46 Arthur Zamarin
2022-04-23 7:05 Miroslav Šulc
2022-04-23 1:53 Sam James
2022-04-23 1:53 Sam James
2022-03-22 7:32 Miroslav Šulc
2022-03-22 7:32 Miroslav Šulc
2019-07-05 10:43 Ulrich Müller
2018-10-13 22:05 Patrice Clement
2017-05-30 22:20 James Le Cuirot
2016-10-14 7:11 Austin English
2016-03-02 4:25 Ian Delaney
2016-02-20 14:54 James Le Cuirot
2015-12-07 10:11 Patrice Clement
2015-10-20 8:26 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1738866051.10ea67b9cc23217c2c6253a5d444c06b35e37942.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox