From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pkcs11-helper/
Date: Sat, 21 Jun 2025 17:46:31 +0000 (UTC) [thread overview]
Message-ID: <1750527960.060a0255eefd8b2f15c1dad1d934ac964b01d731.sam@gentoo> (raw)
commit: 060a0255eefd8b2f15c1dad1d934ac964b01d731
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 17:45:26 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 17:46:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060a0255
dev-libs/pkcs11-helper: add 1.30.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/pkcs11-helper/Manifest | 1 +
dev-libs/pkcs11-helper/pkcs11-helper-1.30.0.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-libs/pkcs11-helper/Manifest b/dev-libs/pkcs11-helper/Manifest
index 9db4112de573..06877cf085e4 100644
--- a/dev-libs/pkcs11-helper/Manifest
+++ b/dev-libs/pkcs11-helper/Manifest
@@ -1 +1,2 @@
DIST pkcs11-helper-1.29.0.tar.bz2 422549 BLAKE2B fec72ac82f1545fc50f80b5b28db12906df32fa3bc65f80541d8bee7f1d1c8062f1f0516344237424022c01d4f390e8a72e3e0262250f3b6c51df92c768d81ee SHA512 c530f5a4b5826a02bfe787a1293a7595d5a0d6348daa16675bd10c6d6734b1f24a3cc73b5b89433cf1edf8815f8b7298fdfd1ed686f096bb5edfb425e9430eb2
+DIST pkcs11-helper-1.30.0.tar.bz2 423196 BLAKE2B bf54d9bd2b416df9ef08316f2da3264cef047201914e084d65d9fd897425e15fc5162177de93ad33c4e6c35f45c10aa5dd26c42aabba6c8bf5ca5e5fa5c18914 SHA512 19fba76e41210cc17f9efa4501d0214d4a5c777ab7b2671888fd280b150bae4a6b190c7f47fb783015f9aa40d409fd6087264e531d6f28d0bed4293dcbf8bdd5
diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.30.0.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.30.0.ebuild
new file mode 100644
index 000000000000..295abdf115cb
--- /dev/null
+++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.30.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="PKCS#11 helper library"
+HOMEPAGE="https://github.com/OpenSC/pkcs11-helper"
+SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.bz2"
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="doc gnutls nss test"
+# Fails trying to load /usr/lib/pkcs11/provider.so?
+RESTRICT="!test? ( test ) test"
+
+RDEPEND="
+ >=dev-libs/openssl-0.9.7:=
+ gnutls? ( >=net-libs/gnutls-1.4.4:= )
+ nss? ( dev-libs/nss )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( >=app-text/doxygen-1.4.7 )
+"
+
+src_configure() {
+ local myeconfargs=(
+ --disable-crypto-engine-polarssl
+ --disable-crypto-engine-mbedtls
+ $(use_enable doc)
+ $(use_enable gnutls crypto-engine-gnutls)
+ $(use_enable nss crypto-engine-nss)
+ $(use_enable test tests)
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+
+ # bug #555262
+ rm "${ED}"/usr/share/doc/${PF}/COPYING.{BSD,GPL} || die
+
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2025-06-21 17:46 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-21 17:46 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-09 17:46 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pkcs11-helper/ Sam James
2022-12-18 12:28 Sam James
2022-12-18 11:44 Sam James
2022-12-18 11:41 Sam James
2022-12-18 11:32 Sam James
2022-06-28 4:18 WANG Xuerui
2022-05-06 7:47 Sam James
2022-05-06 7:47 Sam James
2021-12-16 0:09 Sam James
2021-12-03 4:50 Sam James
2021-11-25 18:09 Arthur Zamarin
2021-11-24 16:46 Sam James
2021-11-24 6:36 Arthur Zamarin
2021-11-24 6:36 Arthur Zamarin
2021-11-24 6:36 Arthur Zamarin
2021-11-24 6:36 Arthur Zamarin
2021-07-24 23:02 Marek Szuba
2021-05-01 7:29 Mikle Kolyada
2019-07-26 16:38 Aaron Bauman
2019-01-07 19:15 Lars Wendler
2018-09-27 23:55 Alon Bar-Lev
2018-09-07 21:08 Alon Bar-Lev
2018-09-07 20:23 Matt Turner
2018-08-30 20:07 Markus Meier
2018-08-22 18:02 Alon Bar-Lev
2018-08-19 7:26 Matt Turner
2018-08-18 22:31 Sergei Trofimovich
2018-08-18 22:24 Sergei Trofimovich
2018-08-17 0:27 Mikle Kolyada
2018-08-16 13:21 Alon Bar-Lev
2018-08-16 0:39 Thomas Deutschmann
2018-08-04 19:10 Alon Bar-Lev
2018-06-15 10:06 Alon Bar-Lev
2018-06-02 19:03 Alon Bar-Lev
2017-07-29 11:37 Alon Bar-Lev
2017-06-19 22:05 Alexis Ballier
2017-03-25 18:11 Alon Bar-Lev
2017-03-15 18:29 Alon Bar-Lev
2017-03-15 15:15 Michael Weber
2017-03-15 6:01 Jeroen Roovers
2017-03-11 17:07 Agostino Sarubbo
2017-03-08 6:03 Markus Meier
2017-03-04 14:02 Agostino Sarubbo
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo
2017-03-03 19:14 Tobias Klausmann
2017-01-06 7:13 Alon Bar-Lev
2016-12-08 16:13 Alon Bar-Lev
2015-10-05 8:45 Julian Ospald
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=1750527960.060a0255eefd8b2f15c1dad1d934ac964b01d731.sam@gentoo \
--to=sam@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