2016-01-16 19:26:04 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2014-12-03 17:08:04 +03:00
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
inherit java-virtuals-2
|
|
|
|
|
|
|
|
DESCRIPTION="Virtual for servlet api"
|
|
|
|
HOMEPAGE="http://java.sun.com/products/servlet/"
|
|
|
|
SRC_URI=""
|
|
|
|
|
2012-10-05 10:41:45 +04:00
|
|
|
LICENSE="public-domain"
|
2012-02-06 16:39:49 +04:00
|
|
|
SLOT="${PV}"
|
2016-01-16 19:26:04 +03:00
|
|
|
KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="dev-java/tomcat-servlet-api:${SLOT}"
|
|
|
|
DEPEND=""
|
|
|
|
|
|
|
|
JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT}"
|