summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-11 12:35:23 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-11 12:35:23 +0000
commitb9a2ee4a320f28b7b3e0480da37f675b8a58d0a8 (patch)
tree52cf68c4ac53170137d84878a97e810aa52955f6 /net-analyzer/flowgrind
parentInclude "keyword -lxc" in the kmod-static-nodes init script wrt #511642 by "W... (diff)
downloadgentoo-2-b9a2ee4a320f28b7b3e0480da37f675b8a58d0a8.tar.gz
gentoo-2-b9a2ee4a320f28b7b3e0480da37f675b8a58d0a8.tar.bz2
gentoo-2-b9a2ee4a320f28b7b3e0480da37f675b8a58d0a8.zip
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/flowgrind')
-rw-r--r--net-analyzer/flowgrind/ChangeLog7
-rw-r--r--net-analyzer/flowgrind/files/flowgrind-0.5.8-gentoo.patch39
-rw-r--r--net-analyzer/flowgrind/flowgrind-0.5.9.ebuild26
-rw-r--r--net-analyzer/flowgrind/flowgrind-0.6.1.ebuild26
-rw-r--r--net-analyzer/flowgrind/flowgrind-0.7.ebuild26
5 files changed, 6 insertions, 118 deletions
diff --git a/net-analyzer/flowgrind/ChangeLog b/net-analyzer/flowgrind/ChangeLog
index b0b1313500f9..be874395b6ba 100644
--- a/net-analyzer/flowgrind/ChangeLog
+++ b/net-analyzer/flowgrind/ChangeLog
@@ -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.10 2014/05/28 04:34:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.11 2014/07/11 12:35:23 jer Exp $
+
+ 11 Jul 2014; Jeroen Roovers <jer@gentoo.org> -flowgrind-0.5.9.ebuild,
+ -flowgrind-0.6.1.ebuild, -flowgrind-0.7.ebuild,
+ -files/flowgrind-0.5.8-gentoo.patch:
+ Old.
*flowgrind-0.7.1 (28 May 2014)
diff --git a/net-analyzer/flowgrind/files/flowgrind-0.5.8-gentoo.patch b/net-analyzer/flowgrind/files/flowgrind-0.5.8-gentoo.patch
deleted file mode 100644
index 5f6dca0d7cde..000000000000
--- a/net-analyzer/flowgrind/files/flowgrind-0.5.8-gentoo.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index bd025e5..2c78c96 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -9,7 +9,6 @@ AC_USE_SYSTEM_EXTENSIONS
- AC_PROG_CC
- AM_PROG_CC_C_O
- AC_PROG_CPP
--AM_C_PROTOTYPES
- AC_PROG_MAKE_SET
- AC_PATH_PROG(PERL, perl)
- AC_LIB_RPATH
-@@ -89,6 +88,7 @@ AC_CHECK_HEADERS([ \
- stdarg.h \
- stdio.h \
- stdlib.h \
-+ string.h \
- sys/ioctl.h \
- syslog.h \
- sys/param.h \
-@@ -127,7 +127,7 @@ AC_CONFIG_FILES([
- AC_SEARCH_LIBS([log], [m])
- AC_SEARCH_LIBS([clock_gettime], [rt])
- AC_SEARCH_LIBS([socket], [socket])
--AC_SEARCH_LIBS([pthread_mutex_lock], [pthread])
-+AC_SEARCH_LIBS([pthread_create], [pthread])
-
- AC_SUBST(LIBS)
-
-@@ -135,9 +135,6 @@ AC_ARG_ENABLE(debug,[AS_HELP_STRING(--enable-debug, enable debugging output and
-
- if test "$enable_debug" = yes ; then
- AC_DEFINE(DEBUG, [1], [Use debugging])
-- CFLAGS="-ggdb3 $CFLAGS"
--else
-- CFLAGS="-O3 $CFLAGS"
- fi
-
- AC_ARG_ENABLE(pcap,[AS_HELP_STRING(--enable-pcap, enable lipcap for packet capturing [[default: yes]] )])
diff --git a/net-analyzer/flowgrind/flowgrind-0.5.9.ebuild b/net-analyzer/flowgrind/flowgrind-0.5.9.ebuild
deleted file mode 100644
index 384238e87ff3..000000000000
--- a/net-analyzer/flowgrind/flowgrind-0.5.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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)
-}
diff --git a/net-analyzer/flowgrind/flowgrind-0.6.1.ebuild b/net-analyzer/flowgrind/flowgrind-0.6.1.ebuild
deleted file mode 100644
index 009fe959abe8..000000000000
--- a/net-analyzer/flowgrind/flowgrind-0.6.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.1.ebuild,v 1.1 2013/07/10 04:43:08 radhermit Exp $
-
-EAPI=5
-
-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)
-}
diff --git a/net-analyzer/flowgrind/flowgrind-0.7.ebuild b/net-analyzer/flowgrind/flowgrind-0.7.ebuild
deleted file mode 100644
index df7a58923d89..000000000000
--- a/net-analyzer/flowgrind/flowgrind-0.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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)
-}