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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12D85158041 for ; Fri, 5 Apr 2024 05:38:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4856DE2A22; Fri, 5 Apr 2024 05:38:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 28CB0E2A22 for ; Fri, 5 Apr 2024 05:38:47 +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 5B23634320B for ; Fri, 5 Apr 2024 05:38:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9130AB7 for ; Fri, 5 Apr 2024 05:38:44 +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: <1712295487.c44997b20192165b696d06876edcb2bf511bd60e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild net-analyzer/wireshark/wireshark-4.2.4.ebuild net-analyzer/wireshark/wireshark-9999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c44997b20192165b696d06876edcb2bf511bd60e X-VCS-Branch: master Date: Fri, 5 Apr 2024 05:38:44 +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: bb33e9c1-1007-44f0-85d8-79c7dc1e052b X-Archives-Hash: b3e8f9b923bea4ca33a1262ecf26542a commit: c44997b20192165b696d06876edcb2bf511bd60e Author: Alfred Wingate protonmail com> AuthorDate: Thu Apr 4 14:35:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 5 05:38:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c44997b2 net-analyzer/wireshark: install headers and pkgconfig file Closes: https://bugs.gentoo.org/928577 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36100 Signed-off-by: Sam James gentoo.org> .../wireshark/{wireshark-4.2.4.ebuild => wireshark-4.2.4-r1.ebuild} | 4 +++- net-analyzer/wireshark/wireshark-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-4.2.4.ebuild b/net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild similarity index 98% rename from net-analyzer/wireshark/wireshark-4.2.4.ebuild rename to net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild index 4f2a6bd3fbd9..0e0d86d74067 100644 --- a/net-analyzer/wireshark/wireshark-4.2.4.ebuild +++ b/net-analyzer/wireshark/wireshark-4.2.4-r1.ebuild @@ -282,7 +282,9 @@ src_test() { } src_install() { - cmake_src_install + # bug #928577 + # https://gitlab.com/wireshark/wireshark/-/commit/fe7bfdf6caac9204ab5f34eeba7b0f4a0314d3cd + cmake_src_install install-headers # FAQ is not required as is installed from help/faq.txt dodoc AUTHORS ChangeLog NEWS README* doc/randpkt.txt doc/README* diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 4f2a6bd3fbd9..0e0d86d74067 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -282,7 +282,9 @@ src_test() { } src_install() { - cmake_src_install + # bug #928577 + # https://gitlab.com/wireshark/wireshark/-/commit/fe7bfdf6caac9204ab5f34eeba7b0f4a0314d3cd + cmake_src_install install-headers # FAQ is not required as is installed from help/faq.txt dodoc AUTHORS ChangeLog NEWS README* doc/randpkt.txt doc/README*