From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcmail/
Date: Thu, 10 Oct 2024 10:29:20 +0000 (UTC) [thread overview]
Message-ID: <1728556154.5957a807d31f3936ebd3d2c8b4a777413d760351.fordfrog@gentoo> (raw)
commit: 5957a807d31f3936ebd3d2c8b4a777413d760351
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Oct 1 07:16:47 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 10:29:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5957a807
dev-java/bcmail: add 1.78.1
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/38836/commits/0115034eea1b3a555e53f05585b1ba3e7cfd37c3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/bcmail/Manifest | 1 +
dev-java/bcmail/bcmail-1.78.1.ebuild | 65 ++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/dev-java/bcmail/Manifest b/dev-java/bcmail/Manifest
index 680d64e45a8b..8ef473abdcc8 100644
--- a/dev-java/bcmail/Manifest
+++ b/dev-java/bcmail/Manifest
@@ -1 +1,2 @@
DIST bc-java-r1rv77.tar.gz 31402744 BLAKE2B 1ca1e1dac1ed3d613ae66f08cd8a954e63d43a49ed402f5bd7c30cf1f0830ad29104aa91a9a0a3cbbb5ea750392bc285172a1ab38f2aba1600fa3ca4c469b4f5 SHA512 d75a0ce94bd006499eef9393491347ae70544643c93c2f7591df3ff0179bd477a5066891c7c3bdeb09bd693093c9dc7d29c48462a1d539e464cbf2ee9c1dfce4
+DIST bc-java-r1rv78v1.tar.gz 47211344 BLAKE2B 6d28e69db8ad0043a5cd6c0a4f6901ff40884be4baf60ee40d4cb5487d799e6ac5ef4282b5d6e7f873e45607394890dd26e3150c9c1729bd5346d9cc8f30f240 SHA512 87e6ecd6fea47877d9d7a196f58c5b45a7f026f18f17b71d4155061fad024194c30ce0fc44ea3e879b17f310a6626407f345a8e8970781afec4551f2aa688223
diff --git a/dev-java/bcmail/bcmail-1.78.1.ebuild b/dev-java/bcmail/bcmail-1.78.1.ebuild
new file mode 100644
index 000000000000..98998b58cd38
--- /dev/null
+++ b/dev-java/bcmail/bcmail-1.78.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 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:bcmail-jdk18on:${PV}"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols"
+HOMEPAGE="https://www.bouncycastle.org/java.html"
+MY_PV="r$(ver_rs 1 'rv' 2 'v')"
+SRC_URI="https://github.com/bcgit/bc-java/archive/${MY_PV}.tar.gz -> bc-java-${MY_PV}.tar.gz"
+S="${WORKDIR}/bc-java-${MY_PV}/mail"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+CP_DEPEND="
+ ~dev-java/bcpkix-${PV}:0
+ ~dev-java/bcprov-${PV}:0
+ ~dev-java/bcutil-${PV}:0
+ dev-java/javax-mail:0
+"
+
+DEPEND="
+ ${CP_DEPEND}
+ dev-java/jakarta-activation:1
+ >=virtual/jdk-11:*
+"
+
+RDEPEND="
+ ${CP_DEPEND}
+ >=virtual/jre-1.8:*
+"
+
+DOCS=( ../{README,SECURITY}.md )
+HTML_DOCS=( ../{CONTRIBUTORS,index}.html )
+
+JAVA_AUTOMATIC_MODULE_NAME="org.bouncycastle.mail"
+JAVA_CLASSPATH_EXTRA="jakarta-activation-1"
+JAVA_RESOURCE_DIRS="src/main/resources"
+JAVA_SRC_DIR=(
+ "src/main/java"
+ "src/main/jdk1.9"
+)
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_RESOURCE_DIRS=( "src/test/resources" "../pkix/src/main/resources" )
+JAVA_TEST_RUN_ONLY="org.bouncycastle.mail.smime.test.AllTests"
+JAVA_TEST_SRC_DIR="src/test/java"
+
+src_prepare() {
+ java-pkg-2_src_prepare
+ java-pkg_clean ..
+}
+
+src_install() {
+ docinto html
+ dodoc -r ../docs
+ java-pkg-simple_src_install
+}
next reply other threads:[~2024-10-10 10:29 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-10 10:29 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 9:13 [gentoo-commits] repo/gentoo:master commit in: dev-java/bcmail/ Miroslav Šulc
2024-11-04 7:18 Miroslav Šulc
2024-11-03 13:31 Michał Górny
2024-11-03 4:40 Sam James
2024-11-02 22:51 Sam James
2024-01-30 9:13 Miroslav Šulc
2024-01-06 21:52 Miroslav Šulc
2024-01-06 8:11 Sam James
2024-01-06 8:11 Sam James
2023-12-07 10:37 Miroslav Šulc
2023-10-28 8:23 Miroslav Šulc
2023-10-26 13:04 Sam James
2023-10-20 20:18 Arthur Zamarin
2023-10-19 13:37 Sam James
2023-10-19 12:17 Sam James
2023-09-19 14:10 Miroslav Šulc
2022-12-15 8:43 Miroslav Šulc
2022-12-15 4:23 Arthur Zamarin
2022-12-15 4:23 Arthur Zamarin
2022-12-15 2:05 Sam James
2022-12-15 2:05 Sam James
2022-11-14 14:48 Florian Schmaus
2022-07-09 13:00 Arthur Zamarin
2022-07-09 12:35 Arthur Zamarin
2022-07-07 6:35 Agostino Sarubbo
2022-07-07 6:34 Agostino Sarubbo
2022-07-06 8:40 Arthur Zamarin
2022-05-22 17:57 Florian Schmaus
2022-03-08 13:05 Florian Schmaus
2022-03-06 23:49 Sam James
2022-03-06 10:12 Jakov Smolić
2022-03-02 9:08 Agostino Sarubbo
2022-03-01 11:29 Agostino Sarubbo
2022-01-27 17:34 Florian Schmaus
2021-11-26 7:53 Miroslav Šulc
2021-11-25 4:11 Sam James
2021-11-25 2:06 Sam James
2021-08-11 19:11 Sam James
2021-08-09 0:31 Sam James
2021-07-09 13:26 Miroslav Šulc
2021-06-30 11:29 Miroslav Šulc
2021-06-07 8:52 Miroslav Šulc
2021-06-05 6:50 Miroslav Šulc
2020-07-25 2:21 Sam James
2018-03-01 8:39 Michał Górny
2017-07-13 17:27 Alexis Ballier
2017-07-05 9:56 Patrice Clement
2017-07-05 9:56 Patrice Clement
2015-10-24 14:16 Patrice Clement
2015-10-24 14:16 Patrice Clement
2015-10-17 15:16 Patrice Clement
2015-10-17 15:16 Patrice Clement
2015-10-17 15:16 Patrice Clement
2015-10-16 9:19 Patrice Clement
2015-10-08 22:11 Patrice Clement
2015-10-08 22:11 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1728556154.5957a807d31f3936ebd3d2c8b4a777413d760351.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox