diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-11-29 18:18:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-23 14:12:31 +0100 |
commit | 035d8b59f3fd641631fb455a3e5792b605efee22 (patch) | |
tree | bd38389ff96bce20101923e52083c8dc33909e89 /app-misc | |
parent | aae08e67bf31c1fd930cc89e1d6a78389dc7e54f (diff) | |
download | gentoo-035d8b59f3fd641631fb455a3e5792b605efee22.tar.gz gentoo-035d8b59f3fd641631fb455a3e5792b605efee22.tar.xz |
app-misc/mosquitto: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/6344
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mosquitto/files/mosquitto-1.4.8-conditional-tests.patch | 41 | ||||
-rw-r--r-- | app-misc/mosquitto/files/mosquitto-1.4.9-conditional-tests.patch | 43 |
2 files changed, 0 insertions, 84 deletions
diff --git a/app-misc/mosquitto/files/mosquitto-1.4.8-conditional-tests.patch b/app-misc/mosquitto/files/mosquitto-1.4.8-conditional-tests.patch deleted file mode 100644 index 811cee645c9..00000000000 --- a/app-misc/mosquitto/files/mosquitto-1.4.8-conditional-tests.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/test/broker/Makefile 2016-02-14 14:36:55.000000000 +0000 -+++ b/test/broker/Makefile 2016-05-05 09:53:30.548519257 +0100 -@@ -63,11 +63,13 @@ - ./05-clean-session-qos1.py - - 06 : -+ifeq ($(WITH_BRIDGE),yes) - ./06-bridge-reconnect-local-out.py - ./06-bridge-br2b-disconnect-qos1.py - ./06-bridge-br2b-disconnect-qos2.py - ./06-bridge-b2br-disconnect-qos1.py - ./06-bridge-b2br-disconnect-qos2.py -+endif - - 07 : - ./07-will-qos0.py -@@ -85,10 +87,12 @@ - ./08-ssl-connect-cert-auth-crl.py - ./08-ssl-connect-identity.py - ./08-ssl-connect-no-identity.py -+ifeq ($(WITH_BRIDGE),yes) - ./08-ssl-bridge.py - ./08-tls-psk-pub.py - ./08-tls-psk-bridge.py - endif -+endif - - 09 : - ./09-plugin-auth-unpwd-success.py ---- a/test/broker/c/Makefile 2016-02-14 14:36:55.000000000 +0000 -+++ b/test/broker/c/Makefile 2016-05-05 09:40:31.440608209 +0100 -@@ -13,7 +13,9 @@ - $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 - - 08-tls-psk-bridge.test : 08-tls-psk-bridge.c -+ifeq ($(WITH_BRIDGE),yes) - $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 -+endif - - - reallyclean : clean diff --git a/app-misc/mosquitto/files/mosquitto-1.4.9-conditional-tests.patch b/app-misc/mosquitto/files/mosquitto-1.4.9-conditional-tests.patch deleted file mode 100644 index 12b4fc56bc3..00000000000 --- a/app-misc/mosquitto/files/mosquitto-1.4.9-conditional-tests.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- a/test/broker/Makefile 2016-06-02 22:20:22.000000000 +0100 -+++ b/test/broker/Makefile 2016-07-08 14:17:33.772666865 +0100 -@@ -63,6 +63,7 @@ - ./05-clean-session-qos1.py - - 06 : -+ifeq ($(WITH_BRIDGE),yes) - ./06-bridge-reconnect-local-out.py - ./06-bridge-br2b-disconnect-qos1.py - ./06-bridge-br2b-disconnect-qos2.py -@@ -70,6 +71,7 @@ - ./06-bridge-b2br-disconnect-qos2.py - ./06-bridge-fail-persist-resend-qos1.py - ./06-bridge-fail-persist-resend-qos2.py -+endif - - 07 : - ./07-will-qos0.py -@@ -87,10 +89,12 @@ - ./08-ssl-connect-cert-auth-crl.py - ./08-ssl-connect-identity.py - ./08-ssl-connect-no-identity.py -+ifeq ($(WITH_BRIDGE),yes) - ./08-ssl-bridge.py - ./08-tls-psk-pub.py - ./08-tls-psk-bridge.py - endif -+endif - - 09 : - ./09-plugin-auth-unpwd-success.py ---- a/test/broker/c/Makefile 2016-02-14 14:36:55.000000000 +0000 -+++ b/test/broker/c/Makefile 2016-05-05 09:40:31.440608209 +0100 -@@ -13,7 +13,9 @@ - $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 - - 08-tls-psk-bridge.test : 08-tls-psk-bridge.c -+ifeq ($(WITH_BRIDGE),yes) - $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 -+endif - - - reallyclean : clean |