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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E212138334 for ; Mon, 4 Mar 2019 03:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B67E08B1; Mon, 4 Mar 2019 03:14:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F304E08B1 for ; Mon, 4 Mar 2019 03:14:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB47E335CDB for ; Mon, 4 Mar 2019 03:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B287656A for ; Mon, 4 Mar 2019 03:14:19 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551669178.04497bb23d9752e51dbdabb5cacfc7a646fbf4ff.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/kismet/files/fix-setuptools2.patch net-wireless/kismet/files/fix-setuptools3.patch X-VCS-Directories: net-wireless/kismet/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 04497bb23d9752e51dbdabb5cacfc7a646fbf4ff X-VCS-Branch: master Date: Mon, 4 Mar 2019 03:14:19 +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: 85e0a9c5-68d9-43a3-aaa8-3654b0ef1f2a X-Archives-Hash: cd46e4a5bda60a8537c6c14f3a62b3c4 commit: 04497bb23d9752e51dbdabb5cacfc7a646fbf4ff Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 1 17:35:23 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 4 03:12:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04497bb2 net-wireless/kismet: remove unused patches Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11195 Signed-off-by: Aaron Bauman gentoo.org> net-wireless/kismet/files/fix-setuptools2.patch | 65 ------------------------- net-wireless/kismet/files/fix-setuptools3.patch | 65 ------------------------- 2 files changed, 130 deletions(-) diff --git a/net-wireless/kismet/files/fix-setuptools2.patch b/net-wireless/kismet/files/fix-setuptools2.patch deleted file mode 100644 index 2f72b258af9..00000000000 --- a/net-wireless/kismet/files/fix-setuptools2.patch +++ /dev/null @@ -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 diff --git a/net-wireless/kismet/files/fix-setuptools3.patch b/net-wireless/kismet/files/fix-setuptools3.patch deleted file mode 100644 index 4e9787d8aa9..00000000000 --- a/net-wireless/kismet/files/fix-setuptools3.patch +++ /dev/null @@ -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