commit:     b0707c690288436fcba32d9cb7642d5daac3962f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 00:52:01 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 00:52:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0707c69

net-analyzer/wireshark: add 4.2.6

While here, drop the need for the remaining patch by setting *_EXECUTABLE
instead.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/wireshark/Manifest                               |  2 ++
 .../{wireshark-9999.ebuild => wireshark-4.2.6.ebuild}         | 11 +++++------
 net-analyzer/wireshark/wireshark-9999.ebuild                  | 11 +++++------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 33c4b4ec8a45..90f0c130154f 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -6,3 +6,5 @@ DIST wireshark-4.2.4-signatures.txt 2706 BLAKE2B 
169c7eea2d89f4eedc58e833512cf81
 DIST wireshark-4.2.4.tar.xz 44986232 BLAKE2B 
03806a167a4b055409fadbc54ba338c9d2790df3ac2b9fb547c640c67d7bee6a3f8f19d30549228e494cabf8d303cef42ff098a9e1f45b092589643e568632f5
 SHA512 
963ac6938c08c6526240c270977057eeff7814686e11d1f3c6641a4838eb66f8d4349e48aa7373d25a8ca8911ad12eb8162f1c55af043f571d74979ddf4fd9a6
 DIST wireshark-4.2.5-signatures.txt 2706 BLAKE2B 
d10f6e9b4d8bcd8f0a30501bbbfee9ee696d82c7ca95957532f6614905e7836e5865d1b7093ca6aab2ebc1da5365648803f8b20508c95cdf5b42e8ac8e288f65
 SHA512 
050cb90e8958b73428fc7dc6c9801ba3b361f8cf4df8f22505789d759edf7967867915a0cbf351fa251d4d28b211920a3fb34e8fa209d475a10b4bcd2957fcc0
 DIST wireshark-4.2.5.tar.xz 45014156 BLAKE2B 
536743a7e402f7a511d7612454d9770f0e67a0f2ebc1ab49912b12965e605f2082eff37f41f7642b89859257926ce13d88728194b79cbe5dcf6b15d72516c5fc
 SHA512 
92a8fb08af5a1da30ca469fa45bd982638069907d289fa716068ac71141b7d9726ca0b01adc2910da4c928db23760da75a1c6a7c2eb795ac66ba003a90abb87b
+DIST wireshark-4.2.6-signatures.txt 2706 BLAKE2B 
b9666d6aaef774e08ec903bbda90067adaa357cee65cdd6b711b6caef7b1cd540290a93d80d2f3f29c861d212c97793303e51fc8f297d7945c379a237acfa3f8
 SHA512 
287342d1ccb36326a9bab5e50c48442a41b599e258611e9046eedb078a84f2840d16f29f91b1259b3b4d37486e48d85596192ea5c6b9d1fa7ad3e78543193e0b
+DIST wireshark-4.2.6.tar.xz 45015272 BLAKE2B 
880acf82c7e535b89ce8b41293c90197825ffe1132720337e77b3dcee0eaf476cb3faa6f9b42d3864e9f6892e624d0b286afdaf6bbe7e6b60483296d087a4bc3
 SHA512 
265bbc50787ba15646a8a4602e2598bb58494aee496b14a2392293862725320674f7084c7c00de5f9db41dbfc2eb23d88fd8e6b72f3c4036067192b44da22516

diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild 
b/net-analyzer/wireshark/wireshark-4.2.6.ebuild
similarity index 98%
copy from net-analyzer/wireshark/wireshark-9999.ebuild
copy to net-analyzer/wireshark/wireshark-4.2.6.ebuild
index 173fb4221235..6f588ee19554 100644
--- a/net-analyzer/wireshark/wireshark-9999.ebuild
+++ b/net-analyzer/wireshark/wireshark-4.2.6.ebuild
@@ -24,7 +24,7 @@ else
        S="${WORKDIR}/${P/_/}"
 
        if [[ ${PV} != *_rc* ]] ; then
-               KEYWORDS="~amd64 ~arm64 ~hppa"
+               KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~riscv ~x86"
        fi
 fi
 
@@ -139,11 +139,6 @@ if [[ ${PV} != *9999* ]] ; then
        BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-wireshark )"
 fi
 
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.6.0-redhat.patch
-       "${FILESDIR}"/${PN}-4.2.5-http2-test.patch
-)
-
 python_check_deps() {
        use test || return 0
 
@@ -207,6 +202,10 @@ src_configure() {
                # Force bundled lemon (bug 933119)
                -DLEMON_EXECUTABLE=
 
+               -DRPMBUILD_EXECUTABLE=
+               -DGIT_EXECUTABLE=
+               -DENABLE_CCACHE=OFF
+
                $(use androiddump && use pcap && echo 
-DEXTCAP_ANDROIDDUMP_LIBPCAP=yes)
                $(usex gui LRELEASE=$(qt5_get_bindir)/lrelease '')
                $(usex gui MOC=$(qt5_get_bindir)/moc '')

diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild 
b/net-analyzer/wireshark/wireshark-9999.ebuild
index 173fb4221235..6f588ee19554 100644
--- a/net-analyzer/wireshark/wireshark-9999.ebuild
+++ b/net-analyzer/wireshark/wireshark-9999.ebuild
@@ -24,7 +24,7 @@ else
        S="${WORKDIR}/${P/_/}"
 
        if [[ ${PV} != *_rc* ]] ; then
-               KEYWORDS="~amd64 ~arm64 ~hppa"
+               KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~riscv ~x86"
        fi
 fi
 
@@ -139,11 +139,6 @@ if [[ ${PV} != *9999* ]] ; then
        BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-wireshark )"
 fi
 
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.6.0-redhat.patch
-       "${FILESDIR}"/${PN}-4.2.5-http2-test.patch
-)
-
 python_check_deps() {
        use test || return 0
 
@@ -207,6 +202,10 @@ src_configure() {
                # Force bundled lemon (bug 933119)
                -DLEMON_EXECUTABLE=
 
+               -DRPMBUILD_EXECUTABLE=
+               -DGIT_EXECUTABLE=
+               -DENABLE_CCACHE=OFF
+
                $(use androiddump && use pcap && echo 
-DEXTCAP_ANDROIDDUMP_LIBPCAP=yes)
                $(usex gui LRELEASE=$(qt5_get_bindir)/lrelease '')
                $(usex gui MOC=$(qt5_get_bindir)/moc '')

Reply via email to