Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/
Date: Mon, 28 Aug 2017 22:02:23
Message-Id: 1503957702.dfda0cc1ea00d73124abbaf04d76b93668ab5ff3.chewi@gentoo
1 commit: dfda0cc1ea00d73124abbaf04d76b93668ab5ff3
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 21:56:10 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 22:01:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfda0cc1
7
8 java-virtuals/servlet-api: Remove old EAPI 4 versions
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 .../servlet-api/servlet-api-2.5-r1.ebuild | 23 ----------------------
13 .../servlet-api/servlet-api-3.0-r1.ebuild | 22 ---------------------
14 java-virtuals/servlet-api/servlet-api-3.1.ebuild | 22 ---------------------
15 3 files changed, 67 deletions(-)
16
17 diff --git a/java-virtuals/servlet-api/servlet-api-2.5-r1.ebuild b/java-virtuals/servlet-api/servlet-api-2.5-r1.ebuild
18 deleted file mode 100644
19 index b51a6fa80e0..00000000000
20 --- a/java-virtuals/servlet-api/servlet-api-2.5-r1.ebuild
21 +++ /dev/null
22 @@ -1,23 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=4
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 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
37 -IUSE=""
38 -
39 -RDEPEND="|| (
40 - dev-java/tomcat-servlet-api:${SLOT}
41 - dev-java/resin-servlet-api:${SLOT}
42 - dev-java/glassfish-servlet-api:${SLOT}
43 - )"
44 -
45 -JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT} glassfish-servlet-api-${SLOT}"
46
47 diff --git a/java-virtuals/servlet-api/servlet-api-3.0-r1.ebuild b/java-virtuals/servlet-api/servlet-api-3.0-r1.ebuild
48 deleted file mode 100644
49 index 4ffded203b4..00000000000
50 --- a/java-virtuals/servlet-api/servlet-api-3.0-r1.ebuild
51 +++ /dev/null
52 @@ -1,22 +0,0 @@
53 -# Copyright 1999-2016 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=4
57 -
58 -inherit java-virtuals-2
59 -
60 -DESCRIPTION="Virtual for servlet api"
61 -HOMEPAGE="http://java.sun.com/products/servlet/"
62 -SRC_URI=""
63 -
64 -LICENSE="public-domain"
65 -SLOT="${PV}"
66 -KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd"
67 -IUSE=""
68 -
69 -RDEPEND="|| (
70 - dev-java/tomcat-servlet-api:${SLOT}
71 - dev-java/resin-servlet-api:${SLOT}
72 - )"
73 -
74 -JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"
75
76 diff --git a/java-virtuals/servlet-api/servlet-api-3.1.ebuild b/java-virtuals/servlet-api/servlet-api-3.1.ebuild
77 deleted file mode 100644
78 index 67b2b67bdec..00000000000
79 --- a/java-virtuals/servlet-api/servlet-api-3.1.ebuild
80 +++ /dev/null
81 @@ -1,22 +0,0 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=4
86 -
87 -inherit java-virtuals-2
88 -
89 -DESCRIPTION="Virtual for servlet api"
90 -HOMEPAGE="https://jcp.org/en/jsr/detail?id=340"
91 -SRC_URI=""
92 -
93 -LICENSE="public-domain"
94 -SLOT="${PV}"
95 -KEYWORDS="~amd64 ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
96 -IUSE=""
97 -
98 -RDEPEND="|| (
99 - dev-java/tomcat-servlet-api:${SLOT}
100 - dev-java/resin-servlet-api:${SLOT}
101 - )"
102 -
103 -JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"