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 <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/27142
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki 2022-09-04 19:01:02 +02:00 committed by Florian Schmaus
parent 93863d9d10
commit 65d78e0dc0
No known key found for this signature in database
GPG Key ID: 2239A7E8F5852052
1 changed files with 0 additions and 19 deletions

View File

@ -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}"