diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-04-14 15:37:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-04-14 15:37:43 +0000 |
commit | 0d5a8b96bdf6cbb99c28edefa76daf029c9e22bc (patch) | |
tree | 9f0e57a4cdf49345444404190eee40ad49f7f183 /net-analyzer | |
parent | Revision bump introduces subslot. (diff) | |
download | gentoo-2-0d5a8b96bdf6cbb99c28edefa76daf029c9e22bc.tar.gz gentoo-2-0d5a8b96bdf6cbb99c28edefa76daf029c9e22bc.tar.bz2 gentoo-2-0d5a8b96bdf6cbb99c28edefa76daf029c9e22bc.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.11.3_pre2375.ebuild (renamed from net-analyzer/wireshark/wireshark-1.11.3_pre2150.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 8000e70d6b8e..5892d4969535 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.601 2014/03/29 16:26:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.602 2014/04/14 15:37:43 jer Exp $ + +*wireshark-1.11.3_pre2375 (14 Apr 2014) + + 14 Apr 2014; Jeroen Roovers <jer@gentoo.org> + -wireshark-1.11.3_pre2150.ebuild, +wireshark-1.11.3_pre2375.ebuild: + Version bump. *wireshark-1.11.3_pre2150 (29 Mar 2014) diff --git a/net-analyzer/wireshark/wireshark-1.11.3_pre2150.ebuild b/net-analyzer/wireshark/wireshark-1.11.3_pre2375.ebuild index c69f1cd65aa4..d9e523bb10e3 100644 --- a/net-analyzer/wireshark/wireshark-1.11.3_pre2150.ebuild +++ b/net-analyzer/wireshark/wireshark-1.11.3_pre2375.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.3_pre2150.ebuild,v 1.1 2014/03/29 16:26:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.3_pre2375.ebuild,v 1.1 2014/04/14 15:37:43 jer Exp $ EAPI=5 inherit autotools eutils fcaps qt4-r2 user versionator @@ -8,7 +8,7 @@ inherit autotools eutils fcaps qt4-r2 user versionator WS_PV="$(get_version_component_range 1-3)" WS_REV="$(get_version_component_range 4)" WS_REV="${WS_REV/pre/}" -WS_GIT="g302632f" +WS_GIT="g9a9ca0a" DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="http://www.wireshark.org/" |