summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-04-25 01:53:08 +0000
committerTim Harder <radhermit@gentoo.org>2013-04-25 01:53:08 +0000
commite16d30624cc39ca3670c28cff7bd8824733a2f48 (patch)
treede38f655831fb0f2fc6d5ddd870e66595eeccf8a /net-analyzer
parentStable for HPPA (bug #467144). (diff)
downloadgentoo-2-e16d30624cc39ca3670c28cff7bd8824733a2f48.tar.gz
gentoo-2-e16d30624cc39ca3670c28cff7bd8824733a2f48.tar.bz2
gentoo-2-e16d30624cc39ca3670c28cff7bd8824733a2f48.zip
Version bump.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/flowgrind/ChangeLog7
-rw-r--r--net-analyzer/flowgrind/flowgrind-0.6.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/net-analyzer/flowgrind/ChangeLog b/net-analyzer/flowgrind/ChangeLog
index 27780f808aeb..6cae585a363d 100644
--- a/net-analyzer/flowgrind/ChangeLog
+++ b/net-analyzer/flowgrind/ChangeLog
@@ -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.5 2013/01/14 19:41:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.6 2013/04/25 01:53:08 radhermit Exp $
+
+*flowgrind-0.6.0 (25 Apr 2013)
+
+ 25 Apr 2013; Tim Harder <radhermit@gentoo.org> +flowgrind-0.6.0.ebuild:
+ Version bump.
*flowgrind-0.5.9 (14 Jan 2013)
diff --git a/net-analyzer/flowgrind/flowgrind-0.6.0.ebuild b/net-analyzer/flowgrind/flowgrind-0.6.0.ebuild
new file mode 100644
index 000000000000..2f09699d65c4
--- /dev/null
+++ b/net-analyzer/flowgrind/flowgrind-0.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.6.0.ebuild,v 1.1 2013/04/25 01:53:08 radhermit Exp $
+
+EAPI=5
+
+DESCRIPTION="Network performance measurement tool"
+HOMEPAGE="https://launchpad.net/flowgrind"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PN}-${PV:0:3}/+download/${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)
+}