From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 3EFD8158043 for ; Thu, 18 Apr 2024 19:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CA1E2A20; Thu, 18 Apr 2024 19:25:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8DDEBE2A20 for ; Thu, 18 Apr 2024 19:25:32 +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 B70CD3434B6 for ; Thu, 18 Apr 2024 19:25:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E983C1723 for ; Thu, 18 Apr 2024 19:25:29 +0000 (UTC) From: "Robert Greener" 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" Message-ID: <1713468323.e4ab7e60590fe3cdf6da809b5fd748e9ac5c176b.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-21.0.2.14.1.ebuild X-VCS-Directories: dev-java/corretto-bin/ X-VCS-Committer: me X-VCS-Committer-Name: Robert Greener X-VCS-Revision: e4ab7e60590fe3cdf6da809b5fd748e9ac5c176b X-VCS-Branch: dev Date: Thu, 18 Apr 2024 19:25:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6310be36-d058-400b-b948-34cd3cd21b9d X-Archives-Hash: 1cfb2892fb1ef74be3ab8e78187ffee1 commit: e4ab7e60590fe3cdf6da809b5fd748e9ac5c176b Author: Robert Greener greener sh> AuthorDate: Thu Apr 18 19:23:34 2024 +0000 Commit: Robert Greener greener sh> CommitDate: Thu Apr 18 19:25:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4ab7e60 dev-java/corretto-bin: version 21.0.2.14.1 fix QA issues Signed-off-by: Robert Greener greener.sh> dev-java/corretto-bin/corretto-bin-21.0.2.14.1.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-java/corretto-bin/corretto-bin-21.0.2.14.1.ebuild b/dev-java/corretto-bin/corretto-bin-21.0.2.14.1.ebuild index 8305000c24..3a3a6a4a09 100644 --- a/dev-java/corretto-bin/corretto-bin-21.0.2.14.1.ebuild +++ b/dev-java/corretto-bin/corretto-bin-21.0.2.14.1.ebuild @@ -6,15 +6,16 @@ EAPI=8 inherit java-vm-2 toolchain-funcs MY_PV=${PV/_p/+} -SLOT=$(ver_cut 1) +DESCRIPTION="Prebuilt Java JDK binaries provided by Amazon Web Services" +HOMEPAGE="https://aws.amazon.com/corretto" SRC_URI=" - https://corretto.aws/downloads/resources/${PV}/amazon-corretto-${PV}-linux-x64.tar.gz + 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" +S="${WORKDIR}/amazon-corretto-${MY_PV}-linux-x64" LICENSE="GPL-2-with-classpath-exception" +SLOT=$(ver_cut 1) KEYWORDS="~amd64" IUSE="alsa cups headless-awt selinux source" @@ -42,8 +43,6 @@ RDEPEND=" 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." @@ -88,4 +87,4 @@ src_install() { pkg_postinst() { java-vm-2_pkg_postinst -} \ No newline at end of file +}