Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpg-error/
Date: Thu, 07 Apr 2022 11:18:27
Message-Id: 1649330295.2cc6582c2f5805f6dac436b21958f78e0d3e03f2.polynomial-c@gentoo
1 commit: 2cc6582c2f5805f6dac436b21958f78e0d3e03f2
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 11:18:02 2022 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 11:18:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc6582c
7
8 dev-libs/libgpg-error: Removed old
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 dev-libs/libgpg-error/Manifest | 1 -
13 dev-libs/libgpg-error/libgpg-error-1.43.ebuild | 65 --------------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/dev-libs/libgpg-error/Manifest b/dev-libs/libgpg-error/Manifest
17 index befce4038f58..942639a59c70 100644
18 --- a/dev-libs/libgpg-error/Manifest
19 +++ b/dev-libs/libgpg-error/Manifest
20 @@ -1,4 +1,3 @@
21 DIST libgpg-error-1.42.tar.bz2 973996 BLAKE2B eb3381ec7106cfe5dca333391f473e97b03df83f247d3067e9f933ed7206f826e59d2b74b8c28d41e785ffe1c2980b680470064eb2fa2ff1ee3d8fa8be5b81a8 SHA512 f6d95712a874edefc39a7746062c8037a62801a550560c5b2eab08b5b86987c1de5be60eba5fcb56d35a37db109aa32d07b7eff2bb99800c1c47d2227421a8f4
22 -DIST libgpg-error-1.43.tar.bz2 999006 BLAKE2B 22c5491ebd43b8010cdd4e82a58443fb8d19d51de9a033d0bb44634a82f033916d5d9fcfe47eb47e64a513521b01ff088838a8979f488cde74e5944c28dec0aa SHA512 36769a62d0b4b219a6d58195bed692e34d3b0313f628b1036055ca34b69332edbe6bcdace9855a60d06e7be5998dc13bf1305d0b2bb211a4d8f701e85040961c
23 DIST libgpg-error-1.44.tar.bz2 1014475 BLAKE2B dc101769510bc9edff38048216a961df8b08373a0b6d04b13c882bbcb43c4d0e05ecfdfd7788c89b5799082f4d15386efac5eb1762a48ae1ab70b554d0bfbb36 SHA512 a0eef310b9d44532d1ae6e7266226ea3e82d908aa31f775a026e56a7f8303b78adfdceb3ae5a40f7d242987635e764c539a024ce8dc0d66590e1a3fa50f6b784
24 DIST libgpg-error-1.45.tar.bz2 1015954 BLAKE2B 277892df6691ff2807335954fa786c1d452d58e6f15aa2f73bffd1ddc97b9276646afe8831c0b67107ac768e0590f046030da6d370eb2871e94154f50dabf67b SHA512 882f2dd617e89137d7a9d61b60488dac32321dd4fdb699e9687b6bd9380c056c027da502837f4482289c0fe00e7de01210e804428f05a0843ae2ca23fdcc6457
25
26 diff --git a/dev-libs/libgpg-error/libgpg-error-1.43.ebuild b/dev-libs/libgpg-error/libgpg-error-1.43.ebuild
27 deleted file mode 100644
28 index 2c2c4571892f..000000000000
29 --- a/dev-libs/libgpg-error/libgpg-error-1.43.ebuild
30 +++ /dev/null
31 @@ -1,65 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit autotools multilib-minimal toolchain-funcs prefix
38 -
39 -DESCRIPTION="Contains error handling functions used by GnuPG software"
40 -HOMEPAGE="https://www.gnupg.org/related_software/libgpg-error"
41 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2 LGPL-2.1"
44 -SLOT="0"
45 -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"
46 -IUSE="common-lisp nls static-libs"
47 -
48 -RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
49 -DEPEND="${RDEPEND}"
50 -BDEPEND="nls? ( sys-devel/gettext )"
51 -
52 -MULTILIB_CHOST_TOOLS=(
53 - /usr/bin/gpg-error-config
54 -)
55 -MULTILIB_WRAPPED_HEADERS=(
56 - /usr/include/gpg-error.h
57 - /usr/include/gpgrt.h
58 -)
59 -
60 -PATCHES=(
61 - "${FILESDIR}/${PN}-1.37-remove_broken_check.patch"
62 -)
63 -
64 -src_prepare() {
65 - default
66 -
67 - if use prefix ; then
68 - # don't hardcode /usr/xpg4/bin/sh as shell on Solaris
69 - sed -i -e 's/solaris\*/disabled/' configure.ac || die
70 - fi
71 -
72 - # only necessary for as long as we run eautoreconf, configure.ac
73 - # uses ./autogen.sh to generate PACKAGE_VERSION, but autogen.sh is
74 - # not a pure /bin/sh script, so it fails on some hosts
75 - hprefixify -w 1 autogen.sh
76 - eautoreconf
77 -}
78 -
79 -multilib_src_configure() {
80 - local myeconfargs=(
81 - $(multilib_is_native_abi || echo --disable-languages)
82 - $(use_enable common-lisp languages)
83 - $(use_enable nls)
84 - # required for sys-power/suspend[crypt], bug 751568
85 - $(use_enable static-libs static)
86 - --enable-threads
87 - CC_FOR_BUILD="$(tc-getBUILD_CC)"
88 - $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
89 - )
90 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
91 -}
92 -
93 -multilib_src_install_all() {
94 - einstalldocs
95 - find "${ED}" -type f -name '*.la' -delete || die
96 -}