From bf6bb742824b127d21efa0a6cecb2c50255e4a48 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Thu, 30 Jul 2026 07:40:13 +0200 Subject: [PATCH] dev-java/junit-pioneer: drop 1.9.1-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Volkmar W. Pogatzki Part-of: https://codeberg.org/gentoo/gentoo/pulls/1445 Merges: https://codeberg.org/gentoo/gentoo/pulls/1445 Signed-off-by: Miroslav Ć ulc --- .../junit-pioneer-1.9.1-r1.ebuild | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 dev-java/junit-pioneer/junit-pioneer-1.9.1-r1.ebuild diff --git a/dev-java/junit-pioneer/junit-pioneer-1.9.1-r1.ebuild b/dev-java/junit-pioneer/junit-pioneer-1.9.1-r1.ebuild deleted file mode 100644 index 062c1a6002a8e..0000000000000 --- a/dev-java/junit-pioneer/junit-pioneer-1.9.1-r1.ebuild +++ /dev/null @@ -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} )