summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-05-28 08:04:16 +0000
committerJustin Lecher <jlec@gentoo.org>2011-05-28 08:04:16 +0000
commit71548e38ce4740fa3813fa392a50f57bb71732a9 (patch)
treeda08fe6512e3b3076084db3da1a5a760ef898e2d /net-analyzer/linkchecker/files
parentx86 stable wrt bug #366575 (diff)
downloadgentoo-2-71548e38ce4740fa3813fa392a50f57bb71732a9.tar.gz
gentoo-2-71548e38ce4740fa3813fa392a50f57bb71732a9.tar.bz2
gentoo-2-71548e38ce4740fa3813fa392a50f57bb71732a9.zip
Version Bump
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/linkchecker/files')
-rw-r--r--net-analyzer/linkchecker/files/7.0-unbundle.patch28
1 files changed, 28 insertions, 0 deletions
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',