From 3d89afa6a47edb8b1f883e1220fb619618bfd41b Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 10 Jul 2013 16:37:49 +0000 Subject: Old. (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613) --- net-analyzer/flowgrind/ChangeLog | 6 ++++- net-analyzer/flowgrind/flowgrind-0.5.8.ebuild | 34 --------------------------- net-analyzer/flowgrind/flowgrind-0.6.0.ebuild | 26 -------------------- 3 files changed, 5 insertions(+), 61 deletions(-) delete mode 100644 net-analyzer/flowgrind/flowgrind-0.5.8.ebuild delete mode 100644 net-analyzer/flowgrind/flowgrind-0.6.0.ebuild diff --git a/net-analyzer/flowgrind/ChangeLog b/net-analyzer/flowgrind/ChangeLog index 90310a5bca0b..39387e50ad66 100644 --- a/net-analyzer/flowgrind/ChangeLog +++ b/net-analyzer/flowgrind/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2013/07/10 04:43:08 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.8 2013/07/10 16:37:49 jer Exp $ + + 10 Jul 2013; Jeroen Roovers -flowgrind-0.5.8.ebuild, + -flowgrind-0.6.0.ebuild: + Old. *flowgrind-0.6.1 (10 Jul 2013) diff --git a/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild b/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild deleted file mode 100644 index b1cdf21eae4e..000000000000 --- a/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild,v 1.4 2012/08/22 00:42:56 flameeyes Exp $ - -EAPI="4" - -inherit eutils autotools - -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_prepare() { - # see https://github.com/gentoo/flowgrind/tree/flowgrind-0.5.8-gentoo - epatch "${FILESDIR}"/${P}-gentoo.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable gsl) \ - $(use_enable pcap) -} diff --git a/net-analyzer/flowgrind/flowgrind-0.6.0.ebuild b/net-analyzer/flowgrind/flowgrind-0.6.0.ebuild deleted file mode 100644 index 2f09699d65c4..000000000000 --- a/net-analyzer/flowgrind/flowgrind-0.6.0.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.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) -} -- cgit v1.2.3-65-gdbad