diff options
author | Peter Volkov <pva@gentoo.org> | 2008-12-14 14:40:09 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-12-14 14:40:09 +0000 |
commit | c2823e968d15f0a452bc5d78562458516979c0fd (patch) | |
tree | bdf5c0d1210618b74410aca75f7e1578c896f708 /net-analyzer | |
parent | Add !net-proxy/sshproxy dependency atom (#248193). (diff) | |
download | gentoo-2-c2823e968d15f0a452bc5d78562458516979c0fd.tar.gz gentoo-2-c2823e968d15f0a452bc5d78562458516979c0fd.tar.bz2 gentoo-2-c2823e968d15f0a452bc5d78562458516979c0fd.zip |
Fixed dodoc on nonexistent files, bug #248425, thank Markus Meier for report.
(Portage version: 2.1.6.1/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index b5945c279af4..f5788cf7eb7e 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.138 2008/12/14 14:12:15 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.139 2008/12/14 14:40:09 pva Exp $ + + 14 Dec 2008; Peter Volkov <pva@gentoo.org> wireshark-1.0.5.ebuild: + Fixed dodoc on nonexistent files, bug #248425, thank Markus Meier for report. 14 Dec 2008; Tobias Klausmann <klausman@gentoo.org> wireshark-1.0.5.ebuild: diff --git a/net-analyzer/wireshark/wireshark-1.0.5.ebuild b/net-analyzer/wireshark/wireshark-1.0.5.ebuild index edb47740fb19..798a17c435db 100644 --- a/net-analyzer/wireshark/wireshark-1.0.5.ebuild +++ b/net-analyzer/wireshark/wireshark-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild,v 1.4 2008/12/14 14:12:15 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild,v 1.5 2008/12/14 14:40:09 pva Exp $ EAPI=1 WANT_AUTOMAKE="1.9" @@ -138,7 +138,7 @@ src_install() { doins wiretap/wtap.h # FAQ is not required as is installed from help/faq.txt - dodoc AUTHORS ChangeLog NEWS README{,bsd,linux,macos,vmware} doc/randpkt.txt + dodoc AUTHORS ChangeLog NEWS README{,.bsd,.linux,.macos,.vmware} doc/randpkt.txt if use gtk ; then insinto /usr/share/icons/hicolor/16x16/apps |