From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpg-error/
Date: Wed, 13 Nov 2024 17:37:22 +0000 (UTC) [thread overview]
Message-ID: <1731519405.fae1674a0d9e7433625c9c3811e725924cb8666e.sam@gentoo> (raw)
commit: fae1674a0d9e7433625c9c3811e725924cb8666e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 17:04:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 17:36:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae1674a
dev-libs/libgpg-error: add 1.51
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libgpg-error/Manifest | 2 +
dev-libs/libgpg-error/libgpg-error-1.51.ebuild | 89 ++++++++++++++++++++++++++
2 files changed, 91 insertions(+)
diff --git a/dev-libs/libgpg-error/Manifest b/dev-libs/libgpg-error/Manifest
index ebb2837e3317..a7417773ca1b 100644
--- a/dev-libs/libgpg-error/Manifest
+++ b/dev-libs/libgpg-error/Manifest
@@ -6,3 +6,5 @@ DIST libgpg-error-1.49.tar.bz2 1081175 BLAKE2B f1d7ce3c8b32a1a98495576b4ed7bf938
DIST libgpg-error-1.49.tar.bz2.sig 238 BLAKE2B ff9b3adbbd587afc09e4b7bc58bfa63446f92b7a42baa541e564ee52d88434bca621686f6db6312e8cd8b81f458ce9ee6307c0e6700ab3dc7d7a46d003c934cc SHA512 39d45939c17755e3dd126506d758a1a86f66827616f270c5b663df50e55692e2ef4f27e6e12a7eb1dbe44afc03b415f1fcb3160990b75980cafe6d9cd5a55ed2
DIST libgpg-error-1.50.tar.bz2 1082003 BLAKE2B 621d9a604585daa1fbd08aaa94f3b177f6265046ccf452317e126e73079c567c555cbb8ab8b63e09b76bdf4f11a1aad7effd118651fe9e9cbcf01229f20ab297 SHA512 96e466d892a50843af6d7c08c0da602518bc6a28836bfc35f0a28cde74d368f57c5c70c65f0f41edb4fc1ca5ebd00f2ece531d8b3eb1bd6db566adbb29bc61ff
DIST libgpg-error-1.50.tar.bz2.sig 119 BLAKE2B ee3a8e9221d4df8b37ceef70240ecf79efef045cfbde67f6a8bbc0f58dfa4955ed5a75e3cd31de7644707049919b154c1d9607e370dec7e8f2b0b6cb1b997beb SHA512 02e29838be3225f4894bcebd2c53355a98f5857baa4e9f8a78227a03f849677c35b1d2d009610badd6540dcfe5378b5365abcae77d29ba2d95dd252e9c93c893
+DIST libgpg-error-1.51.tar.bz2 1085510 BLAKE2B 8727a993fb5e589beceafce9d06d843b28ceff80398c33a5655608bdcd3d92ee363389bc209a1dff675b9f78d56f13b78d77e55696c0736612b09275ae0da7f3 SHA512 4489f615c6a0389577a7d1fd7d3917517bb2fe032abd9a6d87dfdbd165dabcf53f8780645934020bf27517b67a064297475888d5b368176cf06bc22f1e735e2b
+DIST libgpg-error-1.51.tar.bz2.sig 119 BLAKE2B 34bacbe1923aebc015ea1b975616836dd80278c8edc293474f83633fef59326edfe4043419729de4c8f26c49a6292f7d13a23c3ccda8aea3d1923913df616a5e SHA512 fc793d674c0f5b26efdc71a4420e9743e9dcf8ab646577be3561dc46f15343be42991cf3fe5c49d049f49e929618e7c05dbd32f9e4ceb1d58b90263058621a9e
diff --git a/dev-libs/libgpg-error/libgpg-error-1.51.ebuild b/dev-libs/libgpg-error/libgpg-error-1.51.ebuild
new file mode 100644
index 000000000000..1ef943033047
--- /dev/null
+++ b/dev-libs/libgpg-error/libgpg-error-1.51.ebuild
@@ -0,0 +1,89 @@
+# 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
+inherit libtool multilib-minimal toolchain-funcs verify-sig
+
+DESCRIPTION="Contains error handling functions used by GnuPG software"
+HOMEPAGE="https://www.gnupg.org/related_software/libgpg-error/"
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="common-lisp nls static-libs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ nls? ( sys-devel/gettext )
+ verify-sig? ( sec-keys/openpgp-keys-gnupg )
+"
+
+MULTILIB_WRAPPED_HEADERS=(
+ /usr/include/gpg-error.h
+ /usr/include/gpgrt.h
+)
+
+MULTILIB_CHOST_TOOLS=(
+ /usr/bin/gpg-error-config
+ /usr/bin/gpgrt-config
+)
+
+src_prepare() {
+ default
+ elibtoolize
+
+ if use prefix ; then
+ # don't hardcode /usr/xpg4/bin/sh as shell on Solaris
+ sed -i -e 's:INSTALLSHELLPATH=/usr/xpg4/bin/sh:INSTALLSHELLPATH=/bin/sh:g' configure.ac configure || die
+ fi
+
+ # This check breaks multilib
+ cat <<-EOF > src/gpg-error-config-test.sh.in || die
+ #!@INSTALLSHELLPATH@
+ exit 0
+ EOF
+
+ # only necessary for as long as we run eautoreconf, configure.ac
+ # uses ./autogen.sh to generate PACKAGE_VERSION, but autogen.sh is
+ # not a pure /bin/sh script, so it fails on some hosts
+ #sed -i -e "1s:.*:#\!${BASH}:" autogen.sh || die
+ #eautoreconf
+}
+
+multilib_src_configure() {
+ local myeconfargs=(
+ $(multilib_is_native_abi || echo --disable-languages)
+ $(use_enable common-lisp languages)
+ $(use_enable nls)
+ # required for sys-power/suspend[crypt], bug 751568
+ $(use_enable static-libs static)
+ $(use_enable test tests)
+
+ # See bug #699206 and its duplicates wrt gpgme-config
+ # Upstream no longer install this by default and we should
+ # seek to disable it at some point.
+ --enable-install-gpg-error-config
+
+ --enable-threads
+ CC_FOR_BUILD="$(tc-getBUILD_CC)"
+ $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
+ )
+ ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+ einstalldocs
+ find "${ED}" -type f -name '*.la' -delete || die
+}
next reply other threads:[~2024-11-13 17:37 UTC|newest]
Thread overview: 183+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 17:37 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 3:40 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpg-error/ Matt Turner
2025-01-12 14:22 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:16 Sam James
2024-10-15 5:22 Sam James
2024-10-13 11:06 Sam James
2024-10-08 21:50 Jakov Smolić
2024-10-05 13:58 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-05 12:10 Arthur Zamarin
2024-10-05 10:11 Sam James
2024-06-25 1:56 Sam James
2024-06-25 1:32 Sam James
2024-06-25 1:32 Sam James
2024-06-25 1:32 Sam James
2024-05-25 15:10 Michał Górny
2024-05-24 6:29 Sam James
2024-05-24 6:29 Sam James
2024-05-24 6:29 Sam James
2024-05-24 6:29 Sam James
2024-05-24 6:29 Sam James
2024-05-24 6:29 Sam James
2024-05-24 6:13 Sam James
2024-04-29 7:51 Jakov Smolić
2024-04-29 7:51 Jakov Smolić
2024-04-26 0:14 Sam James
2024-03-04 3:00 Sam James
2023-12-17 14:09 Arthur Zamarin
2023-12-15 12:56 Arthur Zamarin
2023-12-15 10:32 Arthur Zamarin
2023-12-15 8:29 Sam James
2023-12-15 7:42 Sam James
2023-12-15 7:14 Sam James
2023-12-15 7:14 Sam James
2023-10-01 7:34 Sam James
2023-06-29 6:18 Sam James
2023-06-17 19:44 Arthur Zamarin
2023-06-17 16:52 Sam James
2023-06-17 11:23 Arthur Zamarin
2023-06-17 9:03 Arthur Zamarin
2023-06-17 8:29 Arthur Zamarin
2023-06-17 6:12 Sam James
2023-04-07 10:07 Sam James
2023-04-01 17:18 Sam James
2022-11-30 7:07 Sam James
2022-11-18 11:07 Arthur Zamarin
2022-11-18 6:52 Arthur Zamarin
2022-11-18 6:52 Arthur Zamarin
2022-11-18 6:45 Sam James
2022-11-18 6:45 Sam James
2022-11-18 6:38 Arthur Zamarin
2022-11-18 6:38 Arthur Zamarin
2022-11-18 6:38 Arthur Zamarin
2022-10-09 21:12 Sam James
2022-10-09 21:12 Sam James
2022-10-09 1:14 Andreas K. Hüttel
2022-10-08 12:54 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ć
2022-05-17 5:34 Sam James
2022-04-07 11:18 Lars Wendler
2022-04-07 11:18 Lars Wendler
2021-11-04 17:23 Lars Wendler
2021-06-13 10:46 Sergei Trofimovich
2021-06-13 6:04 Sam James
2021-06-13 6:04 Sam James
2021-06-12 16:07 Sam James
2021-06-12 15:56 Sam James
2021-06-12 13:46 Sam James
2021-06-12 13:46 Sam James
2021-06-12 13:46 Sam James
2021-03-28 11:29 Sergei Trofimovich
2021-03-28 10:17 Mikle Kolyada
2021-03-28 10:02 Agostino Sarubbo
2021-03-26 20:39 Agostino Sarubbo
2021-03-26 15:31 Agostino Sarubbo
2021-03-26 14:26 Agostino Sarubbo
2021-03-26 13:40 Agostino Sarubbo
2021-03-25 17:52 Sergei Trofimovich
2021-03-22 19:43 Lars Wendler
2021-03-22 19:43 Lars Wendler
2021-02-17 22:11 Sam James
2021-01-06 10:21 Fabian Groffen
2021-01-02 22:33 David Seifert
2020-12-26 21:28 Sam James
2020-12-26 21:28 Sam James
2020-12-22 11:43 Lars Wendler
2020-09-20 13:32 Mikle Kolyada
2020-08-31 22:01 Sam James
2020-08-24 22:59 Thomas Deutschmann
2020-08-19 8:31 Sergei Trofimovich
2020-08-19 3:11 Sam James
2020-08-18 16:52 Agostino Sarubbo
2020-08-17 14:07 Agostino Sarubbo
2020-08-17 13:52 Agostino Sarubbo
2020-08-17 13:50 Agostino Sarubbo
2020-08-17 4:33 Sam James
2020-06-15 14:22 Mike Gilbert
2020-05-30 8:29 Lars Wendler
2020-01-13 12:52 Mikle Kolyada
2020-01-09 10:56 Kristian Fiskerstrand
2020-01-09 9:11 Lars Wendler
2020-01-09 9:11 Lars Wendler
2019-07-15 19:10 Sergei Trofimovich
2019-06-09 17:53 Fabian Groffen
2019-05-04 11:41 Mikle Kolyada
2019-05-02 21:40 Mikle Kolyada
2019-04-28 20:34 Thomas Deutschmann
2019-04-28 13:03 Sergei Trofimovich
2019-04-28 9:38 Mikle Kolyada
2019-04-28 7:42 Sergei Trofimovich
2019-04-27 15:48 Sergei Trofimovich
2019-04-27 8:47 Sergei Trofimovich
2019-04-26 20:40 Mikle Kolyada
2019-04-26 0:05 Aaron Bauman
2019-04-25 19:45 Mikle Kolyada
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-07-28 9:40 Jeroen Roovers
2018-07-22 0:32 Mikle Kolyada
2018-07-15 13:04 Kristian Fiskerstrand
2018-07-07 10:47 Markus Meier
2018-06-26 10:19 Tobias Klausmann
2018-06-19 14:30 Mart Raudsepp
2018-06-18 18:31 Sergei Trofimovich
2018-06-17 23:29 Thomas Deutschmann
2018-06-15 9:35 Sergei Trofimovich
2018-06-14 10:57 Mikle Kolyada
2018-04-18 20:14 Alon Bar-Lev
2018-01-03 19:28 Alon Bar-Lev
2017-04-12 19:30 Mike Frysinger
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 13:10 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-03-03 5:57 Alon Bar-Lev
2017-03-02 23:41 Kristian Fiskerstrand
2017-03-02 19:33 Kristian Fiskerstrand
2017-03-02 19:33 Kristian Fiskerstrand
2017-01-18 14:52 Alon Bar-Lev
2016-12-26 21:15 Kristian Fiskerstrand
2016-11-28 23:06 Thomas Deutschmann
2016-11-19 13:21 Kristian Fiskerstrand
2016-11-10 6:20 Mike Frysinger
2016-09-27 18:40 Markus Meier
2016-09-25 20:07 Jeroen Roovers
2016-09-21 17:48 Tobias Klausmann
2016-07-27 20:33 Markus Meier
2016-07-26 13:18 Tobias Klausmann
2016-07-24 17:31 Jeroen Roovers
2016-07-14 18:01 Kristian Fiskerstrand
2016-06-08 18:46 Mike Frysinger
2016-05-22 16:13 Kristian Fiskerstrand
2016-02-29 8:46 Stephen Klimaszewski
2016-01-19 21:23 Manuel Rüger
2015-09-24 7:59 Agostino Sarubbo
2015-09-11 14:51 Tobias Klausmann
2015-09-10 6:07 Alon Bar-Lev
2015-09-08 4:26 Jeroen Roovers
2015-09-06 12:10 Pacho Ramos
2015-09-06 11:23 Pacho Ramos
2015-09-05 16:55 Anthony G. Basile
2015-09-05 16:46 Mikle Kolyada
2015-09-05 16:41 Anthony G. Basile
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=1731519405.fae1674a0d9e7433625c9c3811e725924cb8666e.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