diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-10-07 22:04:08 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-10-07 22:04:08 +0000 |
commit | d8803cc97b7c41f3e9769e1dda42b453c8105ca9 (patch) | |
tree | 6d69f59b9008af93d44a08ff06d34dbaf7e38fe3 /net-analyzer/wireshark | |
parent | Version bump (diff) | |
download | gentoo-2-d8803cc97b7c41f3e9769e1dda42b453c8105ca9.tar.gz gentoo-2-d8803cc97b7c41f3e9769e1dda42b453c8105ca9.tar.bz2 gentoo-2-d8803cc97b7c41f3e9769e1dda42b453c8105ca9.zip |
Version bump.
(Portage version: 2.2.14_rc1/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.99.0.ebuild (renamed from net-analyzer/wireshark/wireshark-1.99.0.1989.ebuild) | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 01058b3add6a..5fc324f2b490 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.658 2014/10/03 08:30:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.659 2014/10/07 22:04:08 jer Exp $ + +*wireshark-1.99.0 (07 Oct 2014) + + 07 Oct 2014; Jeroen Roovers <jer@gentoo.org> +wireshark-1.99.0.ebuild, + -wireshark-1.99.0.1989.ebuild: + Version bump. *wireshark-1.99.0.1989 (03 Oct 2014) diff --git a/net-analyzer/wireshark/wireshark-1.99.0.1989.ebuild b/net-analyzer/wireshark/wireshark-1.99.0.ebuild index 7934885a0c75..c992f88c89b0 100644 --- a/net-analyzer/wireshark/wireshark-1.99.0.1989.ebuild +++ b/net-analyzer/wireshark/wireshark-1.99.0.ebuild @@ -1,16 +1,13 @@ # 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.99.0.1989.ebuild,v 1.1 2014/10/03 08:30:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0.ebuild,v 1.1 2014/10/07 22:04:08 jer Exp $ EAPI=5 -inherit autotools eutils fcaps qt4-r2 user versionator +inherit autotools eutils fcaps qt4-r2 user DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="http://www.wireshark.org/" - -WS_GIT="6621b1f" -WS_PV="$(version_format_string '$1.$2.$3-$4-g${WS_GIT}')" -SRC_URI="${HOMEPAGE}download/automated/src/${PN}-${WS_PV}.tar.bz2" +SRC_URI="${HOMEPAGE}download/src/all-versions/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/${PV}" @@ -72,8 +69,6 @@ DEPEND=" virtual/pkgconfig " -S=${WORKDIR}/${PN}-${WS_PV} - pkg_setup() { enewgroup wireshark } |