From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2E03158095 for ; Mon, 10 Oct 2022 07:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8E78E077F; Mon, 10 Oct 2022 07:41:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5109CE077F for ; Mon, 10 Oct 2022 07:41:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62A61340CBB for ; Mon, 10 Oct 2022 07:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B10705F1 for ; Mon, 10 Oct 2022 07:41:52 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1665387705.5fc02bcb4e49293066ec02563f1e8da9ca664814.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/slf4j-simple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/slf4j-simple/Manifest dev-java/slf4j-simple/metadata.xml dev-java/slf4j-simple/slf4j-simple-2.0.3.ebuild X-VCS-Directories: dev-java/slf4j-simple/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5fc02bcb4e49293066ec02563f1e8da9ca664814 X-VCS-Branch: master Date: Mon, 10 Oct 2022 07:41:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0d8cd46e-c47c-47ba-aca5-9e8c190b188b X-Archives-Hash: 1aff61d9c78c18cf8e90bb14e49eff22 commit: 5fc02bcb4e49293066ec02563f1e8da9ca664814 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Sep 7 10:46:07 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Oct 10 07:41:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc02bcb dev-java/slf4j-simple: add 2.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> dev-java/slf4j-simple/Manifest | 1 + dev-java/slf4j-simple/metadata.xml | 4 +- dev-java/slf4j-simple/slf4j-simple-2.0.3.ebuild | 72 +++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 2 deletions(-) diff --git a/dev-java/slf4j-simple/Manifest b/dev-java/slf4j-simple/Manifest index ec7396f362e7..c8a1f55201cb 100644 --- a/dev-java/slf4j-simple/Manifest +++ b/dev-java/slf4j-simple/Manifest @@ -1 +1,2 @@ DIST slf4j-1.7.36.tar.gz 2276203 BLAKE2B 930de76047c694b4e566ba743ee90a2efb062358b03209137f686c4bf4ead122aa84c18b79615e5a67f1a890abdc1b8f70f62b7803f7b8e45c766ff8254836d4 SHA512 1384c771aa04d9d351854cf8ddeef66ee9f43df53890a05413c48c14cf1cb78a457bb4b2a6e2f064f1c1ab68b2eaa1d326fc03bb6b7c145915660a2c873692d0 +DIST slf4j-2.0.3.tar.gz 1435478 BLAKE2B fec1a47882d3bbf508f4faed9cbf9448a23e9749c6c41f241c7e80654e0ce55211cec9228fcf0e666c997a4f24c5b96ad57dc076910e7f05704b02d0cf7db709 SHA512 0fb295f7942c2af8aebe2ecf544ef8326b8cc88de397ee6b37a10249b38150a506f62dcec614eee13519a299b30c6d2481dec3ea235d4b3e6a5241d12639bca6 diff --git a/dev-java/slf4j-simple/metadata.xml b/dev-java/slf4j-simple/metadata.xml index 63520ba57061..c3b9d69d36cd 100644 --- a/dev-java/slf4j-simple/metadata.xml +++ b/dev-java/slf4j-simple/metadata.xml @@ -6,7 +6,7 @@ Java - http://www.slf4j.org/docs.html - http://www.slf4j.org/bug-reporting.html + https://www.slf4j.org/docs.html + https://www.slf4j.org/bug-reporting.html diff --git a/dev-java/slf4j-simple/slf4j-simple-2.0.3.ebuild b/dev-java/slf4j-simple/slf4j-simple-2.0.3.ebuild new file mode 100644 index 000000000000..40e70cdd2c26 --- /dev/null +++ b/dev-java/slf4j-simple/slf4j-simple-2.0.3.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Skeleton command: +# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/qos-ch/slf4j/archive/v_2.0.3.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild slf4j-simple-2.0.3.ebuild + +EAPI=8 + +JAVA_PKG_IUSE="doc source test" +MAVEN_ID="org.slf4j:slf4j-simple:2.0.3" +JAVA_TESTING_FRAMEWORKS="junit-4" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="SLF4J Simple binding" +HOMEPAGE="https://www.slf4j.org" +SRC_URI="https://github.com/qos-ch/slf4j/archive/v_${PV}.tar.gz -> slf4j-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +# Common dependencies +# POM: pom.xml +# org.slf4j:slf4j-api:2.0.3 -> >=dev-java/slf4j-api-2.0.3:0 + +CP_DEPEND="~dev-java/slf4j-api-${PV}:0" + +# Compile dependencies +# POM: pom.xml +# test? junit:junit:4.13.1 -> >=dev-java/junit-4.13.2:4 +# test? org.slf4j:slf4j-api:2.0.3 -> >=dev-java/slf4j-api-2.0.3:0 + +DEPEND=" + >=virtual/jdk-11:* + ${CP_DEPEND} + test? ( + ~dev-java/slf4j-api-${PV}:0 + ) +" + +RDEPEND=" + >=virtual/jre-1.8:* + ${CP_DEPEND} +" + +DOCS=( ../{README,SECURITY}.md ) + +S="${WORKDIR}/slf4j-v_${PV}/${PN}" + +JAVA_SRC_DIR=( src/main/java{,9} ) +JAVA_RESOURCE_DIRS="src/main/resources" + +JAVA_TEST_GENTOO_CLASSPATH="junit-4,slf4j-api" +JAVA_TEST_SRC_DIR="src/test/java" +JAVA_TEST_RESOURCE_DIRS="src/test/resources" + +JAVA_TEST_EXCLUDES=( + # This test is not run by "mvn test": + org.slf4j.testHarness.MultithreadedInitializationTest + # 2) multiThreadedInitialization(org.slf4j.simple.SimpleLoggerMultithreadedInitializationTest) + # java.lang.AssertionError: 644 < 623+21 + # at org.junit.Assert.fail(Assert.java:89) + # at org.junit.Assert.assertTrue(Assert.java:42) + # at org.slf4j.testHarness.MultithreadedInitializationTest.multiThreadedInitialization(MultithreadedInitializationTest.java:44) + org.slf4j.simple.SimpleLoggerMultithreadedInitializationTest +) + +src_test() { + JAVA_GENTOO_CLASSPATH_EXTRA=":../slf4j-api/src/test/java/" + java-pkg-simple_src_test +}