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 87D77158097 for ; Mon, 19 Sep 2022 12:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D615BE088C; Mon, 19 Sep 2022 12:12: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 BFE8CE088C for ; Mon, 19 Sep 2022 12:12: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 F1216340DBA for ; Mon, 19 Sep 2022 12:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B3015DE for ; Mon, 19 Sep 2022 12:12:48 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1663589553.65d78e0dc0ad7448ab4a0f520c3617d66c2d81f9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild X-VCS-Directories: java-virtuals/servlet-api/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 65d78e0dc0ad7448ab4a0f520c3617d66c2d81f9 X-VCS-Branch: master Date: Mon, 19 Sep 2022 12:12:48 +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: 8e0eac90-108c-4c53-b8f6-e27c2f501df0 X-Archives-Hash: a26a99e898b12494e32b483fdeef976d commit: 65d78e0dc0ad7448ab4a0f520c3617d66c2d81f9 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Sep 4 17:01:02 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Sep 19 12:12:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d78e0d java-virtuals/servlet-api: remove unused slot 2.3, drop 2.3-r1 * this slot has only one provider * unused slot Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/27142 Signed-off-by: Florian Schmaus gentoo.org> java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild b/java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild deleted file mode 100644 index 8647f902e4df..000000000000 --- a/java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit java-virtuals-2 - -DESCRIPTION="Virtual for servlet api" -HOMEPAGE="https://jcp.org/en/jsr/detail?id=340" -SRC_URI="" - -LICENSE="public-domain" -SLOT="${PV}" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -RDEPEND="dev-java/tomcat-servlet-api:${SLOT}" -DEPEND="" - -JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT}"