From 71548e38ce4740fa3813fa392a50f57bb71732a9 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 28 May 2011 08:04:16 +0000 Subject: Version Bump (Portage version: 2.2.0_alpha37/cvs/Linux x86_64) --- net-analyzer/linkchecker/files/7.0-unbundle.patch | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 net-analyzer/linkchecker/files/7.0-unbundle.patch (limited to 'net-analyzer/linkchecker/files') diff --git a/net-analyzer/linkchecker/files/7.0-unbundle.patch b/net-analyzer/linkchecker/files/7.0-unbundle.patch new file mode 100644 index 000000000000..74b9d11c26e9 --- /dev/null +++ b/net-analyzer/linkchecker/files/7.0-unbundle.patch @@ -0,0 +1,28 @@ + 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', -- cgit v1.2.3-65-gdbad