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: 5.2-missing-files.patch
Date: Fri, 30 Apr 2010 15:22:13
Message-Id: 20100430152210.AFD402C043@corvid.gentoo.org
1 jlec 10/04/30 15:22:10
2
3 Added: 5.2-missing-files.patch
4 Log:
5 Version Bump, fixed missing dep on PyQt4, #317799, introduced USE=X, fix Python ABIs compatibility, #315075
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/linkchecker/files/5.2-missing-files.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/linkchecker/files/5.2-missing-files.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/linkchecker/files/5.2-missing-files.patch?rev=1.1&content-type=text/plain
13
14 Index: 5.2-missing-files.patch
15 ===================================================================
16 diff --git a/setup.py b/setup.py
17 index 38b4c15..716203d 100755
18 --- a/setup.py
19 +++ b/setup.py
20 @@ -375,7 +375,7 @@ myemail = "calvin@×××××××××××××××××.net"
21 data_files = [
22 ('share/linkchecker',
23 ['config/linkcheckerrc', 'config/logging.conf',
24 - 'doc/html/lccollection.qhc', 'doc/html/lcdoc.qch']),
25 + 'doc/html/lccollection.qhcp', 'doc/html/lcdoc.qhp']),
26 ('share/linkchecker/examples',
27 ['cgi-bin/lconline/leer.html.en',
28 'cgi-bin/lconline/leer.html.de',