Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/
Date: Sat, 29 Jan 2022 08:32:21
Message-Id: 1643445131.96f720aae814b244b55fc020282387731234b210.fordfrog@gentoo
1 commit: 96f720aae814b244b55fc020282387731234b210
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 08:32:11 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 08:32:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f720aa
7
8 java-virtuals/servlet-api: removed obsolete 2.3 & 2.4
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 java-virtuals/servlet-api/servlet-api-2.3.ebuild | 20 --------------------
14 java-virtuals/servlet-api/servlet-api-2.4.ebuild | 23 -----------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/java-virtuals/servlet-api/servlet-api-2.3.ebuild b/java-virtuals/servlet-api/servlet-api-2.3.ebuild
18 deleted file mode 100644
19 index 4edbe38be357..000000000000
20 --- a/java-virtuals/servlet-api/servlet-api-2.3.ebuild
21 +++ /dev/null
22 @@ -1,20 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -inherit java-virtuals-2
29 -
30 -DESCRIPTION="Virtual for servlet api"
31 -HOMEPAGE="http://java.sun.com/products/servlet/"
32 -SRC_URI=""
33 -
34 -LICENSE="public-domain"
35 -SLOT="${PV}"
36 -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
37 -IUSE=""
38 -
39 -RDEPEND="dev-java/tomcat-servlet-api:${SLOT}"
40 -DEPEND=""
41 -
42 -JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT}"
43
44 diff --git a/java-virtuals/servlet-api/servlet-api-2.4.ebuild b/java-virtuals/servlet-api/servlet-api-2.4.ebuild
45 deleted file mode 100644
46 index b16e41d1f1df..000000000000
47 --- a/java-virtuals/servlet-api/servlet-api-2.4.ebuild
48 +++ /dev/null
49 @@ -1,23 +0,0 @@
50 -# Copyright 1999-2021 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -
55 -inherit java-virtuals-2
56 -
57 -DESCRIPTION="Virtual for servlet api"
58 -HOMEPAGE="http://java.sun.com/products/servlet/"
59 -SRC_URI=""
60 -
61 -LICENSE="public-domain"
62 -SLOT="${PV}"
63 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos"
64 -IUSE=""
65 -
66 -RDEPEND="|| (
67 - dev-java/tomcat-servlet-api:${SLOT}
68 - dev-java/resin-servlet-api:${SLOT}
69 - )"
70 -DEPEND=""
71 -
72 -JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"