diff options
author | 2011-06-02 19:06:57 +0000 | |
---|---|---|
committer | 2011-06-02 19:06:57 +0000 | |
commit | 8b3274e860a8b46ba7f6299667cc0ad6c0b25159 (patch) | |
tree | 27f638332469ef25f1259441e7f87ae09f5a2078 /net-analyzer | |
parent | Clean up: remove /dev/shm checks (hopefully obsolete thanks to openrc), remov... (diff) | |
download | gentoo-2-8b3274e860a8b46ba7f6299667cc0ad6c0b25159.tar.gz gentoo-2-8b3274e860a8b46ba7f6299667cc0ad6c0b25159.tar.bz2 gentoo-2-8b3274e860a8b46ba7f6299667cc0ad6c0b25159.zip |
Drop patch (issue fixed upstream), bug 369683 thank Agostino Sarubbo for report.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.4.7.ebuild | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 3e6a07dade26..815bb73fd2e6 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.297 2011/06/02 06:02:09 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.298 2011/06/02 19:06:57 pva Exp $ + + 02 Jun 2011; Peter Volkov <pva@gentoo.org> wireshark-1.4.7.ebuild: + Drop patch (issue fixed upstream), bug 369683 thank Agostino Sarubbo for + report. *wireshark-1.4.7 (01 Jun 2011) diff --git a/net-analyzer/wireshark/wireshark-1.4.7.ebuild b/net-analyzer/wireshark/wireshark-1.4.7.ebuild index 47d1a1a5a3d9..2ba4dc4b0e8b 100644 --- a/net-analyzer/wireshark/wireshark-1.4.7.ebuild +++ b/net-analyzer/wireshark/wireshark-1.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.7.ebuild,v 1.1 2011/06/02 05:42:25 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.7.ebuild,v 1.2 2011/06/02 19:06:57 pva Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -102,11 +102,6 @@ pkg_setup() { enewgroup wireshark } -src_prepare() { - epatch "${FILESDIR}/${P}-wspy_dissectors_dir.patch" - eautoreconf -} - src_configure() { local myconf |