diff options
author | William L. Thomson Jr <wlt@o-sinc.com> | 2015-09-25 21:12:59 -0400 |
---|---|---|
committer | William L. Thomson Jr <wlt@o-sinc.com> | 2015-09-25 21:12:59 -0400 |
commit | 62ba6d68da57ca604d6c63ac4efff12b8e69e598 (patch) | |
tree | 18d4647e073b38fcc2b5eee24b0b83e036cec5cd /java-virtuals | |
parent | dev-java/resin-servlet-api: Bumped to latest version, just a copy of 4.0.27 w... (diff) | |
download | gentoo-62ba6d68da57ca604d6c63ac4efff12b8e69e598.tar.gz gentoo-62ba6d68da57ca604d6c63ac4efff12b8e69e598.tar.bz2 gentoo-62ba6d68da57ca604d6c63ac4efff12b8e69e598.zip |
java-virtuals/servlet-api: Bumped version to 3.1
Diffstat (limited to 'java-virtuals')
-rw-r--r-- | java-virtuals/servlet-api/servlet-api-3.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/java-virtuals/servlet-api/servlet-api-3.1.ebuild b/java-virtuals/servlet-api/servlet-api-3.1.ebuild new file mode 100644 index 000000000000..334cac99605b --- /dev/null +++ b/java-virtuals/servlet-api/servlet-api-3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit java-virtuals-2 + +DESCRIPTION="Virtual for servlet api" +HOMEPAGE="https://jcp.org/en/jsr/detail?id=340" +SRC_URI="" + +LICENSE="public-domain" +SLOT="${PV}" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="|| ( + dev-java/tomcat-servlet-api:${SLOT} + dev-java/resin-servlet-api:${SLOT} + )" + +JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}" |