From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1621566-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14551158043 for <garchives@archives.gentoo.org>; Tue, 16 Apr 2024 07:33:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3A04E2A05; Tue, 16 Apr 2024 07:33:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C82A8E2A05 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Apr 2024 07:33:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCF0F3433E1 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Apr 2024 07:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AD3C16F2 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Apr 2024 07:33:16 +0000 (UTC) From: "Robert Greener" <dev@greener.sh> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robert Greener" <dev@greener.sh> Message-ID: <1713252790.c3ad4f64eda56663f2519dc07ff1511299315e12.me@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-java/corretto-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-java/corretto-bin/corretto-bin-8.402.08.1-r2.ebuild X-VCS-Directories: dev-java/corretto-bin/ X-VCS-Committer: me X-VCS-Committer-Name: Robert Greener X-VCS-Revision: c3ad4f64eda56663f2519dc07ff1511299315e12 X-VCS-Branch: dev Date: Tue, 16 Apr 2024 07:33:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8c22c10-393d-4a44-8bcf-10a8d5373227 X-Archives-Hash: afcabb21043d0e7b593d3594ab4e3f5b commit: c3ad4f64eda56663f2519dc07ff1511299315e12 Author: Robert Greener <dev <AT> greener <DOT> sh> AuthorDate: Tue Apr 16 07:31:32 2024 +0000 Commit: Robert Greener <dev <AT> greener <DOT> sh> CommitDate: Tue Apr 16 07:33:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3ad4f64 dev-java/corretto-bin: Drop obsolete revision 8.402.08.1-r2 Signed-off-by: Robert Greener <dev <AT> greener.sh> .../corretto-bin/corretto-bin-8.402.08.1-r2.ebuild | 83 ---------------------- 1 file changed, 83 deletions(-) diff --git a/dev-java/corretto-bin/corretto-bin-8.402.08.1-r2.ebuild b/dev-java/corretto-bin/corretto-bin-8.402.08.1-r2.ebuild deleted file mode 100644 index 762138ee9e..0000000000 --- a/dev-java/corretto-bin/corretto-bin-8.402.08.1-r2.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit java-vm-2 toolchain-funcs - -MY_PV=${PV/_p/+} -SLOT=$(ver_cut 1) - -SRC_URI=" - https://corretto.aws/downloads/resources/${PV}/amazon-corretto-${PV}-linux-x64.tar.gz -" - -DESCRIPTION="Prebuilt Java JDK binaries provided by Amazon Web Services" -HOMEPAGE="https://aws.amazon.com/corretto" -LICENSE="GPL-2-with-classpath-exception" -KEYWORDS="~amd64" -IUSE="cups 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 - media-libs/alsa-lib - media-libs/libglvnd - elibc_glibc? ( >=sys-libs/glibc-2.2.5:* ) - elibc_musl? ( sys-libs/musl ) - sys-libs/zlib - 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 - x11-libs/pango - ) - )" - -RESTRICT="preserve-libs splitdebug" -QA_PREBUILT="*" - -S="${WORKDIR}/amazon-corretto-${MY_PV}-linux-x64" - -pkg_pretend() { - if [[ "$(tc-is-softfloat)" != "no" ]]; then - die "These binaries require a hardfloat system." - fi -} - -src_install() { - local dest="/opt/${P}" - local ddest="${ED}/${dest#/}" - - if use headless-awt ; then - rm -v lib/amd64/libjawt.so || die - rm -v lib/amd64/libglassgtk.so || die - rm -v lib/amd64/libjavafx_font_pango.so || die - fi - - if ! use source ; then - rm -v src.zip || die - fi - - dodir "${dest}" - cp -pPR * "${ddest}" || die - - # provide stable symlink - dosym "${P}" "/opt/${PN}-${SLOT}" - - java-vm_install-env "${FILESDIR}"/${PN}-8.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 -} \ No newline at end of file