dev-python/owslib: remove unused patch(es)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2021-11-01 17:25:14 +01:00
committed by Louis Sautier
parent 74dae006a7
commit e0247092ec

View File

@@ -1,41 +0,0 @@
Description: Fix privacy breaches.
Author: Johan Van de Wauw <johan@vandewauw.be>
--- 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 %}