diff options
author | 2014-07-17 16:15:14 +0000 | |
---|---|---|
committer | 2014-07-17 16:15:14 +0000 | |
commit | 8cdaad41fe52b2bc396c517b30bea27243ecb6d9 (patch) | |
tree | 6ac71d67d6a50d2d84ff6de0f49edc1a88ece27b /net-analyzer/tcpflow | |
parent | old (diff) | |
download | gentoo-2-8cdaad41fe52b2bc396c517b30bea27243ecb6d9.tar.gz gentoo-2-8cdaad41fe52b2bc396c517b30bea27243ecb6d9.tar.bz2 gentoo-2-8cdaad41fe52b2bc396c517b30bea27243ecb6d9.zip |
Patch version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/tcpflow')
-rw-r--r-- | net-analyzer/tcpflow/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.4.4_p3.ebuild (renamed from net-analyzer/tcpflow/tcpflow-1.4.4_p2.ebuild) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/tcpflow/ChangeLog b/net-analyzer/tcpflow/ChangeLog index 56f2223f8de2..73d7b552f9b6 100644 --- a/net-analyzer/tcpflow/ChangeLog +++ b/net-analyzer/tcpflow/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/tcpflow # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.50 2014/06/24 19:24:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.51 2014/07/17 16:15:14 jer Exp $ + +*tcpflow-1.4.4_p3 (17 Jul 2014) + + 17 Jul 2014; Jeroen Roovers <jer@gentoo.org> -tcpflow-1.4.4_p2.ebuild, + +tcpflow-1.4.4_p3.ebuild: + Patch version bump. 24 Jun 2014; Markus Meier <maekke@gentoo.org> tcpflow-1.4.4_p2.ebuild: add ~arm, bug #513078 diff --git a/net-analyzer/tcpflow/tcpflow-1.4.4_p2.ebuild b/net-analyzer/tcpflow/tcpflow-1.4.4_p3.ebuild index 787e1c8440ae..a120376f9c77 100644 --- a/net-analyzer/tcpflow/tcpflow-1.4.4_p2.ebuild +++ b/net-analyzer/tcpflow/tcpflow-1.4.4_p3.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/tcpflow/tcpflow-1.4.4_p2.ebuild,v 1.2 2014/06/24 19:24:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-1.4.4_p3.ebuild,v 1.1 2014/07/17 16:15:14 jer Exp $ EAPI=5 inherit autotools eutils @@ -9,7 +9,7 @@ DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows" HOMEPAGE="https://github.com/simsong/tcpflow http://packages.qa.debian.org/t/tcpflow.html" SRC_URI=" mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}+repack1.orig.tar.gz - mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}+repack1-${PV/*_p}.debian.tar.gz + mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}+repack1-${PV/*_p}.debian.tar.xz " LICENSE="GPL-3" @@ -35,7 +35,6 @@ S=${WORKDIR}/${PN} src_prepare() { epatch "${WORKDIR}"/debian/patches/*.patch - epatch "${FILESDIR}"/${P}-deps.patch mv -f README{.md,} || die |