Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/linkchecker/files: linkchecker-9.2-unbundle.patch
Date: Wed, 30 Apr 2014 10:08:29
Message-Id: 20140430100824.09CB92004C@flycatcher.gentoo.org
1 jlec 14/04/30 10:08:23
2
3 Added: linkchecker-9.2-unbundle.patch
4 Log:
5 net-analyzer/linkchecker: Verison BUmp
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.1 net-analyzer/linkchecker/files/linkchecker-9.2-unbundle.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/files/linkchecker-9.2-unbundle.patch?rev=1.1&view=markup
13 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
14
15 Index: linkchecker-9.2-unbundle.patch
16 ===================================================================
17 setup.py | 7 -------
18 1 file changed, 7 deletions(-)
19
20 diff --git a/setup.py b/setup.py
21 old mode 100755
22 new mode 100644
23 index dc30a7d..d62622b
24 --- a/setup.py
25 +++ b/setup.py
26 @@ -900,9 +900,6 @@ o a command line, GUI and web interface
27 'py2exe': MyPy2exe,
28 'py2app': MyPy2app,
29 },
30 - package_dir = {
31 - 'linkcheck_dns.dns': 'third_party/dnspython/dns',
32 - },
33 packages = [
34 'linkcheck',
35 'linkcheck.bookmarks',
36 @@ -917,10 +914,6 @@ o a command line, GUI and web interface
37 'linkcheck.network',
38 'linkcheck.parser',
39 'linkcheck.plugins',
40 - 'linkcheck_dns.dns',
41 - 'linkcheck_dns.dns.rdtypes',
42 - 'linkcheck_dns.dns.rdtypes.ANY',
43 - 'linkcheck_dns.dns.rdtypes.IN',
44 ],
45 ext_modules = [
46 Extension('linkcheck.HtmlParser.htmlsax',