From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1622435-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 A3A15158043 for <garchives@archives.gentoo.org>; Thu, 18 Apr 2024 21:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6804AE2A09; Thu, 18 Apr 2024 21:26:50 +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 4F828E2A09 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2024 21:26:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F02234347A for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2024 21:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A00C11725 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2024 21:26:46 +0000 (UTC) From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca> Message-ID: <1713468323.63ebc3a25b8ff1fc954baaf5447ab676abd7f40d.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-java/corretto-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-java/corretto-bin/corretto-bin-17.0.10.8.1.ebuild X-VCS-Directories: dev-java/corretto-bin/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 63ebc3a25b8ff1fc954baaf5447ab676abd7f40d X-VCS-Branch: master Date: Thu, 18 Apr 2024 21:26:46 +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: 54972bed-f918-49bd-8565-831d7bb46902 X-Archives-Hash: 6a57f049b4f3cbc12963045de47bfaf6 commit: 63ebc3a25b8ff1fc954baaf5447ab676abd7f40d Author: Robert Greener <dev <AT> greener <DOT> sh> AuthorDate: Thu Apr 18 19:22:15 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Thu Apr 18 19:25:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63ebc3a2 dev-java/corretto-bin: version 17.0.10.8.1 fix QA issues Signed-off-by: Robert Greener <dev <AT> greener.sh> dev-java/corretto-bin/corretto-bin-17.0.10.8.1.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-java/corretto-bin/corretto-bin-17.0.10.8.1.ebuild b/dev-java/corretto-bin/corretto-bin-17.0.10.8.1.ebuild index 8305000c24..3a3a6a4a09 100644 --- a/dev-java/corretto-bin/corretto-bin-17.0.10.8.1.ebuild +++ b/dev-java/corretto-bin/corretto-bin-17.0.10.8.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 +}