blob: 85e2083d322042d97339036087e5e738487bcf05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile install preinst prepare setup test
DEPEND=dev-java/error-prone-annotations:0 ~dev-java/guava-32.1.3:0 dev-java/jsr305:0 dev-java/junit:4 dev-java/checker-framework-qual:0 dev-java/j2objc-annotations:0 >=virtual/jdk-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( dev-java/junit:4 )
DESCRIPTION=A set of java classes to assist the tests for Guava itself
EAPI=8
HOMEPAGE=https://github.com/google/guava
INHERIT=java-pkg-2 java-pkg-simple
IUSE=doc source test
KEYWORDS=amd64 ~arm arm64 ppc64 ~x86
LICENSE=Apache-2.0
RDEPEND=dev-java/error-prone-annotations:0 ~dev-java/guava-32.1.3:0 dev-java/jsr305:0 dev-java/junit:4 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/google/guava/archive/v32.1.3.tar.gz -> guava-32.1.3.tar.gz test? ( https://repo1.maven.org/maven2/com/google/truth/truth/1.1.5/truth-1.1.5.jar )
_eclasses_=java-utils-2 7c4c66a18e7b619373f3a3bcff542907 java-pkg-2 b6d755b4f6afabfd933932be28b46368 java-pkg-simple 4ab397252045e0aeb290efb05ea956c7
_md5_=08270920864829637867311919c240d8
|