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: Wed, 29 Dec 2021 08:50:07
Message-Id: 1640767793.5e47cea22ab127e1450866c0457ac62b1d0d22e6.fordfrog@gentoo
1 commit: 5e47cea22ab127e1450866c0457ac62b1d0d22e6
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Tue Dec 28 12:38:27 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 29 08:49:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e47cea2
7
8 java-virtuals/servlet-api: EAPI 8
9
10 Bug: https://bugs.gentoo.org/828719
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
13 Closes: https://github.com/gentoo/gentoo/pull/23549
14 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
15
16 java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild | 19 +++++++++++++++++++
17 java-virtuals/servlet-api/servlet-api-2.4-r1.ebuild | 21 +++++++++++++++++++++
18 2 files changed, 40 insertions(+)
19
20 diff --git a/java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild b/java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild
21 new file mode 100644
22 index 000000000000..807a606ce6b9
23 --- /dev/null
24 +++ b/java-virtuals/servlet-api/servlet-api-2.3-r1.ebuild
25 @@ -0,0 +1,19 @@
26 +# Copyright 1999-2021 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=8
30 +
31 +inherit java-virtuals-2
32 +
33 +DESCRIPTION="Virtual for servlet api"
34 +HOMEPAGE="http://java.sun.com/products/servlet/"
35 +SRC_URI=""
36 +
37 +LICENSE="public-domain"
38 +SLOT="${PV}"
39 +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
40 +
41 +RDEPEND="dev-java/tomcat-servlet-api:${SLOT}"
42 +DEPEND=""
43 +
44 +JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT}"
45
46 diff --git a/java-virtuals/servlet-api/servlet-api-2.4-r1.ebuild b/java-virtuals/servlet-api/servlet-api-2.4-r1.ebuild
47 new file mode 100644
48 index 000000000000..bfe570bc9f45
49 --- /dev/null
50 +++ b/java-virtuals/servlet-api/servlet-api-2.4-r1.ebuild
51 @@ -0,0 +1,21 @@
52 +# Copyright 1999-2021 Gentoo Authors
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=8
56 +
57 +inherit java-virtuals-2
58 +
59 +DESCRIPTION="Virtual for servlet api"
60 +HOMEPAGE="http://java.sun.com/products/servlet/"
61 +
62 +LICENSE="public-domain"
63 +SLOT="${PV}"
64 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
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}"