From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A0D315813A for ; Wed, 08 Jan 2025 19:27:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCD2AE0769; Wed, 08 Jan 2025 19:27:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A497EE0769 for ; Wed, 08 Jan 2025 19:27:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFEE0342F8C for ; Wed, 08 Jan 2025 19:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1025BAED for ; Wed, 08 Jan 2025 19:27:34 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1736364389.ac1e145d2f040f8997da84a2c66a36279e1b48f1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-26.3-r21.ebuild app-editors/emacs/emacs-27.2-r19.ebuild app-editors/emacs/emacs-28.2-r15.ebuild app-editors/emacs/emacs-29.4-r1.ebuild app-editors/emacs/emacs-30.0.91.ebuild app-editors/emacs/emacs-30.0.92.ebuild app-editors/emacs/emacs-30.0.93.ebuild app-editors/emacs/emacs-30.0.9999-r1.ebuild app-editors/emacs/emacs-31.0.9999.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ac1e145d2f040f8997da84a2c66a36279e1b48f1 X-VCS-Branch: master Date: Wed, 08 Jan 2025 19:27:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 682a3ff6-1a90-4dcd-a27d-2c795873b01c X-Archives-Hash: 89b18cf77e80f967b408308d709bfdb0 commit: ac1e145d2f040f8997da84a2c66a36279e1b48f1 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jan 8 19:25:18 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jan 8 19:26:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1e145d app-editors/emacs: QA_CONFIG_IMPL_DECL_SKIP cleanup Drop functions that are listed in install-qa-check.d/90config-impl-decl: - alignof, static_assert, unreachable, MIN (gnulib/c23) - re_set_syntax, re_compile_pattern re_search re_match (gnulib/musl) Bug: https://bugs.gentoo.org/898304 Bug: https://bugs.gentoo.org/925091 Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/emacs-26.3-r21.ebuild | 2 +- app-editors/emacs/emacs-27.2-r19.ebuild | 5 +---- app-editors/emacs/emacs-28.2-r15.ebuild | 5 +---- app-editors/emacs/emacs-29.4-r1.ebuild | 5 +---- app-editors/emacs/emacs-30.0.91.ebuild | 5 +---- app-editors/emacs/emacs-30.0.92.ebuild | 5 +---- app-editors/emacs/emacs-30.0.93.ebuild | 5 +---- app-editors/emacs/emacs-30.0.9999-r1.ebuild | 5 +---- app-editors/emacs/emacs-31.0.9999.ebuild | 5 +---- 9 files changed, 9 insertions(+), 33 deletions(-) diff --git a/app-editors/emacs/emacs-26.3-r21.ebuild b/app-editors/emacs/emacs-26.3-r21.ebuild index 263376be7ab3..e90f6e5eaf28 100644 --- a/app-editors/emacs/emacs-26.3-r21.ebuild +++ b/app-editors/emacs/emacs-26.3-r21.ebuild @@ -105,7 +105,7 @@ SITEFILE="20${EMACS_SUFFIX}-gentoo.el" PATCHES=("${WORKDIR}/patch") # Suppress false positive QA warnings #898304 -QA_CONFIG_IMPL_DECL_SKIP=( malloc_{set,get}_state MIN ) +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{get,set}_state ) src_prepare() { default diff --git a/app-editors/emacs/emacs-27.2-r19.ebuild b/app-editors/emacs/emacs-27.2-r19.ebuild index 0b0eaae44f86..38ea37db5eb6 100644 --- a/app-editors/emacs/emacs-27.2-r19.ebuild +++ b/app-editors/emacs/emacs-27.2-r19.ebuild @@ -134,10 +134,7 @@ EMACS_SUFFIX="emacs-${SLOT}" SITEFILE="20${EMACS_SUFFIX}-gentoo.el" # Suppress false positive QA warnings #898304 #925449 -QA_CONFIG_IMPL_DECL_SKIP=( - malloc_set_state malloc_get_state MIN - statvfs64 re_set_syntax re_compile_pattern re_search re_match -) +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{get,set}_state statvfs64 ) src_prepare() { if [[ ${PV##*.} = 9999 ]]; then diff --git a/app-editors/emacs/emacs-28.2-r15.ebuild b/app-editors/emacs/emacs-28.2-r15.ebuild index 9f135569791b..c0b2b9fa77bf 100644 --- a/app-editors/emacs/emacs-28.2-r15.ebuild +++ b/app-editors/emacs/emacs-28.2-r15.ebuild @@ -137,10 +137,7 @@ EMACS_SUFFIX="emacs-${SLOT}" SITEFILE="20${EMACS_SUFFIX}-gentoo.el" # Suppress false positive QA warnings #898304 #925449 -QA_CONFIG_IMPL_DECL_SKIP=( - malloc_set_state malloc_get_state MIN - statvfs64 re_set_syntax re_compile_pattern re_search re_match -) +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{get,set}_state statvfs64 ) src_prepare() { if [[ ${PV##*.} = 9999 ]]; then diff --git a/app-editors/emacs/emacs-29.4-r1.ebuild b/app-editors/emacs/emacs-29.4-r1.ebuild index 9a64c9eef513..a6ff636d96ea 100644 --- a/app-editors/emacs/emacs-29.4-r1.ebuild +++ b/app-editors/emacs/emacs-29.4-r1.ebuild @@ -165,10 +165,7 @@ EMACS_SUFFIX="emacs-${SLOT}" SITEFILE="20${EMACS_SUFFIX}-gentoo.el" # Suppress false positive QA warnings #898304 #925091 -QA_CONFIG_IMPL_DECL_SKIP=( - malloc_set_state malloc_get_state MIN static_assert alignof - statvfs64 re_set_syntax re_compile_pattern re_search re_match -) +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{get,set}_state statvfs64 ) src_prepare() { if [[ ${PV##*.} = 9999 ]]; then diff --git a/app-editors/emacs/emacs-30.0.91.ebuild b/app-editors/emacs/emacs-30.0.91.ebuild index f90c17609ba9..db0b032c1121 100644 --- a/app-editors/emacs/emacs-30.0.91.ebuild +++ b/app-editors/emacs/emacs-30.0.91.ebuild @@ -162,10 +162,7 @@ EMACS_SUFFIX="emacs-${SLOT}" SITEFILE="20${EMACS_SUFFIX}-gentoo.el" # Suppress false positive QA warnings #898304 #925091 -QA_CONFIG_IMPL_DECL_SKIP=( - malloc_set_state malloc_get_state MIN static_assert alignof unreachable - statvfs64 re_set_syntax re_compile_pattern re_search re_match -) +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{get,set}_state statvfs64 ) src_prepare() { if [[ ${PV##*.} = 9999 ]]; then diff --git a/app-editors/emacs/emacs-30.0.92.ebuild b/app-editors/emacs/emacs-30.0.92.ebuild index f90c17609ba9..db0b032c1121 100644 --- a/app-editors/emacs/emacs-30.0.92.ebuild +++ b/app-editors/emacs/emacs-30.0.92.ebuild @@ -162,10 +162,7 @@ EMACS_SUFFIX="emacs-${SLOT}" SITEFILE="20${EMACS_SUFFIX}-gentoo.el" # Suppress false positive QA warnings #898304 #925091 -QA_CONFIG_IMPL_DECL_SKIP=( - malloc_set_state malloc_get_state MIN static_assert alignof unreachable - statvfs64 re_set_syntax re_compile_pattern re_search re_match -) +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{get,set}_state statvfs64 ) src_prepare() { if [[ ${PV##*.} = 9999 ]]; then diff --git a/app-editors/emacs/emacs-30.0.93.ebuild b/app-editors/emacs/emacs-30.0.93.ebuild index f90c17609ba9..db0b032c1121 100644 --- a/app-editors/emacs/emacs-30.0.93.ebuild +++ b/app-editors/emacs/emacs-30.0.93.ebuild @@ -162,10 +162,7 @@ EMACS_SUFFIX="emacs-${SLOT}" SITEFILE="20${EMACS_SUFFIX}-gentoo.el" # Suppress false positive QA warnings #898304 #925091 -QA_CONFIG_IMPL_DECL_SKIP=( - malloc_set_state malloc_get_state MIN static_assert alignof unreachable - statvfs64 re_set_syntax re_compile_pattern re_search re_match -) +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{get,set}_state statvfs64 ) src_prepare() { if [[ ${PV##*.} = 9999 ]]; then diff --git a/app-editors/emacs/emacs-30.0.9999-r1.ebuild b/app-editors/emacs/emacs-30.0.9999-r1.ebuild index f90c17609ba9..db0b032c1121 100644 --- a/app-editors/emacs/emacs-30.0.9999-r1.ebuild +++ b/app-editors/emacs/emacs-30.0.9999-r1.ebuild @@ -162,10 +162,7 @@ EMACS_SUFFIX="emacs-${SLOT}" SITEFILE="20${EMACS_SUFFIX}-gentoo.el" # Suppress false positive QA warnings #898304 #925091 -QA_CONFIG_IMPL_DECL_SKIP=( - malloc_set_state malloc_get_state MIN static_assert alignof unreachable - statvfs64 re_set_syntax re_compile_pattern re_search re_match -) +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{get,set}_state statvfs64 ) src_prepare() { if [[ ${PV##*.} = 9999 ]]; then diff --git a/app-editors/emacs/emacs-31.0.9999.ebuild b/app-editors/emacs/emacs-31.0.9999.ebuild index eabe770b4290..5d0ad710cf1f 100644 --- a/app-editors/emacs/emacs-31.0.9999.ebuild +++ b/app-editors/emacs/emacs-31.0.9999.ebuild @@ -162,10 +162,7 @@ EMACS_SUFFIX="emacs-${SLOT}" SITEFILE="20${EMACS_SUFFIX}-gentoo.el" # Suppress false positive QA warnings #898304 #925091 -QA_CONFIG_IMPL_DECL_SKIP=( - malloc_set_state malloc_get_state MIN static_assert alignof unreachable - statvfs64 re_set_syntax re_compile_pattern re_search re_match -) +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{get,set}_state statvfs64 ) src_prepare() { if [[ ${PV##*.} = 9999 ]]; then