From 1ffbeeb1643e9197d8a58c65a1d76bbaf3656292 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Dec 2022 13:59:28 +0000 Subject: gentoo auto-resync : 23:12:2022 - 13:59:28 --- dev-java/commons-junit4/Manifest | 3 ++ .../commons-junit4/commons-junit4-1.2.17.ebuild | 39 ++++++++++++++++++++++ dev-java/commons-junit4/metadata.xml | 10 ++++++ 3 files changed, 52 insertions(+) create mode 100644 dev-java/commons-junit4/Manifest create mode 100644 dev-java/commons-junit4/commons-junit4-1.2.17.ebuild create mode 100644 dev-java/commons-junit4/metadata.xml (limited to 'dev-java/commons-junit4') diff --git a/dev-java/commons-junit4/Manifest b/dev-java/commons-junit4/Manifest new file mode 100644 index 000000000000..e744886ff406 --- /dev/null +++ b/dev-java/commons-junit4/Manifest @@ -0,0 +1,3 @@ +DIST unkrig-commons1.2.17.tar.gz 2187066 BLAKE2B 29addd6ba41edf475ff878c15a40ee328682fc7d458fae4f745e20cd00afbaa99a8f202e0d285a81a45e47177944d8dcce2e30d6f3c74d2374b46f34c5813dff SHA512 dd8652bcffd62aa847e7c36358de8eecca66f731f06da504cbdcb29f55608e384db2e0d9a7847773423d82d7ae9f3bf75e07142c95ae0ec758f15e5a3020db99 +EBUILD commons-junit4-1.2.17.ebuild 838 BLAKE2B cd36c050966055367b50cc7482dec96972a0425e3468d0c8f379898b123af0d044bdc212e6f77a5a55167c9831faf142e8adc7399bbda569e094e5f55e508972 SHA512 61332054b777968960a8e6d4417d465fbf2ef8e6f6de7ecbd3b170c244986a17040e390c18b47a6440b11532d40140a4f31618bac455610f6060e2e952304b60 +MISC metadata.xml 297 BLAKE2B 0790cfad4115f6cd8b3d39aa0817a5248a6c815af9ee21d0547e0eb0f851e266608816d73303110872de0b38611ab3ad1324394de157155eaf154a36aa532570 SHA512 b91d7935a2b313790f0c40d536826fc7a4948b67a29ef0cbe26cc1ea7b5a8dfd50a9ff5dc70b6efce718e3e203e693fd747c1c1a0b7e8463aaf66b916551e20f diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild new file mode 100644 index 000000000000..978b35a7b5f3 --- /dev/null +++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source test" +MAVEN_ID="de.unkrig.commons:commons-junit4:1.2.17" +JAVA_TESTING_FRAMEWORKS="junit-4" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Assertions etc. for those who write tests with JUNIT 4" +HOMEPAGE="https://unkrig.de/w/Commons.unkrig.de" +SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-commons${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +CP_DEPEND=" + ~dev-java/commons-nullanalysis-${PV}:0 + dev-java/junit:4 +" + +DEPEND=" + >=virtual/jdk-1.8:* + ${CP_DEPEND} +" + +RDEPEND=" + >=virtual/jre-1.8:* + ${CP_DEPEND}" + +S="${WORKDIR}/commons-${PV}/commons-junit4" + +JAVA_SRC_DIR="src/main/java" + +JAVA_TEST_GENTOO_CLASSPATH="junit-4" +JAVA_TEST_SRC_DIR="src/test/java" diff --git a/dev-java/commons-junit4/metadata.xml b/dev-java/commons-junit4/metadata.xml new file mode 100644 index 000000000000..4fc465e4c3e9 --- /dev/null +++ b/dev-java/commons-junit4/metadata.xml @@ -0,0 +1,10 @@ + + + + + java@gentoo.org + + + aunkrig/commons + + -- cgit v1.2.3