servlet-api-3.1.ebuild 507 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit java-virtuals-2
  5. DESCRIPTION="Virtual for servlet api"
  6. HOMEPAGE="https://jcp.org/en/jsr/detail?id=340"
  7. SRC_URI=""
  8. LICENSE="public-domain"
  9. SLOT="${PV}"
  10. KEYWORDS="~amd64 ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
  11. IUSE=""
  12. RDEPEND="|| (
  13. dev-java/tomcat-servlet-api:${SLOT}
  14. dev-java/resin-servlet-api:${SLOT}
  15. )"
  16. JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"