commit: 96d455d71a1c8887f95bf32e3d39c3a3dd2b3710
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Dec 12 17:19:59 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> 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 <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> 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}"