mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-wireless/kismet: remove unused patches
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11195 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
930e6e34f7
commit
04497bb23d
@@ -1,65 +0,0 @@
|
||||
diff --git a/capture_freaklabs_zigbee/Makefile.in b/capture_freaklabs_zigbee/Makefile.in
|
||||
index 97fb50b7..492f6a90 100644
|
||||
--- a/capture_freaklabs_zigbee/Makefile.in
|
||||
+++ b/capture_freaklabs_zigbee/Makefile.in
|
||||
@@ -6,7 +6,7 @@ all:
|
||||
$(PYTHON3) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON3) ./setup.py install
|
||||
+ $(PYTHON3) ./setup.py install --root=$(DESTDIR)
|
||||
# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
|
||||
|
||||
clean:
|
||||
diff --git a/capture_sdr_rtl433/Makefile.in b/capture_sdr_rtl433/Makefile.in
|
||||
index 2e82ac5f..fa4314b2 100644
|
||||
--- a/capture_sdr_rtl433/Makefile.in
|
||||
+++ b/capture_sdr_rtl433/Makefile.in
|
||||
@@ -7,7 +7,7 @@ all:
|
||||
$(PYTHON3) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON3) ./setup.py install
|
||||
+ $(PYTHON3) ./setup.py install --root=$(DESTDIR)
|
||||
# These are now part of the setup.py install
|
||||
# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
|
||||
# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MQTTMONITOR_BIN) $(BIN)/$(MQTTMONITOR_BIN)
|
||||
diff --git a/python_modules/KismetExternal/Makefile b/python_modules/KismetExternal/Makefile
|
||||
index 4dc83d11..4bf912b3 100644
|
||||
--- a/python_modules/KismetExternal/Makefile
|
||||
+++ b/python_modules/KismetExternal/Makefile
|
||||
@@ -4,7 +4,7 @@ all:
|
||||
$(PYTHON3) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON3) ./setup.py install
|
||||
+ $(PYTHON3) ./setup.py install --root=$(DESTDIR)
|
||||
|
||||
protobuf:
|
||||
$(PROTOCBIN) -I ../../protobuf_definitions --python_out=./KismetExternal ../../protobuf_definitions/*.proto
|
||||
diff --git a/python_modules/KismetLog/Makefile b/python_modules/KismetLog/Makefile
|
||||
index 910ca9d9..cafd3902 100644
|
||||
--- a/python_modules/KismetLog/Makefile
|
||||
+++ b/python_modules/KismetLog/Makefile
|
||||
@@ -4,7 +4,7 @@ all:
|
||||
$(PYTHON3) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON3) ./setup.py install
|
||||
+ $(PYTHON3) ./setup.py install --root=$(DESTDIR)
|
||||
|
||||
clean:
|
||||
@-$(PYTHON3) ./setup.py clean
|
||||
diff --git a/python_modules/KismetRest/Makefile b/python_modules/KismetRest/Makefile
|
||||
index 910ca9d9..cafd3902 100644
|
||||
--- a/python_modules/KismetRest/Makefile
|
||||
+++ b/python_modules/KismetRest/Makefile
|
||||
@@ -4,7 +4,7 @@ all:
|
||||
$(PYTHON3) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON3) ./setup.py install
|
||||
+ $(PYTHON3) ./setup.py install --root=$(DESTDIR)
|
||||
|
||||
clean:
|
||||
@-$(PYTHON3) ./setup.py clean
|
||||
@@ -1,65 +0,0 @@
|
||||
diff --git a/capture_freaklabs_zigbee/Makefile.in b/capture_freaklabs_zigbee/Makefile.in
|
||||
index cfbf99b0..c2e68453 100644
|
||||
--- a/capture_freaklabs_zigbee/Makefile.in
|
||||
+++ b/capture_freaklabs_zigbee/Makefile.in
|
||||
@@ -6,7 +6,7 @@ all:
|
||||
$(PYTHON2) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON2) ./setup.py install
|
||||
+ $(PYTHON2) ./setup.py install --root=$(DESTDIR)
|
||||
# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
|
||||
|
||||
clean:
|
||||
diff --git a/capture_sdr_rtl433/Makefile.in b/capture_sdr_rtl433/Makefile.in
|
||||
index e33f7de5..e1be587d 100644
|
||||
--- a/capture_sdr_rtl433/Makefile.in
|
||||
+++ b/capture_sdr_rtl433/Makefile.in
|
||||
@@ -7,7 +7,7 @@ all:
|
||||
$(PYTHON2) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON2) ./setup.py install
|
||||
+ $(PYTHON2) ./setup.py install --root=$(DESTDIR)
|
||||
# These are now part of the setup.py install
|
||||
# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
|
||||
# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MQTTMONITOR_BIN) $(BIN)/$(MQTTMONITOR_BIN)
|
||||
diff --git a/python_modules/KismetExternal/Makefile b/python_modules/KismetExternal/Makefile
|
||||
index 036541a0..fc660dfe 100644
|
||||
--- a/python_modules/KismetExternal/Makefile
|
||||
+++ b/python_modules/KismetExternal/Makefile
|
||||
@@ -4,7 +4,7 @@ all:
|
||||
$(PYTHON2) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON2) ./setup.py install
|
||||
+ $(PYTHON2) ./setup.py install --root=$(DESTDIR)
|
||||
|
||||
protobuf:
|
||||
$(PROTOCBIN) -I ../../protobuf_definitions --python_out=./KismetExternal ../../protobuf_definitions/*.proto
|
||||
diff --git a/python_modules/KismetLog/Makefile b/python_modules/KismetLog/Makefile
|
||||
index d0d6f784..60e1eac1 100644
|
||||
--- a/python_modules/KismetLog/Makefile
|
||||
+++ b/python_modules/KismetLog/Makefile
|
||||
@@ -4,7 +4,7 @@ all:
|
||||
$(PYTHON2) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON2) ./setup.py install
|
||||
+ $(PYTHON2) ./setup.py install --root=$(DESTDIR)
|
||||
|
||||
clean:
|
||||
@-$(PYTHON2) ./setup.py clean
|
||||
diff --git a/python_modules/KismetRest/Makefile b/python_modules/KismetRest/Makefile
|
||||
index d0d6f784..60e1eac1 100644
|
||||
--- a/python_modules/KismetRest/Makefile
|
||||
+++ b/python_modules/KismetRest/Makefile
|
||||
@@ -4,7 +4,7 @@ all:
|
||||
$(PYTHON2) ./setup.py build
|
||||
|
||||
install:
|
||||
- $(PYTHON2) ./setup.py install
|
||||
+ $(PYTHON2) ./setup.py install --root=$(DESTDIR)
|
||||
|
||||
clean:
|
||||
@-$(PYTHON2) ./setup.py clean
|
||||
Reference in New Issue
Block a user