commit:     5fa581c0ac6d8a3c03738634981161672b3a8412
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 26 19:57:55 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Wed Nov 26 19:57:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa581c0

net-wireless/kismet: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../files/kismet-2022.08.1-sandbox-fix.patch       | 147 ---------------------
 1 file changed, 147 deletions(-)

diff --git a/net-wireless/kismet/files/kismet-2022.08.1-sandbox-fix.patch 
b/net-wireless/kismet/files/kismet-2022.08.1-sandbox-fix.patch
deleted file mode 100644
index 358475cbc194..000000000000
--- a/net-wireless/kismet/files/kismet-2022.08.1-sandbox-fix.patch
+++ /dev/null
@@ -1,147 +0,0 @@
-From 8264835a935de9c754c0ff28c632695103b2dc2f Mon Sep 17 00:00:00 2001
-From: Mike Kershaw / Dragorn <[email protected]>
-Date: Fri, 6 Jan 2023 15:22:52 -0500
-Subject: [PATCH] python: Merge patch from Rick Farina / Zero_Chaos to make
- gentoo not complain about python build parameters
-
----
- capture_bt_geiger/Makefile.in        | 4 +++-
- capture_freaklabs_zigbee/Makefile.in | 4 +++-
- capture_proxy_adsb/Makefile.in       | 4 +++-
- capture_sdr_rtl433/Makefile.in       | 4 +++-
- capture_sdr_rtladsb/Makefile.in      | 4 +++-
- capture_sdr_rtlamr/Makefile.in       | 4 +++-
- 6 files changed, 18 insertions(+), 6 deletions(-)
-
-diff --git a/capture_bt_geiger/Makefile.in b/capture_bt_geiger/Makefile.in
-index 646069fed..4f644535b 100644
---- a/capture_bt_geiger/Makefile.in
-+++ b/capture_bt_geiger/Makefile.in
-@@ -2,6 +2,8 @@ KIS_SRC_DIR ?= ..
- 
- include $(KIS_SRC_DIR)/Makefile.inc
- 
-+DESTDIR ?= /
-+
- DATASOURCE_NAME := $(shell $(PYTHON) setup.py --name)
- 
- PROTOBUF_DIR = $(KIS_SRC_DIR)/protobuf_definitions
-@@ -19,7 +21,7 @@ $(DATASOURCE_NAME)/kismetexternal/%_pb2.py: 
$(PROTOBUF_DIR)/%.proto
-       sed -i -E 's/^import kismet_/from . import kismet_/' $@
- 
- install:
--      $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
-+      $(PYTHON) setup.py install --root="$(DESTDIR)" --prefix="$(prefix)"
- 
- clean:
-       @-$(PYTHON) setup.py clean
-diff --git a/capture_freaklabs_zigbee/Makefile.in 
b/capture_freaklabs_zigbee/Makefile.in
-index 646069fed..4f644535b 100644
---- a/capture_freaklabs_zigbee/Makefile.in
-+++ b/capture_freaklabs_zigbee/Makefile.in
-@@ -2,6 +2,8 @@ KIS_SRC_DIR ?= ..
- 
- include $(KIS_SRC_DIR)/Makefile.inc
- 
-+DESTDIR ?= /
-+
- DATASOURCE_NAME := $(shell $(PYTHON) setup.py --name)
- 
- PROTOBUF_DIR = $(KIS_SRC_DIR)/protobuf_definitions
-@@ -19,7 +21,7 @@ $(DATASOURCE_NAME)/kismetexternal/%_pb2.py: 
$(PROTOBUF_DIR)/%.proto
-       sed -i -E 's/^import kismet_/from . import kismet_/' $@
- 
- install:
--      $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
-+      $(PYTHON) setup.py install --root="$(DESTDIR)" --prefix="$(prefix)"
- 
- clean:
-       @-$(PYTHON) setup.py clean
-diff --git a/capture_proxy_adsb/Makefile.in b/capture_proxy_adsb/Makefile.in
-index d16ba601f..96ba6ceca 100644
---- a/capture_proxy_adsb/Makefile.in
-+++ b/capture_proxy_adsb/Makefile.in
-@@ -2,6 +2,8 @@ KIS_SRC_DIR ?= ..
- 
- include $(KIS_SRC_DIR)/Makefile.inc
- 
-+DESTDIR ?= /
-+
- DATASOURCE_NAME := $(shell $(PYTHON) setup.py --name)
- 
- PROTOBUF_DIR = $(KIS_SRC_DIR)/protobuf_definitions
-@@ -22,7 +24,7 @@ $(DATASOURCE_NAME)/kismetexternal/%_pb2.py: 
$(PROTOBUF_DIR)/%.proto
-       sed -i -E 's/^import kismet_/from . import kismet_/' $@
- 
- install:
--      $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
-+      $(PYTHON) setup.py install --root="$(DESTDIR)" --prefix="$(prefix)"
- 
- clean:
-       @-$(PYTHON) setup.py clean
-diff --git a/capture_sdr_rtl433/Makefile.in b/capture_sdr_rtl433/Makefile.in
-index 646069fed..4f644535b 100644
---- a/capture_sdr_rtl433/Makefile.in
-+++ b/capture_sdr_rtl433/Makefile.in
-@@ -2,6 +2,8 @@ KIS_SRC_DIR ?= ..
- 
- include $(KIS_SRC_DIR)/Makefile.inc
- 
-+DESTDIR ?= /
-+
- DATASOURCE_NAME := $(shell $(PYTHON) setup.py --name)
- 
- PROTOBUF_DIR = $(KIS_SRC_DIR)/protobuf_definitions
-@@ -19,7 +21,7 @@ $(DATASOURCE_NAME)/kismetexternal/%_pb2.py: 
$(PROTOBUF_DIR)/%.proto
-       sed -i -E 's/^import kismet_/from . import kismet_/' $@
- 
- install:
--      $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
-+      $(PYTHON) setup.py install --root="$(DESTDIR)" --prefix="$(prefix)"
- 
- clean:
-       @-$(PYTHON) setup.py clean
-diff --git a/capture_sdr_rtladsb/Makefile.in b/capture_sdr_rtladsb/Makefile.in
-index d16ba601f..96ba6ceca 100644
---- a/capture_sdr_rtladsb/Makefile.in
-+++ b/capture_sdr_rtladsb/Makefile.in
-@@ -2,6 +2,8 @@ KIS_SRC_DIR ?= ..
- 
- include $(KIS_SRC_DIR)/Makefile.inc
- 
-+DESTDIR ?= /
-+
- DATASOURCE_NAME := $(shell $(PYTHON) setup.py --name)
- 
- PROTOBUF_DIR = $(KIS_SRC_DIR)/protobuf_definitions
-@@ -22,7 +24,7 @@ $(DATASOURCE_NAME)/kismetexternal/%_pb2.py: 
$(PROTOBUF_DIR)/%.proto
-       sed -i -E 's/^import kismet_/from . import kismet_/' $@
- 
- install:
--      $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
-+      $(PYTHON) setup.py install --root="$(DESTDIR)" --prefix="$(prefix)"
- 
- clean:
-       @-$(PYTHON) setup.py clean
-diff --git a/capture_sdr_rtlamr/Makefile.in b/capture_sdr_rtlamr/Makefile.in
-index 646069fed..4f644535b 100644
---- a/capture_sdr_rtlamr/Makefile.in
-+++ b/capture_sdr_rtlamr/Makefile.in
-@@ -2,6 +2,8 @@ KIS_SRC_DIR ?= ..
- 
- include $(KIS_SRC_DIR)/Makefile.inc
- 
-+DESTDIR ?= /
-+
- DATASOURCE_NAME := $(shell $(PYTHON) setup.py --name)
- 
- PROTOBUF_DIR = $(KIS_SRC_DIR)/protobuf_definitions
-@@ -19,7 +21,7 @@ $(DATASOURCE_NAME)/kismetexternal/%_pb2.py: 
$(PROTOBUF_DIR)/%.proto
-       sed -i -E 's/^import kismet_/from . import kismet_/' $@
- 
- install:
--      $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
-+      $(PYTHON) setup.py install --root="$(DESTDIR)" --prefix="$(prefix)"
- 
- clean:
-       @-$(PYTHON) setup.py clean

Reply via email to