public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libksba/
Date: Tue, 27 Feb 2024 22:06:15 +0000 (UTC)	[thread overview]
Message-ID: <1709070284.7d60b74c5f7faa49f5ea9ff5d1676cd3d58ae4e0.sam@gentoo> (raw)

commit:     7d60b74c5f7faa49f5ea9ff5d1676cd3d58ae4e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 21:40:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 21:44:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d60b74c

dev-libs/libksba: add 1.6.6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libksba/Manifest             |  2 ++
 dev-libs/libksba/libksba-1.6.6.ebuild | 62 +++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/dev-libs/libksba/Manifest b/dev-libs/libksba/Manifest
index c7a00f97ed39..3204285fa2ac 100644
--- a/dev-libs/libksba/Manifest
+++ b/dev-libs/libksba/Manifest
@@ -1,2 +1,4 @@
 DIST libksba-1.6.5.tar.bz2 708400 BLAKE2B 934bde6412de6c1f3062b101930d7b2beac3f6e3f2fbeb5c964a6252b68a3b70c7cb3a48c7eac04b7f1d2ea3c717e1c7e164c1bc6113b46244b9dd130c64b540 SHA512 959312ac0bb2dabcdd22217266daccdf3938d62ff2936c767cade76888757ece1bb6fe79f2c679db03d1baf3919757265d0ded216fee8b8d235e94a70fcf05de
 DIST libksba-1.6.5.tar.bz2.sig 119 BLAKE2B 70f290ed44160af2882b5f2543965e3003dd0fd106ab6eaa1f7dfbb878d1f0402c16f3e802af6be589e501e17d0ead82c03afe73c8353b314c8cafb24e7d4a11 SHA512 e70f136edcf29bf931eccaf930e0ae644fd372e0a6f472599898d2fd5e44e64ab2cea63b0be2b1d9a468f73f607881dfdf06adfe6d1fc9ebd66b21e4c245f837
+DIST libksba-1.6.6.tar.bz2 708510 BLAKE2B 9985b16e946d6b407b5acbf005610cfb2f01d2a733ddff110e329dec8d95bd248cce6e9936d441676a4b06f031cc9122e26146a0f6d36cb343fb9ec16aef3627 SHA512 3b30bef9452ae0c52b4a52e9145fbd6dc57cf7a2b59302e3af063db6b45384e8ed7af62604efd7939b9e0cb5931e946b15609888e9699fafe4acbb0cbf138087
+DIST libksba-1.6.6.tar.bz2.sig 119 BLAKE2B ec4b72d612bb20c280316de7a66ffe697c65caf52e451621b42965d7d5b3e53577fc5b9c41ad5f5c09e42d90654d82afad8462f0baaf757e122fffedcd35d4ce SHA512 5ab4f890819ee3638660fa2ce529223e1798da53508d0cc2db5a9f0b21a242863037f5e81cdf2805e6cafb56e22412005f01cbe7b6344f3eb1a38f7cff98520d

diff --git a/dev-libs/libksba/libksba-1.6.6.ebuild b/dev-libs/libksba/libksba-1.6.6.ebuild
new file mode 100644
index 000000000000..6e94bee34900
--- /dev/null
+++ b/dev-libs/libksba/libksba-1.6.6.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Maintainers should:
+# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/
+# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159
+# (find the one for the current release then subscribe to it +
+# any subsequent ones linked within so you're covered for a while.)
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnupg.asc
+# in-source builds are not supported: https://dev.gnupg.org/T6313#166339
+inherit toolchain-funcs out-of-source verify-sig libtool
+
+DESCRIPTION="X.509 and CMS (PKCS#7) library"
+HOMEPAGE="https://www.gnupg.org/related_software/libksba"
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
+
+LICENSE="LGPL-3+ GPL-2+ GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.33"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	app-alternatives/yacc
+	verify-sig? ( sec-keys/openpgp-keys-gnupg )
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.6.0-no-fgrep-ksba-config.patch
+)
+
+src_prepare() {
+	default
+
+	elibtoolize  # necessary on Solaris for shared lib support
+}
+
+my_src_configure() {
+	export CC_FOR_BUILD="$(tc-getBUILD_CC)"
+
+	local myeconfargs=(
+		--disable-valgrind-tests
+		$(use_enable static-libs static)
+
+		GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
+		LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config"
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+my_src_install() {
+	default
+
+	# People need to use ksba-config for --cflags and --libs
+	find "${ED}" -type f -name '*.la' -delete || die
+}


             reply	other threads:[~2024-02-27 22:06 UTC|newest]

Thread overview: 140+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27 22:06 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02  2:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libksba/ Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-06-23  1:49 Sam James
2024-04-24 10:45 Sam James
2024-03-19  3:42 Ionen Wolkens
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-02-27 22:06 Sam James
2024-01-03  2:20 Ionen Wolkens
2023-12-22  7:21 Arthur Zamarin
2023-12-21 16:01 Arthur Zamarin
2023-12-21 15:15 Sam James
2023-12-21 14:12 Arthur Zamarin
2023-12-21 12:56 Sam James
2023-12-21 12:56 Sam James
2023-12-21 11:55 Sam James
2023-12-01 19:47 Arthur Zamarin
2023-11-17  3:36 Sam James
2023-09-22 20:52 Sam James
2023-09-22 20:25 Sam James
2023-09-22 20:25 Sam James
2023-09-22 20:25 Sam James
2023-09-22 20:25 Sam James
2023-09-22 18:37 Arthur Zamarin
2023-08-21 19:39 Sam James
2023-08-04 20:20 Arthur Zamarin
2023-08-02  5:04 Arthur Zamarin
2023-07-24 12:07 Jakov Smolić
2023-06-19 21:28 Sam James
2023-06-07 19:34 Fabian Groffen
2023-05-04 12:05 Sam James
2022-12-21  2:23 Sam James
2022-12-20  9:38 Sam James
2022-12-20  9:14 Sam James
2022-12-20  9:11 Sam James
2022-12-20  9:11 Sam James
2022-12-20  9:11 Sam James
2022-12-20  9:11 Sam James
2022-12-20  8:57 Sam James
2022-12-20  8:57 Sam James
2022-12-20  8:15 Sam James
2022-10-20 10:56 Jakov Smolić
2022-10-18 10:23 Agostino Sarubbo
2022-10-18  5:42 Sam James
2022-10-17 19:23 Sam James
2022-10-17 17:38 Arthur Zamarin
2022-10-17 17:30 Arthur Zamarin
2022-10-17 17:26 Arthur Zamarin
2022-10-17 16:49 Sam James
2022-10-08 12:54 Sam James
2022-09-16 23:25 Sam James
2022-09-11 17:49 Sam James
2022-08-10 13:05 Sam James
2022-06-29  7:26 Sam James
2022-06-15  8:09 Agostino Sarubbo
2022-06-15  7:16 Agostino Sarubbo
2022-06-14 10:07 Agostino Sarubbo
2022-06-14  7:32 Agostino Sarubbo
2022-06-14  7:15 Agostino Sarubbo
2022-06-14  7:06 Jakov Smolić
2022-06-14  5:54 Jakov Smolić
2022-06-14  5:54 Jakov Smolić
2021-08-16 20:35 James Le Cuirot
2021-06-12 15:43 Sam James
2021-06-12 15:43 Sam James
2021-06-11 20:39 Sergei Trofimovich
2021-06-11  8:56 Agostino Sarubbo
2021-06-11  8:55 Agostino Sarubbo
2021-06-11  8:50 Agostino Sarubbo
2021-06-11  2:23 Sam James
2021-06-11  2:23 Sam James
2021-06-10 22:21 Sam James
2021-06-10 19:17 Lars Wendler
2021-04-07  6:42 Lars Wendler
2021-04-07  6:42 Lars Wendler
2021-03-27 16:04 Sam James
2021-03-26 18:36 Sam James
2021-03-26 15:14 Agostino Sarubbo
2021-03-26 12:08 Agostino Sarubbo
2021-03-26 11:34 Sam James
2021-03-26  0:08 Sam James
2021-03-26  0:08 Sam James
2021-03-25 23:42 Sam James
2021-03-25 17:52 Sergei Trofimovich
2020-12-27 14:21 Fabian Groffen
2020-11-19  9:36 Lars Wendler
2020-05-20 19:14 Lars Wendler
2020-01-13 12:52 Mikle Kolyada
2020-01-09 10:56 Kristian Fiskerstrand
2020-01-09  9:22 Lars Wendler
2019-05-04 18:29 Andreas K. Hüttel
2018-10-29  8:50 Alon Bar-Lev
2018-10-06  0:32 Alon Bar-Lev
2018-10-05 19:27 Alon Bar-Lev
2018-06-03 10:01 Mikle Kolyada
2017-04-11  6:52 Alon Bar-Lev
2017-04-11  6:43 Jeroen Roovers
2017-03-25 18:11 Alon Bar-Lev
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 11:31 Michael Weber
2017-03-20 12:28 Agostino Sarubbo
2017-03-20  6:17 Matt Turner
2017-03-20  6:17 Matt Turner
2017-03-20  6:17 Matt Turner
2017-03-20  6:17 Matt Turner
2017-03-20  1:05 Matt Turner
2017-02-24  4:16 Mike Frysinger
2017-01-29 16:19 Fabian Groffen
2016-11-11 16:01 Alon Bar-Lev
2016-09-29 13:28 Agostino Sarubbo
2016-09-29 12:35 Agostino Sarubbo
2016-09-29  9:35 Agostino Sarubbo
2016-09-29  8:40 Agostino Sarubbo
2016-09-24 19:20 Markus Meier
2016-09-23  7:18 Alon Bar-Lev
2016-09-19 13:32 Jeroen Roovers
2016-09-16 17:15 Tobias Klausmann
2016-09-13 11:37 Agostino Sarubbo
2016-09-13  0:13 Thomas Deutschmann
2016-07-08 12:02 Agostino Sarubbo
2016-07-08 10:02 Agostino Sarubbo
2016-07-08  7:53 Agostino Sarubbo
2016-06-27  8:47 Agostino Sarubbo
2016-06-21 11:32 Jeroen Roovers
2016-06-10 13:01 Agostino Sarubbo
2016-06-07  6:33 Jeroen Roovers
2016-06-06  7:52 Tobias Klausmann
2016-05-11  9:27 Alon Bar-Lev

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=1709070284.7d60b74c5f7faa49f5ea9ff5d1676cd3d58ae4e0.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