jlec 14/04/30 10:08:23 Added: linkchecker-9.2-unbundle.patch Log: net-analyzer/linkchecker: Verison BUmp (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.1 net-analyzer/linkchecker/files/linkchecker-9.2-unbundle.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/files/linkchecker-9.2-unbundle.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/files/linkchecker-9.2-unbundle.patch?rev=1.1&content-type=text/plain Index: linkchecker-9.2-unbundle.patch =================================================================== setup.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index dc30a7d..d62622b --- a/setup.py +++ b/setup.py @@ -900,9 +900,6 @@ o a command line, GUI and web interface 'py2exe': MyPy2exe, 'py2app': MyPy2app, }, - package_dir = { - 'linkcheck_dns.dns': 'third_party/dnspython/dns', - }, packages = [ 'linkcheck', 'linkcheck.bookmarks', @@ -917,10 +914,6 @@ o a command line, GUI and web interface 'linkcheck.network', 'linkcheck.parser', 'linkcheck.plugins', - 'linkcheck_dns.dns', - 'linkcheck_dns.dns.rdtypes', - 'linkcheck_dns.dns.rdtypes.ANY', - 'linkcheck_dns.dns.rdtypes.IN', ], ext_modules = [ Extension('linkcheck.HtmlParser.htmlsax',
