Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/
Date: Sat, 26 Sep 2015 08:14:06
Message-Id: 1443229979.62ba6d68da57ca604d6c63ac4efff12b8e69e598.monsieurp@gentoo
1 commit: 62ba6d68da57ca604d6c63ac4efff12b8e69e598
2 Author: William L. Thomson Jr <wlt <AT> o-sinc <DOT> com>
3 AuthorDate: Sat Sep 26 01:12:59 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 01:12:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ba6d68
7
8 java-virtuals/servlet-api: Bumped version to 3.1
9
10 java-virtuals/servlet-api/servlet-api-3.1.ebuild | 23 +++++++++++++++++++++++
11 1 file changed, 23 insertions(+)
12
13 diff --git a/java-virtuals/servlet-api/servlet-api-3.1.ebuild b/java-virtuals/servlet-api/servlet-api-3.1.ebuild
14 new file mode 100644
15 index 0000000..334cac9
16 --- /dev/null
17 +++ b/java-virtuals/servlet-api/servlet-api-3.1.ebuild
18 @@ -0,0 +1,23 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=4
24 +
25 +inherit java-virtuals-2
26 +
27 +DESCRIPTION="Virtual for servlet api"
28 +HOMEPAGE="https://jcp.org/en/jsr/detail?id=340"
29 +SRC_URI=""
30 +
31 +LICENSE="public-domain"
32 +SLOT="${PV}"
33 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
34 +IUSE=""
35 +
36 +RDEPEND="|| (
37 + dev-java/tomcat-servlet-api:${SLOT}
38 + dev-java/resin-servlet-api:${SLOT}
39 + )"
40 +
41 +JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"