jer         14/06/30 13:04:05

  Modified:             ChangeLog
  Added:                tcpstat-1.5-r2.ebuild
  Log:
  EAPI bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.22                 net-analyzer/tcpstat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   14 Jun 2012 13:29:17 -0000      1.21
+++ ChangeLog   30 Jun 2014 13:04:05 -0000      1.22
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/tcpstat
-# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.21 
2012/06/14 13:29:17 ago Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.22 
2014/06/30 13:04:05 jer Exp $
+
+*tcpstat-1.5-r2 (30 Jun 2014)
+
+  30 Jun 2014; Jeroen Roovers <[email protected]> +tcpstat-1.5-r2.ebuild:
+  EAPI bump.
 
   14 Jun 2012; Agostino Sarubbo <[email protected]> tcpstat-1.5-r1.ebuild:
   stable for amd64



1.1                  net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild?rev=1.1&content-type=text/plain

Index: tcpstat-1.5-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild,v 
1.1 2014/06/30 13:04:05 jer Exp $

EAPI=5
inherit eutils autotools flag-o-matic

DESCRIPTION="Reports network interface statistics"
SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz";
HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/";

DEPEND="net-libs/libpcap"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="ipv6"

src_prepare() {
        epatch "${FILESDIR}"/${P}-db.patch
        eautoreconf
}

src_configure() {
        append-flags -Wall -Wextra
        econf $(use_enable ipv6)
}

DOCS=( AUTHORS ChangeLog NEWS README doc/Tips_and_Tricks.txt )

src_install() {
        default
        dobin src/{catpcap,packetdump}
        newdoc src/README README.src
}




Reply via email to