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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EDD013933E for ; Fri, 9 Jul 2021 13:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 556E2E0ABD; Fri, 9 Jul 2021 13:20:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B211E0ABD for ; Fri, 9 Jul 2021 13:20:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5F6B342AC9 for ; Fri, 9 Jul 2021 13:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68F3B581 for ; Fri, 9 Jul 2021 13:20:34 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1625836772.facc4e962b1ede45adace1c01c27a880a978d425.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bcutil/Manifest dev-java/bcutil/bcutil-1.69.ebuild dev-java/bcutil/metadata.xml X-VCS-Directories: dev-java/bcutil/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: facc4e962b1ede45adace1c01c27a880a978d425 X-VCS-Branch: master Date: Fri, 9 Jul 2021 13:20:34 +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: 3732f020-2eb2-4787-90ae-793ad8932140 X-Archives-Hash: 4741226e5af4842adf841e544db12fd8 commit: facc4e962b1ede45adace1c01c27a880a978d425 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Jun 29 17:23:24 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jul 9 13:19:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facc4e96 dev-java/bcutil: new package Bug: https://bugs.gentoo.org/797634 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/21479/commits/1cbdc2e7ab74e73740003a95154cfcfcc9d2e9a3 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/bcutil/Manifest | 1 + dev-java/bcutil/bcutil-1.69.ebuild | 58 ++++++++++++++++++++++++++++++++++++++ dev-java/bcutil/metadata.xml | 7 +++++ 3 files changed, 66 insertions(+) diff --git a/dev-java/bcutil/Manifest b/dev-java/bcutil/Manifest new file mode 100644 index 00000000000..b7586bb4667 --- /dev/null +++ b/dev-java/bcutil/Manifest @@ -0,0 +1 @@ +DIST bc-java-r1rv69.tar.gz 56587177 BLAKE2B be5321f48911840de70d3201c0436cf4147a25999abb605dc4c176ea9292796ca25633635d66dccab685a4bb162258c4495ccc764782119a0750ec1b7456a7db SHA512 5224f424faf549e8e3f2db1134e74647b09bebb654ed23bb0bcd493f065fdb3f2b4f2815be0137ebcc9d62b25a6725b7a26b76d55eb3ad014ad0ce92961126de diff --git a/dev-java/bcutil/bcutil-1.69.ebuild b/dev-java/bcutil/bcutil-1.69.ebuild new file mode 100644 index 00000000000..938f7b0a7f4 --- /dev/null +++ b/dev-java/bcutil/bcutil-1.69.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +JAVA_PKG_IUSE="doc source test" +MAVEN_ID="org.bouncycastle:bcutil-jdk15on:1.69" +JAVA_TESTING_FRAMEWORKS="junit-4" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls" +HOMEPAGE="https://www.bouncycastle.org/java.html" +SRC_URI="https://github.com/bcgit/bc-java/archive/refs/tags/r${PV/./rv}.tar.gz -> bc-java-r${PV/./rv}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +CDEPEND="~dev-java/bcprov-${PV}:0" +DEPEND="${CDEPEND} + >=virtual/jdk-1.8:*" +RDEPEND="${CDEPEND} + >=virtual/jre-1.8:*" + +DOCS=( ../{README,SECURITY}.md ) +HTML_DOCS=( ../{CONTRIBUTORS,index,LICENSE}.html ) + +S="${WORKDIR}/bc-java-r${PV/./rv}/util" + +JAVA_GENTOO_CLASSPATH="bcprov" +JAVA_SRC_DIR=( + "src/main/java" + "src/main/jdk1.9" # https://bugs.gentoo.org/797634 +) +# JAVA_RESOURCE_DIRS="src/main/resources" # Does not exist + +JAVA_TEST_GENTOO_CLASSPATH="junit-4" +JAVA_TEST_SRC_DIR="src/test/java" +JAVA_TEST_RESOURCE_DIRS="src/test/resources" + +JAVA_TEST_RUN_ONLY=( + "org.bouncycastle.asn1.util.test.AllTests" +) + +src_prepare() { + default + cd ../ || die + java-pkg_clean +} + +src_install() { + default + einstalldocs + docinto html + dodoc -r ../docs + java-pkg-simple_src_install +} diff --git a/dev-java/bcutil/metadata.xml b/dev-java/bcutil/metadata.xml new file mode 100644 index 00000000000..0d49beafc75 --- /dev/null +++ b/dev-java/bcutil/metadata.xml @@ -0,0 +1,7 @@ + + + + + java@gentoo.org + +