net-misc/connman: remove unused patches
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 8 Nov 2019 15:15:56 +0000 (16:15 +0100)
committerAaron Bauman <bman@gentoo.org>
Fri, 8 Nov 2019 16:03:39 +0000 (11:03 -0500)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
net-misc/connman/files/connman-1.33-resolv-conf-overwrite.patch [deleted file]
net-misc/connman/files/connman-1.35-include-ifbridge-before-netinet.patch [deleted file]

diff --git a/net-misc/connman/files/connman-1.33-resolv-conf-overwrite.patch b/net-misc/connman/files/connman-1.33-resolv-conf-overwrite.patch
deleted file mode 100644 (file)
index 49bb8ba..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
---- connman-1.33/scripts/connman_resolvconf.conf.in.old        2016-10-09 11:27:20.425341843 -0700
-+++ connman-1.33/scripts/connman_resolvconf.conf.in    2016-10-09 11:27:10.662476565 -0700
-@@ -1,2 +1,2 @@
- d     @runstatedir@/connman   - - - -
--L+    /etc/resolv.conf        - - - - @runstatedir@/connman/resolv.conf
-+L     /etc/resolv.conf        - - - - @runstatedir@/connman/resolv.conf
diff --git a/net-misc/connman/files/connman-1.35-include-ifbridge-before-netinet.patch b/net-misc/connman/files/connman-1.35-include-ifbridge-before-netinet.patch
deleted file mode 100644 (file)
index 53f3c19..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- connman-1.35/src/tethering.c
-+++ connman-1.35/src/tethering.c
-@@ -35,8 +35,8 @@ 
- #include <string.h>
- #include <fcntl.h>
- #include <linux/if_tun.h>
--#include <netinet/in.h>
- #include <linux/if_bridge.h>
-+#include <netinet/in.h>
- #include "connman.h"