jsr311-api-1.1.1.ebuild 481 B

1234567891011121314151617181920
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. JAVA_PKG_IUSE="source doc"
  5. inherit java-pkg-2 java-pkg-simple
  6. DESCRIPTION="JAX-RS: Java API for RESTful Web Services"
  7. HOMEPAGE="http://jcp.org/en/jsr/detail?id=311"
  8. SRC_URI="http://repo1.maven.org/maven2/javax/ws/rs/${PN}/${PV}/${P}-sources.jar"
  9. LICENSE="CDDL"
  10. SLOT="0"
  11. KEYWORDS="amd64 ppc64 x86"
  12. IUSE=""
  13. RDEPEND=">=virtual/jre-1.6"
  14. DEPEND=">=virtual/jdk-1.6"