From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpg-error/
Date: Thu, 7 Apr 2022 11:18:22 +0000 (UTC) [thread overview]
Message-ID: <1649330295.2cc6582c2f5805f6dac436b21958f78e0d3e03f2.polynomial-c@gentoo> (raw)
commit: 2cc6582c2f5805f6dac436b21958f78e0d3e03f2
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 11:18:02 2022 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 11:18:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc6582c
dev-libs/libgpg-error: Removed old
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/libgpg-error/Manifest | 1 -
dev-libs/libgpg-error/libgpg-error-1.43.ebuild | 65 --------------------------
2 files changed, 66 deletions(-)
diff --git a/dev-libs/libgpg-error/Manifest b/dev-libs/libgpg-error/Manifest
index befce4038f58..942639a59c70 100644
--- a/dev-libs/libgpg-error/Manifest
+++ b/dev-libs/libgpg-error/Manifest
@@ -1,4 +1,3 @@
DIST libgpg-error-1.42.tar.bz2 973996 BLAKE2B eb3381ec7106cfe5dca333391f473e97b03df83f247d3067e9f933ed7206f826e59d2b74b8c28d41e785ffe1c2980b680470064eb2fa2ff1ee3d8fa8be5b81a8 SHA512 f6d95712a874edefc39a7746062c8037a62801a550560c5b2eab08b5b86987c1de5be60eba5fcb56d35a37db109aa32d07b7eff2bb99800c1c47d2227421a8f4
-DIST libgpg-error-1.43.tar.bz2 999006 BLAKE2B 22c5491ebd43b8010cdd4e82a58443fb8d19d51de9a033d0bb44634a82f033916d5d9fcfe47eb47e64a513521b01ff088838a8979f488cde74e5944c28dec0aa SHA512 36769a62d0b4b219a6d58195bed692e34d3b0313f628b1036055ca34b69332edbe6bcdace9855a60d06e7be5998dc13bf1305d0b2bb211a4d8f701e85040961c
DIST libgpg-error-1.44.tar.bz2 1014475 BLAKE2B dc101769510bc9edff38048216a961df8b08373a0b6d04b13c882bbcb43c4d0e05ecfdfd7788c89b5799082f4d15386efac5eb1762a48ae1ab70b554d0bfbb36 SHA512 a0eef310b9d44532d1ae6e7266226ea3e82d908aa31f775a026e56a7f8303b78adfdceb3ae5a40f7d242987635e764c539a024ce8dc0d66590e1a3fa50f6b784
DIST libgpg-error-1.45.tar.bz2 1015954 BLAKE2B 277892df6691ff2807335954fa786c1d452d58e6f15aa2f73bffd1ddc97b9276646afe8831c0b67107ac768e0590f046030da6d370eb2871e94154f50dabf67b SHA512 882f2dd617e89137d7a9d61b60488dac32321dd4fdb699e9687b6bd9380c056c027da502837f4482289c0fe00e7de01210e804428f05a0843ae2ca23fdcc6457
diff --git a/dev-libs/libgpg-error/libgpg-error-1.43.ebuild b/dev-libs/libgpg-error/libgpg-error-1.43.ebuild
deleted file mode 100644
index 2c2c4571892f..000000000000
--- a/dev-libs/libgpg-error/libgpg-error-1.43.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools multilib-minimal toolchain-funcs prefix
-
-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"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="common-lisp nls static-libs"
-
-RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-BDEPEND="nls? ( sys-devel/gettext )"
-
-MULTILIB_CHOST_TOOLS=(
- /usr/bin/gpg-error-config
-)
-MULTILIB_WRAPPED_HEADERS=(
- /usr/include/gpg-error.h
- /usr/include/gpgrt.h
-)
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.37-remove_broken_check.patch"
-)
-
-src_prepare() {
- default
-
- if use prefix ; then
- # don't hardcode /usr/xpg4/bin/sh as shell on Solaris
- sed -i -e 's/solaris\*/disabled/' configure.ac || die
- fi
-
- # 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
- hprefixify -w 1 autogen.sh
- 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)
- --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:[~2022-04-07 11:18 UTC|newest]
Thread overview: 175+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-07 11:18 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 5:22 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpg-error/ 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
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=1649330295.2cc6582c2f5805f6dac436b21958f78e0d3e03f2.polynomial-c@gentoo \
--to=polynomial-c@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