diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-07-25 15:21:46 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-07-25 15:21:46 +0000 |
commit | 9cc265ff7415ee2e91a91dbfc145b825b70f0277 (patch) | |
tree | 04b20c17e269617d5ae96e69de60f5b837e2f759 /net-analyzer/wireshark | |
parent | Really unmask bmpx (diff) | |
download | gentoo-2-9cc265ff7415ee2e91a91dbfc145b825b70f0277.tar.gz gentoo-2-9cc265ff7415ee2e91a91dbfc145b825b70f0277.tar.bz2 gentoo-2-9cc265ff7415ee2e91a91dbfc145b825b70f0277.zip |
added ethereal -> wireshark and tethereal -> tshark symlinks
(Portage version: 2.1.1_pre3-r4)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 4 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.2.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 15161d830067..ffdf8239be81 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.15 2006/07/25 14:44:10 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.16 2006/07/25 15:21:46 dragonheart Exp $ 25 Jul 2006; Daniel Black <dragonheart@gentoo.org> wireshark-0.99.2.ebuild: added RDEPEND on selinux-wireshark for USE=selinux. Thanks to Petre bug #141156 removed RDEPEND=!net-analyzer in preparation for ethereal->wireshark move. + added ethereal -> wireshark and tethereal -> tshark symlinks thanks to + suggestion from solar 20 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> wireshark-0.99.2.ebuild: diff --git a/net-analyzer/wireshark/wireshark-0.99.2.ebuild b/net-analyzer/wireshark/wireshark-0.99.2.ebuild index b22852f0df7f..da1bb5a98251 100644 --- a/net-analyzer/wireshark/wireshark-0.99.2.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.2.ebuild,v 1.10 2006/07/25 14:44:10 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.2.ebuild,v 1.11 2006/07/25 15:21:46 dragonheart Exp $ inherit libtool flag-o-matic eutils autotools @@ -111,6 +111,8 @@ src_install() { insinto /usr/share/icons/hicolor/48x48/apps newins "${S}"/image/hi48-app-wireshark.png wireshark.png make_desktop_entry wireshark "Wireshark" wireshark + dosym tshark /usr/bin/tethereal + dosym wireshark /usr/bin/ethereal } pkg_postinst() { |