diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-15 12:32:03 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-15 12:32:03 +0000 |
commit | 17278299efb6bde91af051d85332055b5b8be653 (patch) | |
tree | 4cc3c6a0fc1aff8ca1570f50cee87f8e21c1267b /net-analyzer/linkchecker/files | |
parent | Switch to UTF8. (diff) | |
download | gentoo-2-17278299efb6bde91af051d85332055b5b8be653.tar.gz gentoo-2-17278299efb6bde91af051d85332055b5b8be653.tar.bz2 gentoo-2-17278299efb6bde91af051d85332055b5b8be653.zip |
net-analyzer/linkchecker: Version Bump; fix new upstream location; move to EAPI=5 and distutils-r1
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'net-analyzer/linkchecker/files')
-rw-r--r-- | net-analyzer/linkchecker/files/linkchecker-8.3-unbundle.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-analyzer/linkchecker/files/linkchecker-8.3-unbundle.patch b/net-analyzer/linkchecker/files/linkchecker-8.3-unbundle.patch new file mode 100644 index 000000000000..558bb2710d96 --- /dev/null +++ b/net-analyzer/linkchecker/files/linkchecker-8.3-unbundle.patch @@ -0,0 +1,28 @@ + 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', |