Advertisement
Guest User

Untitled

a guest
Mar 21st, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Id$
  4.  
  5. EAPI=5
  6. JAVA_PKG_IUSE="doc source"
  7.  
  8. inherit java-pkg-2 java-pkg-simple
  9.  
  10. DESCRIPTION="A collection of Google's core Java libraries"
  11. HOMEPAGE="https://code.google.com/p/guava-libraries/ https://github.com/google/guava"
  12. SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
  13.  
  14. LICENSE="Apache-2.0"
  15. SLOT="18"
  16. KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
  17.  
  18. CDEPEND="
  19. dev-java/javax-inject:0
  20. dev-java/jsr305:0
  21. java-virtuals/jdk-with-com-sun:0"
  22. RDEPEND="${CDEPEND}
  23. || ( virtual/jre:1.7 virtual/jre:1.6 )"
  24. DEPEND="${CDEPEND}
  25. app-arch/unzip
  26. virtual/jdk:1.7" # https://code.google.com/p/guava-libraries/issues/detail?id=635
  27.  
  28. JAVA_GENTOO_CLASSPATH="jsr305,javax-inject"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement