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 3AD05158170 for ; Sun, 21 Jul 2024 11:35:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 256AF2BC01B; Sun, 21 Jul 2024 11:35:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 095832BC01B for ; Sun, 21 Jul 2024 11:35:44 +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 E723E33BE18 for ; Sun, 21 Jul 2024 11:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D0B81E45 for ; Sun, 21 Jul 2024 11:35:41 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1721561274.489b6daa0c2f82def4251025164cbfcc690cf137.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jdk/jdk-24.ebuild X-VCS-Directories: virtual/jdk/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 489b6daa0c2f82def4251025164cbfcc690cf137 X-VCS-Branch: master Date: Sun, 21 Jul 2024 11:35:41 +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: 176c1e8e-4f12-422d-ac51-ef38082e1fdb X-Archives-Hash: 3595c065287cd89e132346c2f150f0de commit: 489b6daa0c2f82def4251025164cbfcc690cf137 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Jul 18 04:47:25 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Jul 21 11:27:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489b6daa virtual/jdk: add 24 - unkeyworded since java 24 has no LTS - not for production Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> virtual/jdk/jdk-24.ebuild | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/virtual/jdk/jdk-24.ebuild b/virtual/jdk/jdk-24.ebuild new file mode 100644 index 000000000000..fa432422ec6c --- /dev/null +++ b/virtual/jdk/jdk-24.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for Java Development Kit (JDK)" +SLOT="${PV}" +# KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="headless-awt" + +RDEPEND="dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=]"