Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/
Date: Mon, 07 Feb 2022 00:30:37
Message-Id: 1644193808.af6c21b7786b5a9150c1d36e76f3d4f21919a46a.sam@gentoo
1 commit: af6c21b7786b5a9150c1d36e76f3d4f21919a46a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 00:10:42 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 00:30:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6c21b7
7
8 sys-devel/m4: backport 198.sysval test fix
9
10 Closes: https://bugs.gentoo.org/808749
11 Thanks-to: A. Wilcox <AWilcox <AT> Wilcox-Tech.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-devel/m4/Manifest | 1 +
15 sys-devel/m4/m4-1.4.19.ebuild | 8 ++++++--
16 2 files changed, 7 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-devel/m4/Manifest b/sys-devel/m4/Manifest
19 index 7b0eef3c82b6..5e564659aaeb 100644
20 --- a/sys-devel/m4/Manifest
21 +++ b/sys-devel/m4/Manifest
22 @@ -1 +1,2 @@
23 +DIST m4-1.4.19-test-198-sysval.patch.bz2 6128 BLAKE2B 8710a13721c95c0092c70a74af7f773ed4f225606dbd88b85655f5184f8afee02accc7bc3b3bd2e7744e6cfdc4db3508ef9144cf249cdd888e6bac0ae447979c SHA512 14557d1ed23ca6cfdcf192d9be4464419bf535e187dc181177bb23c0a59d74cf308769db37be3fe1c21679bb50bc848c88d119eebb4c66bf0fa29a4f1a6b0825
24 DIST m4-1.4.19.tar.xz 1654908 BLAKE2B 08694485a49c542761fa9a7db4d7609f4dfb08a5c6b785b57f2e14cf1f696c2a1c788bb5eb934e8159a632b63ff071dfe42511d0109d7b1828f46d33c8bf416a SHA512 47f595845c89709727bda0b3fc78e3188ef78ec818965b395532e7041cabe9e49677ee4aca3d042930095a7f8df81de3da1026b23b6897be471f6cf13ddd512b
25
26 diff --git a/sys-devel/m4/m4-1.4.19.ebuild b/sys-devel/m4/m4-1.4.19.ebuild
27 index 96bbad225664..7c3d013dc009 100644
28 --- a/sys-devel/m4/m4-1.4.19.ebuild
29 +++ b/sys-devel/m4/m4-1.4.19.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 +# Copyright 1999-2022 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=7
36 @@ -12,6 +12,7 @@ if [[ "${PV}" == *_beta* ]] ; then
37 S="${WORKDIR}/${MY_P}"
38 else
39 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
40 + SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-test-198-sysval.patch.bz2"
41 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"
42 fi
43
44 @@ -30,7 +31,10 @@ DEPEND="${RDEPEND}"
45 BDEPEND="app-arch/xz-utils
46 nls? ( sys-devel/gettext )"
47
48 -PATCHES=( "${FILESDIR}/ppc-musl.patch" )
49 +PATCHES=(
50 + "${FILESDIR}"/ppc-musl.patch
51 + "${WORKDIR}"/${P}-test-198-sysval.patch
52 +)
53
54 src_configure() {
55 local -a myeconfargs=(