commit: e0247092ecaeffc631dc47afd24859957df6ddec Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Nov 1 16:25:14 2021 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Mon Nov 1 17:34:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0247092
dev-python/owslib: remove unused patch(es) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> .../files/owslib-0.20.0-no-privacybreach.patch | 41 ---------------------- 1 file changed, 41 deletions(-) diff --git a/dev-python/owslib/files/owslib-0.20.0-no-privacybreach.patch b/dev-python/owslib/files/owslib-0.20.0-no-privacybreach.patch deleted file mode 100644 index 45bcb8b38d1..00000000000 --- a/dev-python/owslib/files/owslib-0.20.0-no-privacybreach.patch +++ /dev/null @@ -1,41 +0,0 @@ -Description: Fix privacy breaches. -Author: Johan Van de Wauw <[email protected]> - ---- a/docs/en/index.rst -+++ b/docs/en/index.rst -@@ -5,11 +5,7 @@ OWSLib |release| documentation - .. toctree:: - :maxdepth: 2 - --.. image:: https://www.openhub.net/p/owslib/widgets/project_partner_badge.gif -- :width: 193px -- :height: 33px -- :alt: OWSLib -- :target: https://www.openhub.net/p/owslib?ref=WidgetProjectPartnerBadge -+`OpenHUB <https://www.openhub.net/p/owslib?ref=WidgetProjectPartnerBadge>`_ - - :Author: Tom Kralidis - :Contact: tomkralidis at gmail.com ---- a/docs/_templates/layout.html -+++ b/docs/_templates/layout.html -@@ -3,20 +3,6 @@ - {%- block extrahead %} - {{ super() }} - --<script type="text/javascript"> -- -- var _gaq = _gaq || []; -- _gaq.push(['_setAccount', 'UA-32866201-1']); -- _gaq.push(['_trackPageview']); -- -- (function() { -- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; -- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; -- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); -- })(); -- --</script> -- - {% endblock %} - - {% block relbar1 %}
