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 54355158091 for ; Mon, 6 Jun 2022 07:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E05AE08FA; Mon, 6 Jun 2022 07:42:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 19B9BE08F6 for ; Mon, 6 Jun 2022 07:42:34 +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 0BC9D341868 for ; Mon, 6 Jun 2022 07:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67BF64F2 for ; Mon, 6 Jun 2022 07:42:31 +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: <1654501344.d5889c07cf8fcdf0f46fec406b8334553e8e355c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcpkix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bcpkix/bcpkix-1.71.ebuild X-VCS-Directories: dev-java/bcpkix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d5889c07cf8fcdf0f46fec406b8334553e8e355c X-VCS-Branch: master Date: Mon, 6 Jun 2022 07:42:31 +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: 87bd36b5-3ebe-4454-ba47-a3205296adfb X-Archives-Hash: 17f7fcc1cb304dfad14cb40ac0e77231 commit: d5889c07cf8fcdf0f46fec406b8334553e8e355c Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Jun 6 06:54:30 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jun 6 07:42:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5889c07 dev-java/bcpkix: drop 1.71 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/25766 Signed-off-by: Florian Schmaus gentoo.org> dev-java/bcpkix/bcpkix-1.71.ebuild | 115 ------------------------------------- 1 file changed, 115 deletions(-) diff --git a/dev-java/bcpkix/bcpkix-1.71.ebuild b/dev-java/bcpkix/bcpkix-1.71.ebuild deleted file mode 100644 index 3e0980f66f7f..000000000000 --- a/dev-java/bcpkix/bcpkix-1.71.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# 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="org.bouncycastle:bcpkix-jdk18on:1.71" -JAVA_TESTING_FRAMEWORKS="junit-4" - -inherit java-pkg-2 java-pkg-simple check-reqs - -DESCRIPTION="Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation" -HOMEPAGE="https://www.bouncycastle.org/java.html" -SRC_URI="https://github.com/bcgit/bc-java/archive/r${PV/./rv}.tar.gz -> bc-java-r${PV/./rv}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -# 1) testSANMismatchIP(org.bouncycastle.est.test.TestHostNameAuthorizer) -# org.bouncycastle.est.ESTException: localhost.me: Temporary failure in name resolution HTTP Status Code: 0 -PROPERTIES="test_network" -RESTRICT="test" - -CDEPEND=" - ~dev-java/bcprov-${PV}:0 - ~dev-java/bcutil-${PV}:0 - " -DEPEND="${CDEPEND} - >=virtual/jdk-11:*" -RDEPEND="${CDEPEND} - >=virtual/jre-1.8:*" - -DOCS=( ../{README,SECURITY}.md ) -HTML_DOCS=( ../{CONTRIBUTORS,index}.html ) - -S="${WORKDIR}/bc-java-r${PV/./rv}/pkix" - -JAVA_GENTOO_CLASSPATH="bcprov,bcutil" -JAVA_SRC_DIR=( - "src/main/java" - "src/main/jdk1.9" # https://bugs.gentoo.org/797634 -) - -JAVA_TEST_GENTOO_CLASSPATH="junit-4" -JAVA_TEST_SRC_DIR="src/test/java" -JAVA_TEST_RESOURCE_DIRS="src/test/resources" - -JAVA_TEST_EXTRA_ARGS="-Dbc.test.data.home=${S}/../core/src/test/data" - -# There was 1 failure: -# 1) testSimpleTests(org.bouncycastle.cert.test.AllTests) -# junit.framework.AssertionFailedError: CertTest: -# CertTest: 9 failed - exception java.security.InvalidKeyException: cannot identify EdDSA public key -# at junit.framework.Assert.fail(Assert.java:57) -# at junit.framework.TestCase.fail(TestCase.java:223) -# at org.bouncycastle.cert.test.AllTests.testSimpleTests(AllTests.java:30) -# -# FAILURES!!! -# Tests run: 474, Failures: 1 -JAVA_TEST_RUN_ONLY=( - "org.bouncycastle.cert.cmp.test.AllTests" - "org.bouncycastle.cert.crmf.test.AllTests" - "org.bouncycastle.cert.ocsp.test.AllTests" - "org.bouncycastle.cert.path.test.AllTests" -# "org.bouncycastle.cert.test.AllTests" - "org.bouncycastle.cms.test.AllTests" - "org.bouncycastle.dvcs.test.AllTests" - "org.bouncycastle.eac.test.AllTests" - "org.bouncycastle.est.test.AllTests" - "org.bouncycastle.mime.test.AllTests" - "org.bouncycastle.mozilla.test.AllTests" - "org.bouncycastle.openssl.test.AllTests" - "org.bouncycastle.operator.test.AllTests" - "org.bouncycastle.pkcs.test.AllTests" - "org.bouncycastle.tsp.test.AllTests" -) - -# https://bugs.gentoo.org/823347 -check_env() { - if use test; then - # this is needed only for tests - CHECKREQS_MEMORY="2048M" - check-reqs_pkg_pretend - fi -} - -# https://bugs.gentoo.org/823347 -pkg_pretend() { - check_env -} - -# https://bugs.gentoo.org/823347 -pkg_setup() { - check_env -} - -src_prepare() { - default - java-pkg_clean .. -} - -# https://bugs.gentoo.org/823347 -src_test() { - JAVA_TEST_EXTRA_ARGS+=" -Xmx${CHECKREQS_MEMORY}" - java-pkg-simple_src_test -} - -src_install() { - default - einstalldocs - docinto html - dodoc -r ../docs - java-pkg-simple_src_install -}