From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B23EA1582EF for ; Wed, 12 Feb 2025 07:15:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 99B54343062 for ; Wed, 12 Feb 2025 07:15:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 92C3D11042D; Wed, 12 Feb 2025 07:15:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 897DD11042D for ; Wed, 12 Feb 2025 07:15:55 +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 2B0EA34306E for ; Wed, 12 Feb 2025 07:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B64C1ACB for ; Wed, 12 Feb 2025 07:15:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1739344522.edd9a7318a41cb15f5cfca36525c8aa0e4c57933.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/smatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/smatch/smatch-1.72-r1.ebuild sys-devel/smatch/smatch-1.72-r2.ebuild sys-devel/smatch/smatch-1.73-r1.ebuild sys-devel/smatch/smatch-1.73.ebuild X-VCS-Directories: sys-devel/smatch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: edd9a7318a41cb15f5cfca36525c8aa0e4c57933 X-VCS-Branch: master Date: Wed, 12 Feb 2025 07:15:53 +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: e14911f6-785b-49ec-8306-80245c901f05 X-Archives-Hash: 2cb0a9998b2454d5e566df7f0009f35d commit: edd9a7318a41cb15f5cfca36525c8aa0e4c57933 Author: NHOrus yahoo com> AuthorDate: Wed Feb 12 06:29:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 12 07:15:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd9a731 sys-devel/smatch: Do not install cgcc wrapper It belongs to sparse. Fixes file collision. Closes: https://bugs.gentoo.org/949623 Signed-off-by: NHOrus yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40542 Signed-off-by: Sam James gentoo.org> sys-devel/smatch/{smatch-1.72-r1.ebuild => smatch-1.72-r2.ebuild} | 2 +- sys-devel/smatch/{smatch-1.73.ebuild => smatch-1.73-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/smatch/smatch-1.72-r1.ebuild b/sys-devel/smatch/smatch-1.72-r2.ebuild similarity index 98% rename from sys-devel/smatch/smatch-1.72-r1.ebuild rename to sys-devel/smatch/smatch-1.72-r2.ebuild index 1b69db0bdad0..766d480f9753 100644 --- a/sys-devel/smatch/smatch-1.72-r1.ebuild +++ b/sys-devel/smatch/smatch-1.72-r2.ebuild @@ -67,7 +67,7 @@ src_test() { src_install() { # default install target installs a lot of sparse cruft - dobin smatch cgcc + dobin smatch insinto /usr/share/smatch/smatch_data doins smatch_data/* dodoc FAQ Documentation/smatch.rst diff --git a/sys-devel/smatch/smatch-1.73.ebuild b/sys-devel/smatch/smatch-1.73-r1.ebuild similarity index 98% rename from sys-devel/smatch/smatch-1.73.ebuild rename to sys-devel/smatch/smatch-1.73-r1.ebuild index b6b69d10c084..6de428a0fb15 100644 --- a/sys-devel/smatch/smatch-1.73.ebuild +++ b/sys-devel/smatch/smatch-1.73-r1.ebuild @@ -66,7 +66,7 @@ src_test() { src_install() { # default install target installs a lot of sparse cruft - dobin smatch cgcc + dobin smatch insinto /usr/share/smatch/smatch_data doins smatch_data/* dodoc FAQ Documentation/smatch.txt