diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-11-16 15:08:33 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-11-16 15:08:33 +0000 |
commit | 535518869ef768e9d907c53ec6b1f46343278cb5 (patch) | |
tree | c82e2c7effc270ff7a7d10ba03bf1435674bf480 /net-analyzer/wireshark | |
parent | Version bump. (diff) | |
download | gentoo-2-535518869ef768e9d907c53ec6b1f46343278cb5.tar.gz gentoo-2-535518869ef768e9d907c53ec6b1f46343278cb5.tar.bz2 gentoo-2-535518869ef768e9d907c53ec6b1f46343278cb5.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.11.1.ebuild (renamed from net-analyzer/wireshark/wireshark-1.11.0-r2.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index a6732c34464d..ca81af97c281 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.563 2013/11/12 22:31:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.564 2013/11/16 15:08:33 jer Exp $ + +*wireshark-1.11.1 (16 Nov 2013) + + 16 Nov 2013; Jeroen Roovers <jer@gentoo.org> -wireshark-1.11.0-r2.ebuild, + +wireshark-1.11.1.ebuild: + Version bump. 12 Nov 2013; Jeroen Roovers <jer@gentoo.org> -wireshark-1.10.2.ebuild, -wireshark-1.8.10.ebuild: diff --git a/net-analyzer/wireshark/wireshark-1.11.0-r2.ebuild b/net-analyzer/wireshark/wireshark-1.11.1.ebuild index 1e849ab91c66..f7975f58f6db 100644 --- a/net-analyzer/wireshark/wireshark-1.11.0-r2.ebuild +++ b/net-analyzer/wireshark/wireshark-1.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.0-r2.ebuild,v 1.1 2013/10/27 15:15:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.1.ebuild,v 1.1 2013/11/16 15:08:33 jer Exp $ EAPI=5 inherit autotools eutils fcaps user @@ -86,7 +86,7 @@ pkg_setup() { src_prepare() { epatch \ "${FILESDIR}"/${PN}-1.6.13-ldflags.patch \ - "${FILESDIR}"/${P}-oldlibs.patch + "${FILESDIR}"/${PN}-1.11.0-oldlibs.patch epatch_user |