From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-bin/
Date: Sat, 22 Jan 2022 01:12:49 +0000 (UTC) [thread overview]
Message-ID: <1642813948.d2e2b039ecb0a8c7fdbea133df33be797ceb611c.gyakovlev@gentoo> (raw)
commit: d2e2b039ecb0a8c7fdbea133df33be797ceb611c
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 01:12:28 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 01:12:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e2b039
dev-java/openjdk-bin: drop 17.0.1_p12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
dev-java/openjdk-bin/openjdk-bin-17.0.1_p12.ebuild | 147 ---------------------
1 file changed, 147 deletions(-)
diff --git a/dev-java/openjdk-bin/openjdk-bin-17.0.1_p12.ebuild b/dev-java/openjdk-bin/openjdk-bin-17.0.1_p12.ebuild
deleted file mode 100644
index e90e1c5b5be2..000000000000
--- a/dev-java/openjdk-bin/openjdk-bin-17.0.1_p12.ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit java-vm-2 toolchain-funcs
-
-abi_uri() {
- local baseuri="https://github.com/adoptium/temurin${SLOT}-binaries/releases/download/jdk-${MY_PV}/"
- local musl=
- local os=linux
-
- case ${2} in
- *-macos) os=mac ;;
- *-solaris) os=solaris ;;
- esac
-
- if [[ ${3} == musl ]]; then
- os=alpine-linux
- musl=true
- fi
-
- echo "${2-$1}? (
- ${musl:+ elibc_musl? ( }
- ${baseuri}/OpenJDK${SLOT}U-jdk_${1}_${os}_hotspot_${MY_PV//+/_}.tar.gz
- ${musl:+ ) } )"
-}
-
-MY_PV=${PV/_p/+}
-SLOT=${MY_PV%%[.+]*}
-
-SRC_URI="
- $(abi_uri arm)
- $(abi_uri aarch64 arm64)
- $(abi_uri ppc64le ppc64)
- $(abi_uri x64 amd64)
- $(abi_uri x64 amd64 musl)
- $(abi_uri x64 x64-macos)
-"
-
-DESCRIPTION="Prebuilt Java JDK binaries provided by Eclipse Temurin"
-HOMEPAGE="https://adoptium.net"
-LICENSE="GPL-2-with-classpath-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x64-macos"
-IUSE="alsa cups +gentoo-vm headless-awt selinux source"
-
-RDEPEND="
- >=sys-apps/baselayout-java-0.1.0-r1
- kernel_linux? (
- media-libs/fontconfig:1.0
- media-libs/freetype:2
- media-libs/harfbuzz
- elibc_glibc? ( >=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}"
-
-pkg_pretend() {
- if [[ "$(tc-is-softfloat)" != "no" ]]; then
- die "These binaries require a hardfloat system."
- fi
-}
-
-src_unpack() {
- default
- if [[ ${A} == *_mac_* ]] ; then
- mv -v "${S}/Contents/Home/"* "${S}" || die
- rm -Rf "${S}/Contents" # drop macOS executable
- fi
-}
-
-src_install() {
- local dest="/opt/${P}"
- local ddest="${ED%/}/${dest#/}"
-
- # on macOS if they would exist they would be called .dylib, but most
- # importantly, there are no different providers, so everything
- # that's shipped works.
- if [[ ${A} != *_mac_* ]] ; then
- # 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
-
- # prefer system copy # https://bugs.gentoo.org/776676
- rm -vf lib/libharfbuzz.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
- fi
-
- if ! use source ; then
- rm -v lib/src.zip || die
- fi
-
- rm -v lib/security/cacerts || die
- dosym ../../../../etc/ssl/certs/java/cacerts \
- "${dest}"/lib/security/cacerts
-
- dodir "${dest}"
- cp -pPR * "${ddest}" || die
-
- # provide stable symlink
- dosym "${P}" "/opt/${PN}-${SLOT}"
-
- use gentoo-vm && java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.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
-
- if use gentoo-vm ; then
- ewarn "WARNING! You have enabled the gentoo-vm USE flag, making this JDK"
- ewarn "recognised by the system. This will almost certainly break"
- ewarn "many java ebuilds as they are not ready for openjdk-${SLOT}"
- else
- ewarn "The experimental gentoo-vm USE flag has not been enabled so this JDK"
- ewarn "will not be recognised by the system. For example, simply calling"
- ewarn "\"java\" will launch a different JVM. This is necessary until Gentoo"
- ewarn "fully supports Java ${SLOT}. This JDK must therefore be invoked using its"
- ewarn "absolute location under ${EPREFIX}/opt/${P}."
- fi
-}
next reply other threads:[~2022-01-22 1:12 UTC|newest]
Thread overview: 297+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-22 1:12 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-26 8:20 [gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-bin/ Miroslav Šulc
2025-01-16 7:51 Miroslav Šulc
2025-01-10 7:43 Arthur Zamarin
2025-01-10 0:31 Sam James
2025-01-09 8:26 Florian Schmaus
2025-01-05 14:34 Miroslav Šulc
2025-01-05 14:34 Miroslav Šulc
2024-12-20 10:58 Miroslav Šulc
2024-12-20 10:58 Miroslav Šulc
2024-10-29 2:45 Sam James
2024-10-25 10:14 Miroslav Šulc
2024-10-24 10:29 Sam James
2024-10-24 10:29 Sam James
2024-10-24 10:29 Sam James
2024-10-24 10:29 Sam James
2024-10-24 10:29 Sam James
2024-10-24 10:29 Sam James
2024-10-24 7:13 Miroslav Šulc
2024-10-24 7:13 Miroslav Šulc
2024-10-23 22:27 Sam James
2024-10-23 20:54 Arthur Zamarin
2024-10-23 20:54 Arthur Zamarin
2024-10-23 20:54 Arthur Zamarin
2024-10-23 20:54 Arthur Zamarin
2024-10-23 20:54 Arthur Zamarin
2024-10-23 20:54 Arthur Zamarin
2024-10-23 20:54 Arthur Zamarin
2024-09-18 12:42 Miroslav Šulc
2024-09-18 12:30 Miroslav Šulc
2024-09-18 12:30 Miroslav Šulc
2024-08-26 8:29 Miroslav Šulc
2024-08-25 5:26 Arthur Zamarin
2024-08-25 5:26 Arthur Zamarin
2024-08-25 5:26 Arthur Zamarin
2024-08-25 0:34 Sam James
2024-08-25 0:34 Sam James
2024-08-25 0:34 Sam James
2024-08-24 21:42 Jakov Smolić
2024-08-24 21:42 Jakov Smolić
2024-08-24 21:42 Jakov Smolić
2024-07-30 9:31 Miroslav Šulc
2024-07-30 9:31 Miroslav Šulc
2024-07-25 22:01 Miroslav Šulc
2024-07-24 10:48 Miroslav Šulc
2024-07-24 10:48 Miroslav Šulc
2024-07-21 11:35 Miroslav Šulc
2024-07-19 5:35 Arthur Zamarin
2024-07-18 8:18 Sam James
2024-06-29 14:09 Arthur Zamarin
2024-06-16 13:43 Florian Schmaus
2024-06-12 7:02 Arthur Zamarin
2024-06-12 2:43 Sam James
2024-06-12 2:43 Sam James
2024-06-08 7:12 Sam James
2024-06-08 7:12 Sam James
2024-06-08 5:18 Arthur Zamarin
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-15 10:31 Sam James
2024-05-09 11:42 Florian Schmaus
2024-05-09 11:42 Florian Schmaus
2024-04-05 8:03 Miroslav Šulc
2024-04-05 5:16 Arthur Zamarin
2024-04-05 5:16 Arthur Zamarin
2024-04-05 5:16 Arthur Zamarin
2024-04-05 5:16 Arthur Zamarin
2024-04-05 0:53 Sam James
2024-04-05 0:53 Sam James
2024-03-10 14:29 Miroslav Šulc
2024-03-06 18:46 Sam James
2024-03-06 17:36 Sam James
2024-03-06 16:54 Sam James
2024-03-06 16:25 Sam James
2024-03-06 16:02 Sam James
2024-03-06 15:45 Sam James
2024-03-06 12:44 Sam James
2024-01-28 20:10 Arthur Zamarin
2023-10-27 9:07 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-10-25 15:33 Arthur Zamarin
2023-10-25 15:33 Arthur Zamarin
2023-10-25 15:33 Arthur Zamarin
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-25 18:22 Georgy Yakovlev
2023-01-25 18:22 Georgy Yakovlev
2023-01-24 20:48 Georgy Yakovlev
2023-01-24 20:48 Georgy Yakovlev
2023-01-24 20:48 Georgy Yakovlev
2023-01-24 20:48 Georgy Yakovlev
2023-01-24 20:48 Georgy Yakovlev
2023-01-24 20:40 Georgy Yakovlev
2023-01-24 20:40 Georgy Yakovlev
2023-01-24 20:40 Georgy Yakovlev
2023-01-24 20:40 Georgy Yakovlev
2023-01-24 5:32 Georgy Yakovlev
2023-01-24 5:32 Georgy Yakovlev
2023-01-24 5:32 Georgy Yakovlev
2023-01-24 5:26 Georgy Yakovlev
2023-01-24 5:26 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-22 2:25 Sam James
2023-01-21 22:23 Georgy Yakovlev
2023-01-21 22:23 Georgy Yakovlev
2023-01-21 22:23 Georgy Yakovlev
2023-01-21 22:23 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-06-19 5:17 Sam James
2022-05-24 16:44 Georgy Yakovlev
2022-05-24 16:44 Georgy Yakovlev
2022-05-24 16:44 Georgy Yakovlev
2022-05-23 12:03 Jakov Smolić
2022-05-23 12:03 Jakov Smolić
2022-05-23 12:03 Jakov Smolić
2022-05-22 20:08 Jakov Smolić
2022-05-22 20:08 Jakov Smolić
2022-05-22 20:08 Jakov Smolić
2022-05-22 11:46 Georgy Yakovlev
2022-05-22 11:46 Georgy Yakovlev
2022-05-22 11:46 Georgy Yakovlev
2022-05-13 6:57 Florian Schmaus
2022-05-11 20:41 Georgy Yakovlev
2022-05-11 20:41 Georgy Yakovlev
2022-05-11 20:41 Georgy Yakovlev
2022-05-11 20:41 Georgy Yakovlev
2022-05-11 20:41 Georgy Yakovlev
2022-05-11 20:41 Georgy Yakovlev
2022-02-16 20:25 Georgy Yakovlev
2022-02-16 20:25 Georgy Yakovlev
2022-02-16 20:25 Georgy Yakovlev
2022-02-16 20:25 Georgy Yakovlev
2022-02-02 20:52 Arthur Zamarin
2022-02-02 20:52 Arthur Zamarin
2022-02-02 20:52 Arthur Zamarin
2022-02-02 6:27 Sam James
2022-02-02 6:27 Sam James
2022-02-02 6:27 Sam James
2022-02-01 22:24 Georgy Yakovlev
2022-02-01 22:24 Georgy Yakovlev
2022-01-30 22:05 Georgy Yakovlev
2022-01-30 21:59 Georgy Yakovlev
2022-01-30 21:55 Georgy Yakovlev
2022-01-27 23:57 Georgy Yakovlev
2022-01-27 1:21 Georgy Yakovlev
2022-01-27 1:18 Georgy Yakovlev
2022-01-27 0:48 Georgy Yakovlev
2022-01-27 0:48 Georgy Yakovlev
2022-01-22 21:18 Georgy Yakovlev
2022-01-22 1:11 Georgy Yakovlev
2022-01-22 1:09 Georgy Yakovlev
2022-01-14 11:39 Georgy Yakovlev
2021-12-15 13:40 Jakov Smolić
2021-12-15 5:44 Georgy Yakovlev
2021-12-15 4:33 Arthur Zamarin
2021-12-01 11:46 Georgy Yakovlev
2021-12-01 11:46 Georgy Yakovlev
2021-12-01 11:42 Georgy Yakovlev
2021-12-01 11:42 Georgy Yakovlev
2021-11-30 20:50 Arthur Zamarin
2021-11-30 20:50 Arthur Zamarin
2021-11-30 14:49 Agostino Sarubbo
2021-11-27 21:07 Miroslav Šulc
2021-11-18 4:42 Georgy Yakovlev
2021-11-09 3:06 Georgy Yakovlev
2021-11-09 3:06 Georgy Yakovlev
2021-11-09 3:06 Georgy Yakovlev
2021-11-09 3:06 Georgy Yakovlev
2021-11-09 2:49 Georgy Yakovlev
2021-11-09 2:49 Georgy Yakovlev
2021-11-09 2:49 Georgy Yakovlev
2021-10-16 17:21 Georgy Yakovlev
2021-10-16 17:18 Georgy Yakovlev
2021-10-08 19:56 Georgy Yakovlev
2021-10-08 15:02 Georgy Yakovlev
2021-10-01 23:42 Sam James
2021-10-01 23:42 Sam James
2021-09-30 20:51 Agostino Sarubbo
2021-09-30 4:03 Georgy Yakovlev
2021-09-30 4:03 Georgy Yakovlev
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-05-25 12:33 Sam James
2021-05-25 11:30 Sam James
2021-05-25 10:34 Sam James
2021-05-15 17:59 Sam James
2021-05-02 16:59 Georgy Yakovlev
2021-04-28 16:46 Mikle Kolyada
2021-04-27 21:54 Georgy Yakovlev
2021-04-27 18:32 Georgy Yakovlev
2021-04-27 18:28 Georgy Yakovlev
2021-04-25 15:13 Georgy Yakovlev
2021-04-25 15:13 Georgy Yakovlev
2021-04-02 9:45 Georgy Yakovlev
2021-03-13 11:03 Fabian Groffen
2021-02-12 2:15 Georgy Yakovlev
2021-02-12 2:15 Georgy Yakovlev
2020-11-08 20:39 Georgy Yakovlev
2020-10-29 2:07 Georgy Yakovlev
2020-10-29 1:22 Sam James
2020-10-28 18:52 Georgy Yakovlev
2020-10-28 18:52 Georgy Yakovlev
2020-10-26 12:11 Sam James
2020-10-25 0:23 Georgy Yakovlev
2020-10-23 22:25 Georgy Yakovlev
2020-10-23 5:44 Georgy Yakovlev
2020-09-20 2:29 Georgy Yakovlev
2020-09-05 6:32 Georgy Yakovlev
2020-08-04 21:58 Georgy Yakovlev
2020-08-04 0:35 Sam James
2020-08-04 0:31 Sam James
2020-08-03 1:44 Georgy Yakovlev
2020-07-31 9:22 Georgy Yakovlev
2020-07-27 13:54 Sam James
2020-07-27 3:15 Sam James
2020-07-26 20:11 Georgy Yakovlev
2020-07-16 18:38 Georgy Yakovlev
2020-07-15 17:35 Georgy Yakovlev
2020-06-01 21:53 Georgy Yakovlev
2020-05-10 7:58 Georgy Yakovlev
2020-05-10 7:58 Georgy Yakovlev
2020-05-08 6:38 Agostino Sarubbo
2020-05-04 6:16 Mart Raudsepp
2020-04-21 21:54 Georgy Yakovlev
2020-04-21 20:27 Georgy Yakovlev
2020-04-21 20:27 Georgy Yakovlev
2020-03-28 5:15 Georgy Yakovlev
2020-03-28 5:15 Georgy Yakovlev
2020-03-14 6:20 Georgy Yakovlev
2020-03-05 5:26 Georgy Yakovlev
2020-03-05 5:26 Georgy Yakovlev
2020-03-05 5:20 Georgy Yakovlev
2020-03-04 13:00 Agostino Sarubbo
2020-01-27 20:53 Georgy Yakovlev
2020-01-22 1:28 Georgy Yakovlev
2020-01-21 22:31 Georgy Yakovlev
2020-01-21 22:31 Georgy Yakovlev
2020-01-07 20:13 Georgy Yakovlev
2019-12-29 8:36 Georgy Yakovlev
2019-12-03 1:30 Georgy Yakovlev
2019-12-03 1:10 Georgy Yakovlev
2019-11-11 15:04 Aaron Bauman
2019-10-30 12:26 Agostino Sarubbo
2019-10-29 19:28 Georgy Yakovlev
2019-10-29 19:28 Georgy Yakovlev
2019-10-28 22:05 Georgy Yakovlev
2019-10-25 18:55 Georgy Yakovlev
2019-10-25 18:55 Georgy Yakovlev
2019-10-01 23:57 Georgy Yakovlev
2019-10-01 23:57 Georgy Yakovlev
2019-10-01 23:57 Georgy Yakovlev
2019-10-01 23:57 Georgy Yakovlev
2019-07-28 21:17 Georgy Yakovlev
2019-07-28 21:17 Georgy Yakovlev
2019-06-22 23:58 Georgy Yakovlev
2019-05-14 1:34 Georgy Yakovlev
2019-05-14 1:34 Georgy Yakovlev
2019-05-14 1:34 Georgy Yakovlev
2019-05-09 23:05 Georgy Yakovlev
2019-05-09 23:05 Georgy Yakovlev
2019-05-08 22:00 Georgy Yakovlev
2019-05-08 22:00 Georgy Yakovlev
2019-05-08 21:10 Georgy Yakovlev
2019-05-08 21:10 Georgy Yakovlev
2019-05-08 21:10 Georgy Yakovlev
2019-05-08 21:10 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 19:08 Georgy Yakovlev
2019-03-08 4:40 Georgy Yakovlev
2019-02-01 9:09 Georgy Yakovlev
2019-01-28 3:23 Georgy Yakovlev
2019-01-28 3:23 Georgy Yakovlev
2018-11-10 15:22 James Le Cuirot
2018-10-19 12:17 James Le Cuirot
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=1642813948.d2e2b039ecb0a8c7fdbea133df33be797ceb611c.gyakovlev@gentoo \
--to=gyakovlev@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