mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-java/junit-pioneer: new package, add 1.9.1
test-dependency of several packages like - dev-java/commons-compress - dev-java/commons-io - dev-java/commons-lang - dev-java/commons-validator Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/42983 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
a94596311b
commit
14bb9bde2f
1
dev-java/junit-pioneer/Manifest
Normal file
1
dev-java/junit-pioneer/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST junit-pioneer-1.9.1.tar.gz 323481 BLAKE2B e55fdeda0bfcac123e49300cdf8625fd71379b516175035c0a2ef2a62f6fc47c41cc0ae8d2b67f83aa88773d74bc7d3a64c628b496efd5371753cabc00e10f47 SHA512 0d9f5536e9c1f3d4686d4a5343f0480d4a1ba82e9ed59c07fc885a366c3469f2b5099223ea88aa7a2f388cf3d9354e7780f88609915aec72fc364a7705f40dc1
|
||||
30
dev-java/junit-pioneer/junit-pioneer-1.9.1.ebuild
Normal file
30
dev-java/junit-pioneer/junit-pioneer-1.9.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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"
|
||||
|
||||
DEPEND="
|
||||
dev-java/jackson-databind:0
|
||||
dev-java/junit:5
|
||||
>=virtual/jdk-11:*
|
||||
"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
|
||||
JAVA_CLASSPATH_EXTRA="jackson-databind junit-5"
|
||||
JAVA_RESOURCE_DIRS="src/main/resources"
|
||||
JAVA_SRC_DIR=( src/main/{java,module} )
|
||||
10
dev-java/junit-pioneer/metadata.xml
Normal file
10
dev-java/junit-pioneer/metadata.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>java@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">junit-pioneer/junit-pioneer</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user