From feb0daf81d888e9160f9f94502de09b66f2a63fd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Jun 2020 17:50:24 +0100 Subject: gentoo resync : 21.06.2020 --- net-libs/libupnp/Manifest | 1 - .../libupnp/files/libupnp-1.12.0-cxx-compat.patch | 33 ---------------------- 2 files changed, 34 deletions(-) delete mode 100644 net-libs/libupnp/files/libupnp-1.12.0-cxx-compat.patch (limited to 'net-libs/libupnp') diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest index 0338a96b5325..3b8a6c85d2bf 100644 --- a/net-libs/libupnp/Manifest +++ b/net-libs/libupnp/Manifest @@ -1,4 +1,3 @@ -AUX libupnp-1.12.0-cxx-compat.patch 1023 BLAKE2B b45c64616d1b812d203df768e095dbc69c5388988bd4d3d67187effa88fbbc17d34deda58a4d29c4f7d162614d783c0caf22fcd7afa6752549144597850710a8 SHA512 099bf2443e81ae096a7647891a021ed6d5543aadbcb665bc1466f5eb92b4e5ed515a83507902c20635f839d5f76265d99ccfdafca634d4ed6d6b71626e13a514 AUX libupnp-1.6.19-docs-install.patch 387 BLAKE2B 0b9718be9e26b2e72b5c276d851ce6c4f66d2e41863569ac0ff49ddee95a4858f2f60d4c792439aeb3969bec83f0dede2631298cb6c6d46a76b317282f967d77 SHA512 b9c3ff0014f3b0d4f62b4b52948356581e09b5beefa548ddbe9a93084d2df0708557c22fafe919c867a9e48e5c19d09bfdded2619c8dde67cc44a3c12721671c AUX libupnp-1.6.21-cflags.patch 905 BLAKE2B 576747e560b4612fbd3432187c9fe8106bbbca2d8f19eb4b76315809dfe77e492570058997e39cbb530069013f01c5683c1beb63436142c3ed4733526a6e4d7c SHA512 3ecc83863e4cf35b9f0ba10b7982aaa103bb2eea7e0f256757fc5ef6a912a57dfdc237e6b20f29cc948f38816f1a57aff88aa0da7d7263658f584eb27ef7c8fe DIST libupnp-1.12.1.tar.gz 786818 BLAKE2B e44847dda5a7aeabb22a5b76cdc48d1dc69e70f7ecac85824199bf8d6e9b802cb717f2959f70690cc00babf1b554a0cb031995f80c28246b9eec670ebe7aaa90 SHA512 e4741f9245378529a15b8be7acec5af52d802ce84b82f110dab44c30da65fc2514d51d3bee6311643eb28146ea90bb3c97f44f800edb4f3ccccc1681f3e70f80 diff --git a/net-libs/libupnp/files/libupnp-1.12.0-cxx-compat.patch b/net-libs/libupnp/files/libupnp-1.12.0-cxx-compat.patch deleted file mode 100644 index cbb844952be6..000000000000 --- a/net-libs/libupnp/files/libupnp-1.12.0-cxx-compat.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 5a8e93f1a57cce5cead5c8c566a75f7c7c294c97 Mon Sep 17 00:00:00 2001 -From: Ian Whyman -Date: Mon, 27 Jan 2020 21:46:47 +0000 -Subject: [PATCH] List: Add extern C for C++ users - ---- - upnp/inc/list.h | 8 ++++++++ - 1 file changed, 8 insertions(+) - -diff --git a/upnp/inc/list.h b/upnp/inc/list.h -index 214a53e5..0fbe7efc 100644 ---- a/upnp/inc/list.h -+++ b/upnp/inc/list.h -@@ -40,6 +40,10 @@ - - #include "UpnpGlobal.h" - -+#ifdef __cplusplus -+extern "C" { -+#endif /* __cplusplus */ -+ - /** List anchor structure. This should be the *first* entry in list - * member objects, except if you want to do member offset arithmetic - * instead of simple casts (look up "containerof"). The list code itself -@@ -71,4 +75,8 @@ EXPORT_SPEC UpnpListIter UpnpListInsert(UpnpListHead *list, UpnpListIter pos, - /** Erase element at pos, return next one, or end()*/ - EXPORT_SPEC UpnpListIter UpnpListErase(UpnpListHead *list, UpnpListIter pos); - -+#ifdef __cplusplus -+} -+#endif /* __cplusplus */ -+ - #endif /* _UPNPLISTH_ */ -- cgit v1.2.3