summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-14 19:41:28 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-14 19:41:28 +0000
commit1bd14438944aafda56b0fdac55cb2d0d71cd3ec1 (patch)
tree52b0c94a92325931809d6151f237a8cbe59f9c35 /net-analyzer/flowgrind
parentStable for amd64, wrt bug #451630 (diff)
downloadgentoo-2-1bd14438944aafda56b0fdac55cb2d0d71cd3ec1.tar.gz
gentoo-2-1bd14438944aafda56b0fdac55cb2d0d71cd3ec1.tar.bz2
gentoo-2-1bd14438944aafda56b0fdac55cb2d0d71cd3ec1.zip
Version bump.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/flowgrind')
-rw-r--r--net-analyzer/flowgrind/ChangeLog9
-rw-r--r--net-analyzer/flowgrind/flowgrind-0.5.9.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/net-analyzer/flowgrind/ChangeLog b/net-analyzer/flowgrind/ChangeLog
index 9d6f6d187207..27780f808aeb 100644
--- a/net-analyzer/flowgrind/ChangeLog
+++ b/net-analyzer/flowgrind/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/flowgrind
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.4 2012/08/22 00:42:56 flameeyes Exp $
+# 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 $
+
+*flowgrind-0.5.9 (14 Jan 2013)
+
+ 14 Jan 2013; Jeroen Roovers <jer@gentoo.org> +flowgrind-0.5.9.ebuild:
+ Version bump.
22 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+files/flowgrind-0.5.8-gentoo.patch, -files/flowgrind-0.5.8-cflags.patch,
diff --git a/net-analyzer/flowgrind/flowgrind-0.5.9.ebuild b/net-analyzer/flowgrind/flowgrind-0.5.9.ebuild
new file mode 100644
index 000000000000..384238e87ff3
--- /dev/null
+++ b/net-analyzer/flowgrind/flowgrind-0.5.9.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.5.9.ebuild,v 1.1 2013/01/14 19:41:28 jer Exp $
+
+EAPI=4
+
+DESCRIPTION="Network performance measurement tool"
+HOMEPAGE="https://launchpad.net/flowgrind"
+SRC_URI="https://launchpad.net/${PN}/trunk/${P}/+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)
+}