radhermit    14/05/28 04:34:26

  Modified:             ChangeLog
  Added:                flowgrind-0.7.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.10                 net-analyzer/flowgrind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   11 Apr 2014 02:19:27 -0000      1.9
+++ ChangeLog   28 May 2014 04:34:26 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/flowgrind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.9 
2014/04/11 02:19:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.10 
2014/05/28 04:34:26 radhermit Exp $
+
+*flowgrind-0.7.1 (28 May 2014)
+
+  28 May 2014; Tim Harder <[email protected]> +flowgrind-0.7.1.ebuild:
+  Version bump.
 
 *flowgrind-0.7 (11 Apr 2014)
 



1.1                  net-analyzer/flowgrind/flowgrind-0.7.1.ebuild

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

Index: flowgrind-0.7.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.7.1.ebuild,v 1.1 
2014/05/28 04:34:26 radhermit Exp $

EAPI=5

DESCRIPTION="Network performance measurement tool"
HOMEPAGE="http://flowgrind.net/ https://github.com/flowgrind/flowgrind/";
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug gsl pcap"

RDEPEND="dev-libs/xmlrpc-c[abyss,curl]
        gsl? ( sci-libs/gsl )
        pcap? ( net-libs/libpcap )"
DEPEND="${RDEPEND}"

src_configure() {
        econf \
                $(use_enable debug) \
                $(use_enable gsl) \
                $(use_enable pcap)
}




Reply via email to