Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/flowgrind: flowgrind-0.7.1.ebuild ChangeLog
Date: Wed, 28 May 2014 04:34:30
Message-Id: 20140528043426.7925C2004E@flycatcher.gentoo.org
1 radhermit 14/05/28 04:34:26
2
3 Modified: ChangeLog
4 Added: flowgrind-0.7.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.10 net-analyzer/flowgrind/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 11 Apr 2014 02:19:27 -0000 1.9
24 +++ ChangeLog 28 May 2014 04:34:26 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-analyzer/flowgrind
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.9 2014/04/11 02:19:27 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.10 2014/05/28 04:34:26 radhermit Exp $
30 +
31 +*flowgrind-0.7.1 (28 May 2014)
32 +
33 + 28 May 2014; Tim Harder <radhermit@g.o> +flowgrind-0.7.1.ebuild:
34 + Version bump.
35
36 *flowgrind-0.7 (11 Apr 2014)
37
38
39
40
41 1.1 net-analyzer/flowgrind/flowgrind-0.7.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.7.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.7.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: flowgrind-0.7.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.7.1.ebuild,v 1.1 2014/05/28 04:34:26 radhermit Exp $
51
52 EAPI=5
53
54 DESCRIPTION="Network performance measurement tool"
55 HOMEPAGE="http://flowgrind.net/ https://github.com/flowgrind/flowgrind/"
56 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug gsl pcap"
62
63 RDEPEND="dev-libs/xmlrpc-c[abyss,curl]
64 gsl? ( sci-libs/gsl )
65 pcap? ( net-libs/libpcap )"
66 DEPEND="${RDEPEND}"
67
68 src_configure() {
69 econf \
70 $(use_enable debug) \
71 $(use_enable gsl) \
72 $(use_enable pcap)
73 }