commit:     0dbdf26736888830d1df070f84895e606cac2e9e
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Wed Jan 11 16:35:22 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 09:48:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbdf267

net-analyzer/linkchecker: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/3434

 net-analyzer/linkchecker/files/7.0-unbundle.patch  | 28 -----------------
 .../linkchecker/files/7.4-missing-files.patch      | 13 --------
 .../files/linkchecker-8.0-desktop.patch            | 28 -----------------
 .../files/linkchecker-8.3-unbundle.patch           | 28 -----------------
 .../linkchecker/files/linkchecker-8.4-help.patch   | 36 ----------------------
 5 files changed, 133 deletions(-)

diff --git a/net-analyzer/linkchecker/files/7.0-unbundle.patch 
b/net-analyzer/linkchecker/files/7.0-unbundle.patch
deleted file mode 100644
index 74b9d11..00000000
--- a/net-analyzer/linkchecker/files/7.0-unbundle.patch
+++ /dev/null
@@ -1,28 +0,0 @@
- setup.py |    7 -------
- 1 files changed, 0 insertions(+), 7 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 8eace2a..e6aaf68 100644
---- a/setup.py
-+++ b/setup.py
-@@ -754,9 +754,6 @@ o a (Fast)CGI web interface (requires HTTP server)
-         'py2app': MyPy2app,
-         'register': MyRegister,
-     },
--    package_dir = {
--        'dns': 'third_party/dnspython/dns',
--    },
-     packages = [
-         'linkcheck',
-         'linkcheck.bookmarks',
-@@ -769,10 +766,6 @@ o a (Fast)CGI web interface (requires HTTP server)
-         'linkcheck.HtmlParser',
-         'linkcheck.logger',
-         'linkcheck.network',
--        'dns',
--        'dns.rdtypes',
--        'dns.rdtypes.ANY',
--        'dns.rdtypes.IN',
-     ],
-     ext_modules = [
-         Extension('linkcheck.HtmlParser.htmlsax',

diff --git a/net-analyzer/linkchecker/files/7.4-missing-files.patch 
b/net-analyzer/linkchecker/files/7.4-missing-files.patch
deleted file mode 100644
index cb8e44a..00000000
--- a/net-analyzer/linkchecker/files/7.4-missing-files.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 38b4c15..716203d 100755
---- a/setup.py
-+++ b/setup.py
-@@ -375,7 +375,7 @@ myemail = "[email protected]"
- data_files = [
-     ('share/linkchecker',
-         ['config/linkcheckerrc',
--        'doc/html/lccollection.qhc', 'doc/html/lcdoc.qch']),
-+        'doc/html/lccollection.qhcp', 'doc/html/lcdoc.qhp']),
-     ('share/linkchecker/examples',
-         ['cgi-bin/lconline/leer.html.en',
-          'cgi-bin/lconline/leer.html.de',

diff --git a/net-analyzer/linkchecker/files/linkchecker-8.0-desktop.patch 
b/net-analyzer/linkchecker/files/linkchecker-8.0-desktop.patch
deleted file mode 100644
index dc07637..00000000
--- a/net-analyzer/linkchecker/files/linkchecker-8.0-desktop.patch
+++ /dev/null
@@ -1,28 +0,0 @@
- doc/linkchecker-gui.desktop | 2 +-
- doc/linkchecker.desktop     | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/doc/linkchecker-gui.desktop b/doc/linkchecker-gui.desktop
-index 7e06b6e..1b3988f 100644
---- a/doc/linkchecker-gui.desktop
-+++ b/doc/linkchecker-gui.desktop
-@@ -6,5 +6,5 @@ Version=1.0
- Type=Application
- Exec=linkchecker-gui
- Terminal=false
--Categories=Network;WebDevelopment
-+Categories=Network;WebDevelopment;
- Icon=logo48x48
-diff --git a/doc/linkchecker.desktop b/doc/linkchecker.desktop
-index 0c0617c..7a88405 100644
---- a/doc/linkchecker.desktop
-+++ b/doc/linkchecker.desktop
-@@ -5,6 +5,6 @@ GenericName[de]=URL Validator
- Version=1.0
- Type=Application
- Exec=linkchecker
--Terminal=True
--Categories=Network;WebDevelopment
-+Terminal=true
-+Categories=Network;WebDevelopment;
- Icon=logo48x48

diff --git a/net-analyzer/linkchecker/files/linkchecker-8.3-unbundle.patch 
b/net-analyzer/linkchecker/files/linkchecker-8.3-unbundle.patch
deleted file mode 100644
index 558bb27..00000000
--- a/net-analyzer/linkchecker/files/linkchecker-8.3-unbundle.patch
+++ /dev/null
@@ -1,28 +0,0 @@
- setup.py | 7 -------
- 1 file changed, 7 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 36c2536..99fdf08 100644
---- a/setup.py
-+++ b/setup.py
-@@ -898,9 +898,6 @@ o a command line, GUI and web interface
-         'py2app': MyPy2app,
-         'register': MyRegister,
-     },
--    package_dir = {
--        'linkcheck_dns.dns': 'third_party/dnspython/dns',
--    },
-     packages = [
-         'linkcheck',
-         'linkcheck.bookmarks',
-@@ -913,10 +910,6 @@ o a command line, GUI and web interface
-         'linkcheck.HtmlParser',
-         'linkcheck.logger',
-         'linkcheck.network',
--        'linkcheck_dns.dns',
--        'linkcheck_dns.dns.rdtypes',
--        'linkcheck_dns.dns.rdtypes.ANY',
--        'linkcheck_dns.dns.rdtypes.IN',
-     ],
-     ext_modules = [
-         Extension('linkcheck.HtmlParser.htmlsax',

diff --git a/net-analyzer/linkchecker/files/linkchecker-8.4-help.patch 
b/net-analyzer/linkchecker/files/linkchecker-8.4-help.patch
deleted file mode 100644
index 32360b6..00000000
--- a/net-analyzer/linkchecker/files/linkchecker-8.4-help.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From a7c1cdd6f69a1b91a95361359e49494b4ed88701 Mon Sep 17 00:00:00 2001
-From: Bastian Kleineidam <[email protected]>
-Date: Tue, 10 Dec 2013 20:56:26 +0100
-Subject: [PATCH] Check for help files.
-
----
- linkcheck/configuration/__init__.py | 6 ++++--
- 2 files changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/linkcheck/configuration/__init__.py 
b/linkcheck/configuration/__init__.py
-index 3b72499..f40f285 100644
---- a/linkcheck/configuration/__init__.py
-+++ b/linkcheck/configuration/__init__.py
-@@ -96,7 +96,8 @@ def get_share_file (devel_dir, filename):
-     @param filename: filename to search for
-     @ptype filename: string
-     @return: the found filename or None
--    @rtype: string or None
-+    @rtype: string
-+    @raises: ValueError if not found
-     """
-     paths = [
-         # when developing
-@@ -112,7 +113,8 @@ def get_share_file (devel_dir, filename):
-         if os.path.isfile(fullpath):
-             return fullpath
-     # not found
--    return None
-+    msg = "%s not found in %s; check your installation" % (filename, paths)
-+    raise ValueError(msg)
- 
- 
- # dynamic options
--- 
-1.8.5.1
-

Reply via email to