net-analyzer/linkchecker: remove unused patches
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Wed, 11 Jan 2017 16:35:22 +0000 (17:35 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 15 Jan 2017 09:48:08 +0000 (10:48 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3434

net-analyzer/linkchecker/files/7.0-unbundle.patch [deleted file]
net-analyzer/linkchecker/files/7.4-missing-files.patch [deleted file]
net-analyzer/linkchecker/files/linkchecker-8.0-desktop.patch [deleted file]
net-analyzer/linkchecker/files/linkchecker-8.3-unbundle.patch [deleted file]
net-analyzer/linkchecker/files/linkchecker-8.4-help.patch [deleted file]

diff --git a/net-analyzer/linkchecker/files/7.0-unbundle.patch b/net-analyzer/linkchecker/files/7.0-unbundle.patch
deleted file mode 100644 (file)
index 74b9d11..0000000
+++ /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 (file)
index cb8e44a..0000000
+++ /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 = "calvin@users.sourceforge.net"
- 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 (file)
index dc07637..0000000
+++ /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 (file)
index 558bb27..0000000
+++ /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 (file)
index 32360b6..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-From a7c1cdd6f69a1b91a95361359e49494b4ed88701 Mon Sep 17 00:00:00 2001
-From: Bastian Kleineidam <bastian.kleineidam@web.de>
-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
-