blob: 019d5ce85042d63dc9e87a259a3fd8c194157f81 (
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=>=virtual/jdk-1.8:* test? ( dev-java/hamcrest-library:1.3 ) dev-java/hamcrest-core:1.3 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
DESCRIPTION=Simple framework to write repeatable tests
EAPI=7
HOMEPAGE=https://junit.org/junit5/
INHERIT=java-pkg-2 java-pkg-simple
IUSE=elibc_FreeBSD doc source test
KEYWORDS=amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=EPL-1.0
RDEPEND=>=virtual/jre-1.8:* dev-java/hamcrest-core:1.3 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
RESTRICT=!test? ( test )
SLOT=4
SRC_URI=https://github.com/junit-team/junit4/archive/refs/tags/r4.13.2.tar.gz -> junit-4.13.2.tar.gz
_eclasses_=java-utils-2 ac9fb9efa5413c5fb85a4203fe930e88 java-pkg-2 37e38ed0662a78bfde9cb4f6d11ed6dc java-pkg-simple f54286e86669dd9944a492f8586e744c
_md5_=d5125b3191cacd1f95f49f2c28a3a361
|