Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/torsocks/files: fix-docdir.patch
Date: Tue, 27 Dec 2011 01:16:04
Message-Id: 20111227011548.C38BE2004B@flycatcher.gentoo.org
1 blueness 11/12/27 01:15:48
2
3 Added: fix-docdir.patch
4 Log:
5 Put doc files in proper docdir, bug #395951
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-proxy/torsocks/files/fix-docdir.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/files/fix-docdir.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/files/fix-docdir.patch?rev=1.1&content-type=text/plain
14
15 Index: fix-docdir.patch
16 ===================================================================
17 diff -Naur torsocks-1.2.orig/doc/Makefile.am torsocks-1.2/doc/Makefile.am
18 --- torsocks-1.2.orig/doc/Makefile.am 2011-10-26 14:30:26.000000000 -0400
19 +++ torsocks-1.2/doc/Makefile.am 2011-12-26 20:05:40.000000000 -0500
20 @@ -7,8 +7,6 @@
21 # Install man pages
22 dist_man_MANS = torsocks.1 torsocks.8 usewithtor.1 torsocks.conf.5
23
24 -dist_data_DATA = socks/SOCKS5 socks/SOCKS4.protocol socks/socks-extensions.txt \
25 - patches/compilewarnings.patch patches/conffile.patch patches/getaddrbyhost.patch \
26 - patches/getpeername.patch patches/infiniteloop.patch patches/localaddresses.patch \
27 - patches/README patches/README.TORDNS patches/tordns.patch notes/DEBUG
28 +dist_doc_DATA = socks/SOCKS5 socks/SOCKS4.protocol socks/socks-extensions.txt \
29 + notes/DEBUG
30
31 diff -Naur torsocks-1.2.orig/test/Makefile.am torsocks-1.2/test/Makefile.am
32 --- torsocks-1.2.orig/test/Makefile.am 2011-10-26 14:21:57.000000000 -0400
33 +++ torsocks-1.2/test/Makefile.am 2011-12-26 20:04:34.000000000 -0500
34 @@ -4,4 +4,4 @@
35 test_torsocks_LDFLAGS= $(TESTLDFLAGS)
36 CLEANFILES= test_torsocks
37
38 -dist_data_DATA = run_tests.sh expectedresults.txt
39 \ No newline at end of file
40 +dist_doc_DATA = run_tests.sh expectedresults.txt