Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Tue, 24 Jan 2017 06:49:09
Message-Id: 1485240527.4091dc8905d9896cc6040999ebdfb37c5f7d19fc.jer@gentoo
1 commit: 4091dc8905d9896cc6040999ebdfb37c5f7d19fc
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 06:48:47 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 06:48:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4091dc89
7
8 net-analyzer/wireshark: Replace dohtml in live ebuild.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-analyzer/wireshark/wireshark-99999999.ebuild | 15 ++++++++-------
13 1 file changed, 8 insertions(+), 7 deletions(-)
14
15 diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
16 index bab62ea..5471dbc 100644
17 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild
18 +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
19 @@ -192,18 +192,19 @@ src_compile() {
20 src_install() {
21 default
22
23 + # FAQ is not required as is installed from help/faq.txt
24 + dodoc AUTHORS ChangeLog NEWS README{,.bsd,.linux,.macos,.vmware} \
25 + doc/{randpkt.txt,README*}
26 +
27 if use doc; then
28 - dohtml -r docbook/{release-notes.html,ws{d,u}g_html{,_chunked}}
29 + docinto /usr/share/doc/${PF}/html
30 + dodoc -r docbook/{release-notes.html,ws{d,u}g_html{,_chunked}}
31 if use doc-pdf; then
32 - insinto /usr/share/doc/${PF}/pdf/
33 - doins docbook/{developer,user}-guide-{a4,us}.pdf docbook/release-notes.pdf
34 + docinto /usr/share/doc/${PF}/pdf/
35 + dodoc docbook/{developer,user}-guide-{a4,us}.pdf docbook/release-notes.pdf
36 fi
37 fi
38
39 - # FAQ is not required as is installed from help/faq.txt
40 - dodoc AUTHORS ChangeLog NEWS README{,.bsd,.linux,.macos,.vmware} \
41 - doc/{randpkt.txt,README*}
42 -
43 # install headers
44 local wsheader
45 for wsheader in \