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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3445E15802C for ; Fri, 20 Dec 2024 10:58:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A06E08FA; Fri, 20 Dec 2024 10:58:41 +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 41E0FE08CA for ; Fri, 20 Dec 2024 10:58:40 +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 87DEC33BE9F for ; Fri, 20 Dec 2024 10:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BD6C2135 for ; Fri, 20 Dec 2024 10:58:36 +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: <1734691013.96d455d71a1c8887f95bf32e3d39c3a3dd2b3710.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jre/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jre/jre-23.ebuild X-VCS-Directories: virtual/jre/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 96d455d71a1c8887f95bf32e3d39c3a3dd2b3710 X-VCS-Branch: master Date: Fri, 20 Dec 2024 10:58:36 +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: 42de8e69-2a4b-4fee-9175-c7849e237720 X-Archives-Hash: 12fe39284a7bd828847732db2c4a929d commit: 96d455d71a1c8887f95bf32e3d39c3a3dd2b3710 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Dec 12 17:19:59 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Dec 20 10:36:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d455d7 virtual/jre: drop 23 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> virtual/jre/jre-23.ebuild | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/virtual/jre/jre-23.ebuild b/virtual/jre/jre-23.ebuild deleted file mode 100644 index 3e5caf55150c..000000000000 --- a/virtual/jre/jre-23.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Virtual for Java Runtime Environment (JRE)" -SLOT="${PV}" -# KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -RDEPEND="virtual/jdk:${SLOT}"