mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-java/junit-pioneer: drop 1.9.1-r1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1445 Merges: https://codeberg.org/gentoo/gentoo/pulls/1445 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
cf54626b11
commit
bf6bb74282
@@ -1,30 +0,0 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# We cannot run the tests because of too many missing test dependencies.
|
||||
JAVA_PKG_IUSE="doc source"
|
||||
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="JUnit 5 Extension Pack"
|
||||
HOMEPAGE="https://junit-pioneer.org"
|
||||
SRC_URI="https://github.com/junit-pioneer/junit-pioneer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
LICENSE="EPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
DEPEND="
|
||||
dev-java/jackson-databind:1
|
||||
dev-java/junit:5
|
||||
>=virtual/jdk-11:*
|
||||
"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
|
||||
JAVA_CLASSPATH_EXTRA="jackson-databind-1 junit-5"
|
||||
JAVA_RESOURCE_DIRS="src/main/resources"
|
||||
JAVA_SRC_DIR=( src/main/{java,module} )
|
||||
Reference in New Issue
Block a user