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 8876715808B for ; Fri, 16 Feb 2024 11:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6447DE2A03; Fri, 16 Feb 2024 11:22:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 48CF1E2A01 for ; Fri, 16 Feb 2024 11:22:56 +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 7AEE1343001 for ; Fri, 16 Feb 2024 11:22:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DE8A14B7 for ; Fri, 16 Feb 2024 11:22:53 +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: <1708082476.1ed495e1ff043670b7c04dcc32aa03960a749a5e.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jdk/jdk-1.8.0-r6.ebuild virtual/jdk/jdk-1.8.0-r7.ebuild X-VCS-Directories: virtual/jdk/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 1ed495e1ff043670b7c04dcc32aa03960a749a5e X-VCS-Branch: master Date: Fri, 16 Feb 2024 11:22:53 +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: 4f2c6f69-ff94-4100-b44f-947d892c3704 X-Archives-Hash: f964543d42e06e79d191d5fa10ceb746 commit: 1ed495e1ff043670b7c04dcc32aa03960a749a5e Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Feb 14 13:37:35 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Feb 16 11:21:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed495e1 virtual/jdk: drop dev-java/icedtea{,-bin} Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> virtual/jdk/{jdk-1.8.0-r6.ebuild => jdk-1.8.0-r7.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/virtual/jdk/jdk-1.8.0-r6.ebuild b/virtual/jdk/jdk-1.8.0-r7.ebuild similarity index 75% rename from virtual/jdk/jdk-1.8.0-r6.ebuild rename to virtual/jdk/jdk-1.8.0-r7.ebuild index db1d7c529ff3..5fc6997249a2 100644 --- a/virtual/jdk/jdk-1.8.0-r6.ebuild +++ b/virtual/jdk/jdk-1.8.0-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,6 +11,4 @@ IUSE="headless-awt" RDEPEND="|| ( dev-java/openjdk-bin:8[headless-awt=] dev-java/openjdk:8[headless-awt=] - dev-java/icedtea-bin:8[headless-awt=] - dev-java/icedtea:8[headless-awt=] )"