radhermit    14/04/11 02:19:27

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

Revision  Changes    Path
1.9                  net-analyzer/flowgrind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   10 Jul 2013 16:37:49 -0000      1.8
+++ ChangeLog   11 Apr 2014 02:19:27 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/flowgrind
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.8 
2013/07/10 16:37:49 jer Exp $
+# 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 $
+
+*flowgrind-0.7 (11 Apr 2014)
+
+  11 Apr 2014; Tim Harder <radher...@gentoo.org> +flowgrind-0.7.ebuild:
+  Version bump.
 
   10 Jul 2013; Jeroen Roovers <j...@gentoo.org> -flowgrind-0.5.8.ebuild,
   -flowgrind-0.6.0.ebuild:



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

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

Index: flowgrind-0.7.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.ebuild,v 1.1 
2014/04/11 02:19:27 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-2"
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