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 99286158087 for ; Sat, 29 Jan 2022 08:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80B1A2BC001; Sat, 29 Jan 2022 08:32:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3839D2BC001 for ; Sat, 29 Jan 2022 08:32:20 +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 ED2A034340E for ; Sat, 29 Jan 2022 08:32:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69739233 for ; Sat, 29 Jan 2022 08:32:17 +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: <1643445131.96f720aae814b244b55fc020282387731234b210.fordfrog@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.ebuild java-virtuals/servlet-api/servlet-api-2.4.ebuild X-VCS-Directories: java-virtuals/servlet-api/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 96f720aae814b244b55fc020282387731234b210 X-VCS-Branch: master Date: Sat, 29 Jan 2022 08:32:17 +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: 7c0f053e-0436-4821-b8a7-7ce3725dd3db X-Archives-Hash: d4f37ebe7fc72add91abc8505b1e2b05 commit: 96f720aae814b244b55fc020282387731234b210 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jan 29 08:32:11 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jan 29 08:32:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f720aa java-virtuals/servlet-api: removed obsolete 2.3 & 2.4 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> java-virtuals/servlet-api/servlet-api-2.3.ebuild | 20 -------------------- java-virtuals/servlet-api/servlet-api-2.4.ebuild | 23 ----------------------- 2 files changed, 43 deletions(-) diff --git a/java-virtuals/servlet-api/servlet-api-2.3.ebuild b/java-virtuals/servlet-api/servlet-api-2.3.ebuild deleted file mode 100644 index 4edbe38be357..000000000000 --- a/java-virtuals/servlet-api/servlet-api-2.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit java-virtuals-2 - -DESCRIPTION="Virtual for servlet api" -HOMEPAGE="http://java.sun.com/products/servlet/" -SRC_URI="" - -LICENSE="public-domain" -SLOT="${PV}" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="dev-java/tomcat-servlet-api:${SLOT}" -DEPEND="" - -JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT}" diff --git a/java-virtuals/servlet-api/servlet-api-2.4.ebuild b/java-virtuals/servlet-api/servlet-api-2.4.ebuild deleted file mode 100644 index b16e41d1f1df..000000000000 --- a/java-virtuals/servlet-api/servlet-api-2.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit java-virtuals-2 - -DESCRIPTION="Virtual for servlet api" -HOMEPAGE="http://java.sun.com/products/servlet/" -SRC_URI="" - -LICENSE="public-domain" -SLOT="${PV}" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos" -IUSE="" - -RDEPEND="|| ( - dev-java/tomcat-servlet-api:${SLOT} - dev-java/resin-servlet-api:${SLOT} - )" -DEPEND="" - -JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"