From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/
Date: Sun, 26 Jan 2025 06:08:34 +0000 (UTC) [thread overview]
Message-ID: <1737871673.6442126ae24b7d097bd7b435782394e9d1870b52.fordfrog@gentoo> (raw)
commit: 6442126ae24b7d097bd7b435782394e9d1870b52
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Jan 25 19:10:19 2025 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 06:07:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6442126a
dev-java/openjdk-jre-bin: add 11.0.26_p4
Bug: https://bugs.gentoo.org/948666
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/openjdk-jre-bin/Manifest | 1 +
.../openjdk-jre-bin-11.0.26_p4.ebuild | 83 ++++++++++++++++++++++
2 files changed, 84 insertions(+)
diff --git a/dev-java/openjdk-jre-bin/Manifest b/dev-java/openjdk-jre-bin/Manifest
index 456d4c5b7088..dc279f9541b5 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -1,4 +1,5 @@
DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.25_9.tar.gz 43388792 BLAKE2B 59f2ea968f5f243dc2e0b8d82270620839a5cbafd93bfb611b3713455e366f956357b1424e69e3082730e6803934f78852db8e06d6ff6dcda7f7bf5ce2c6323c SHA512 3e602a497d66ef423ba9110a69149ad5fe3c939c629eda1a0946697623ada8a1582d08b55f498b1d0862c95a7c64b0fab804fb713e49bdd4ddd9657c164ab7db
+DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.26_4.tar.gz 43392609 BLAKE2B 5252fb30aef1eb09c39f1c011c92f057db3d6401d96328eda5737f2c39b47c9d194712d163df7244dadbbde41551695213778fa9df7af4627bf0461e2506805c SHA512 61d2d9c747450dba0d6b37a304b1dbe69497989b6643b2a4cbe6a99c100b780ccc04e650c0e5273e9fa724fb0e8db5272d46f8ef7a66e3c0958f26e9bf0fe74e
DIST OpenJDK17U-jre_x64_linux_hotspot_17.0.13_11.tar.gz 46082619 BLAKE2B 18cfcba579deb6665f45de59b145d2f9b3c047456e548b0728619a8b711890f66c15d0522e89ef3f8d7f9747636cefc509efc0d8c12e709d6f7e2faf8c6d1860 SHA512 6ab44ec3ae9f610b68008e68069a66095c7b2d1deba2990e061baf9800cbeafd818cb16a9386aabbc18299bc46e0f23540111eb6a0597561c835e67506eeff97
DIST OpenJDK17U-jre_x64_linux_hotspot_17.0.14_7.tar.gz 46092700 BLAKE2B e4045ac58993c771e750464dba07432857facb49aca86954ff0446c3be7b4749848bc39a31519bc72ea83c81f70aa7c2c975ee750c41993bfd5fe37c7537ea28 SHA512 42cce997473203c1aa7bf4d64706b1031536cccbe40a35ef8ad37e23cc87e1ef6adca9afa69ac857d571ba888f7a9a8fe6a950f0084b22f58f36b865cbd975a6
DIST OpenJDK21U-jre_x64_linux_hotspot_21.0.5_11.tar.gz 51849867 BLAKE2B 6769bd34c2ba7f6d4939f1b7647cb7bd5eea5644a05f4e5474db612c29e05d247829b1eea2f0265febf41cd6a64a1e62c5eef7f1ee7c68e84f6bb085d3c656fb SHA512 7077e879e656a2b3bcb6274d5eb312320a95f13e909bd0fb5589e665db545caca0a6bf7d1117d76fe201caaa50a3bf917316e43f08d94b48872607bc25238a94
diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.26_p4.ebuild b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.26_p4.ebuild
new file mode 100644
index 000000000000..730296912df7
--- /dev/null
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.26_p4.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-vm-2
+
+abi_uri() {
+ echo "${2-$1}? (
+ https://github.com/adoptium/temurin${SLOT}-binaries/releases/download/jdk-${MY_PV}/OpenJDK${SLOT}U-jre_${1}_linux_hotspot_${MY_PV//+/_}.tar.gz
+ )"
+}
+
+MY_PV=${PV/_p/+}
+SLOT=${MY_PV%%[.+]*}
+
+SRC_URI="
+ $(abi_uri x64 amd64)
+"
+
+DESCRIPTION="Prebuilt Java JRE binaries provided by Eclipse Temurin"
+HOMEPAGE="https://adoptium.net/"
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64"
+IUSE="alsa cups headless-awt selinux"
+
+RDEPEND="
+ media-libs/fontconfig:1.0
+ media-libs/freetype:2
+ >net-libs/libnet-1.1
+ >=sys-apps/baselayout-java-0.1.0-r1
+ >=sys-libs/glibc-2.2.5:*
+ sys-libs/zlib
+ alsa? ( media-libs/alsa-lib )
+ cups? ( net-print/cups )
+ selinux? ( sec-policy/selinux-java )
+ !headless-awt? (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXi
+ x11-libs/libXrender
+ x11-libs/libXtst
+ )"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+S="${WORKDIR}/jdk-${MY_PV}-jre"
+
+src_install() {
+ local dest="/opt/${PN}-${SLOT}"
+ local ddest="${ED}/${dest#/}"
+
+ # Not sure why they bundle this as it's commonly available and they
+ # only do so on x86_64. It's needed by libfontmanager.so. IcedTea
+ # also has an explicit dependency while Oracle seemingly dlopens it.
+ rm -vf lib/libfreetype.so || die
+
+ # Oracle and IcedTea have libjsoundalsa.so depending on
+ # libasound.so.2 but AdoptOpenJDK only has libjsound.so. Weird.
+ if ! use alsa ; then
+ rm -v lib/libjsound.* || die
+ fi
+
+ if use headless-awt ; then
+ rm -v lib/lib*{[jx]awt,splashscreen}* || die
+ fi
+
+ rm -v lib/security/cacerts || die
+ dosym -r /etc/ssl/certs/java/cacerts "${dest}"/lib/security/cacerts
+
+ dodir "${dest}"
+ cp -pPR * "${ddest}" || die
+
+ java-vm_install-env "${FILESDIR}"/${PN}.env.sh
+ java-vm_set-pax-markings "${ddest}"
+ java-vm_revdep-mask
+ java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
+}
+
+pkg_postinst() {
+ java-vm-2_pkg_postinst
+}
next reply other threads:[~2025-01-26 6:08 UTC|newest]
Thread overview: 152+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-26 6:08 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-31 11:20 [gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/ Florian Schmaus
2025-07-28 15:23 Sam James
2025-07-28 15:23 Sam James
2025-07-28 15:23 Sam James
2025-07-28 15:23 Sam James
2025-07-25 1:14 Sam James
2025-07-19 9:33 Miroslav Šulc
2025-07-19 9:33 Miroslav Šulc
2025-07-19 9:33 Miroslav Šulc
2025-07-17 9:04 Florian Schmaus
2025-05-24 20:09 Miroslav Šulc
2025-05-22 15:16 Sam James
2025-05-22 15:16 Sam James
2025-05-22 15:16 Sam James
2025-05-22 15:16 Sam James
2025-04-28 17:34 Miroslav Šulc
2025-04-28 17:34 Miroslav Šulc
2025-04-28 17:34 Miroslav Šulc
2025-04-28 17:34 Miroslav Šulc
2025-02-25 16:36 Florian Schmaus
2025-02-24 11:49 Jakov Smolić
2025-02-24 11:49 Jakov Smolić
2025-02-24 11:49 Jakov Smolić
2025-02-24 11:49 Jakov Smolić
2025-01-26 6:08 Miroslav Šulc
2025-01-26 6:08 Miroslav Šulc
2025-01-26 6:08 Miroslav Šulc
2025-01-18 9:14 Miroslav Šulc
2025-01-14 8:38 Miroslav Šulc
2025-01-10 7:43 Arthur Zamarin
2025-01-10 0:31 Sam James
2024-10-19 10:01 Miroslav Šulc
2024-10-19 5:59 Sam James
2024-10-19 5:59 Sam James
2024-10-19 5:59 Sam James
2024-10-18 17:09 Miroslav Šulc
2024-10-18 17:09 Miroslav Šulc
2024-10-18 17:09 Miroslav Šulc
2024-10-18 17:09 Miroslav Šulc
2024-10-18 17:09 Miroslav Šulc
2024-06-08 7:57 Miroslav Šulc
2024-06-08 5:18 Arthur Zamarin
2024-05-17 9:28 Miroslav Šulc
2024-05-15 12:06 Sam James
2024-05-15 12:06 Sam James
2024-05-09 11:42 Florian Schmaus
2024-05-09 11:42 Florian Schmaus
2023-10-28 9:49 Florian Schmaus
2023-10-26 7:26 Miroslav Šulc
2023-10-25 15:33 Arthur Zamarin
2023-10-25 15:33 Arthur Zamarin
2023-10-25 15:33 Arthur Zamarin
2023-09-21 23:32 Georgy Yakovlev
2023-09-21 23:32 Georgy Yakovlev
2023-09-21 23:32 Georgy Yakovlev
2023-06-26 21:36 Georgy Yakovlev
2023-06-26 21:36 Georgy Yakovlev
2023-06-26 21:36 Georgy Yakovlev
2023-01-22 23:13 Georgy Yakovlev
2023-01-22 6:04 Sam James
2023-01-22 6:04 Sam James
2023-01-22 6:04 Sam James
2023-01-21 22:37 Georgy Yakovlev
2023-01-21 22:37 Georgy Yakovlev
2023-01-21 22:37 Georgy Yakovlev
2023-01-21 22:33 Georgy Yakovlev
2023-01-21 22:33 Georgy Yakovlev
2023-01-21 22:33 Georgy Yakovlev
2022-11-11 12:34 Georgy Yakovlev
2022-11-11 12:34 Georgy Yakovlev
2022-11-11 12:34 Georgy Yakovlev
2022-09-13 22:59 Georgy Yakovlev
2022-09-13 22:59 Georgy Yakovlev
2022-09-13 22:59 Georgy Yakovlev
2022-05-22 20:08 Jakov Smolić
2022-05-22 20:08 Jakov Smolić
2022-05-22 20:08 Jakov Smolić
2022-05-11 20:41 Georgy Yakovlev
2022-05-11 20:41 Georgy Yakovlev
2022-05-11 20:41 Georgy Yakovlev
2022-02-02 6:27 Sam James
2022-02-02 6:27 Sam James
2022-01-30 22:02 Georgy Yakovlev
2022-01-30 22:02 Georgy Yakovlev
2022-01-22 1:09 Georgy Yakovlev
2022-01-22 1:09 Georgy Yakovlev
2022-01-22 1:09 Georgy Yakovlev
2022-01-22 1:09 Georgy Yakovlev
2022-01-22 1:09 Georgy Yakovlev
2022-01-22 1:09 Georgy Yakovlev
2022-01-14 11:39 Georgy Yakovlev
2021-11-30 14:49 Agostino Sarubbo
2021-11-27 21:07 Miroslav Šulc
2021-11-09 3:06 Georgy Yakovlev
2021-11-09 2:49 Georgy Yakovlev
2021-11-09 2:49 Georgy Yakovlev
2021-09-30 20:51 Agostino Sarubbo
2021-09-01 20:23 Georgy Yakovlev
2021-09-01 20:23 Georgy Yakovlev
2021-07-23 21:48 Georgy Yakovlev
2021-05-25 18:56 Georgy Yakovlev
2021-04-28 16:46 Mikle Kolyada
2021-04-27 19:23 Georgy Yakovlev
2021-04-27 18:28 Georgy Yakovlev
2021-04-25 15:13 Georgy Yakovlev
2021-04-25 15:13 Georgy Yakovlev
2021-02-12 2:15 Georgy Yakovlev
2021-02-12 2:15 Georgy Yakovlev
2020-10-29 2:07 Georgy Yakovlev
2020-10-29 1:22 Sam James
2020-10-25 0:27 Georgy Yakovlev
2020-10-23 22:25 Georgy Yakovlev
2020-09-05 6:32 Georgy Yakovlev
2020-08-04 21:58 Georgy Yakovlev
2020-08-04 21:58 Georgy Yakovlev
2020-07-31 22:13 Georgy Yakovlev
2020-07-16 18:38 Georgy Yakovlev
2020-07-15 17:38 Georgy Yakovlev
2020-06-01 22:07 Georgy Yakovlev
2020-05-10 7:58 Georgy Yakovlev
2020-05-08 6:38 Agostino Sarubbo
2020-04-21 20:27 Georgy Yakovlev
2020-04-21 20:27 Georgy Yakovlev
2020-04-14 18:44 Georgy Yakovlev
2020-03-31 8:33 Georgy Yakovlev
2020-03-28 5:27 Georgy Yakovlev
2020-03-28 5:27 Georgy Yakovlev
2020-03-28 5:27 Georgy Yakovlev
2020-01-28 3:15 Georgy Yakovlev
2020-01-27 20:53 Georgy Yakovlev
2020-01-21 22:31 Georgy Yakovlev
2020-01-07 20:13 Georgy Yakovlev
2019-12-29 8:38 Georgy Yakovlev
2019-10-30 12:26 Agostino Sarubbo
2019-10-25 18:55 Georgy Yakovlev
2019-10-25 18:55 Georgy Yakovlev
2019-10-25 18:55 Georgy Yakovlev
2019-10-25 18:55 Georgy Yakovlev
2019-07-28 21:17 Georgy Yakovlev
2019-07-28 21:17 Georgy Yakovlev
2019-05-14 23:06 Georgy Yakovlev
2019-05-14 23:06 Georgy Yakovlev
2019-05-09 23:12 Georgy Yakovlev
2019-05-09 23:05 Georgy Yakovlev
2019-05-09 23:05 Georgy Yakovlev
2019-05-08 21:21 Georgy Yakovlev
2019-05-08 21:21 Georgy Yakovlev
2019-04-18 18:54 Georgy Yakovlev
2019-04-18 18:54 Georgy Yakovlev
2019-04-18 18:54 Georgy Yakovlev
2019-04-17 18:57 Georgy Yakovlev
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=1737871673.6442126ae24b7d097bd7b435782394e9d1870b52.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