From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1A1D13835A for ; Thu, 26 Nov 2020 23:04:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAEF9E08F9; Thu, 26 Nov 2020 23:04:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EBB1E08BD for ; Thu, 26 Nov 2020 23:04:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC0563413A1 for ; Thu, 26 Nov 2020 23:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FB86456 for ; Thu, 26 Nov 2020 23:04:12 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606431841.a9b93671b6dde7b05889a4eab842859d32c3aa24.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flowgrind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/flowgrind/Manifest net-analyzer/flowgrind/flowgrind-0.7.1.ebuild net-analyzer/flowgrind/flowgrind-0.8.0.ebuild X-VCS-Directories: net-analyzer/flowgrind/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a9b93671b6dde7b05889a4eab842859d32c3aa24 X-VCS-Branch: master Date: Thu, 26 Nov 2020 23:04:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb6d7672-8b90-4a37-827b-d64663513fdb X-Archives-Hash: defbf4b3ebfa69cfe2d765750b675d1f commit: a9b93671b6dde7b05889a4eab842859d32c3aa24 Author: Aaron Bauman gentoo org> AuthorDate: Thu Nov 26 22:15:22 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Nov 26 23:04:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b93671 net-analyzer/flowgrind: drop old Signed-off-by: Aaron Bauman gentoo.org> net-analyzer/flowgrind/Manifest | 1 - net-analyzer/flowgrind/flowgrind-0.7.1.ebuild | 25 --------------- net-analyzer/flowgrind/flowgrind-0.8.0.ebuild | 44 --------------------------- 3 files changed, 70 deletions(-) diff --git a/net-analyzer/flowgrind/Manifest b/net-analyzer/flowgrind/Manifest index 2f29d1cc110..60af6addd62 100644 --- a/net-analyzer/flowgrind/Manifest +++ b/net-analyzer/flowgrind/Manifest @@ -1,2 +1 @@ -DIST flowgrind-0.7.1.tar.bz2 224678 BLAKE2B e5a6759e57950b2484879f6259f9e17ae3fb5a3b49e1e27dfb6c1c89d476dbc693f29b87bf8ab4975fdde30f57dcd9c279ad6508168136b6e2ddd335bba6fc31 SHA512 fe1bc82d8b1b5bbe37989c0d8f24ba87bca73522983b855e249a3fa5e5fc96d9a63190aa94627db2b1bfea63304e453b4bc1c5fd18260fad9bda38313ad912b8 DIST flowgrind-0.8.0.tar.bz2 298730 BLAKE2B e924c9900d24565dc025af47d57173d828eea6a0d0bce462ab1e9cb38a14b1ac14b4148797c164212473852f5c0525161766b115b5a435fbfd673dbde8e14765 SHA512 2af250da696c4d0f613191e7a2e3084b2aa1dc995665a4164324cdb2cc56af7b000b8a2f5d5e7ac8ebbad3ae0ba4fc8eb641afe65c1a842a633c19e95ba3e65a diff --git a/net-analyzer/flowgrind/flowgrind-0.7.1.ebuild b/net-analyzer/flowgrind/flowgrind-0.7.1.ebuild deleted file mode 100644 index 4acc5ca2d45..00000000000 --- a/net-analyzer/flowgrind/flowgrind-0.7.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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-3" -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.8.0.ebuild b/net-analyzer/flowgrind/flowgrind-0.8.0.ebuild deleted file mode 100644 index 22232ba540d..00000000000 --- a/net-analyzer/flowgrind/flowgrind-0.8.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc gsl pcap" - -RDEPEND=" - sys-apps/util-linux - dev-libs/xmlrpc-c[abyss,curl] - gsl? ( sci-libs/gsl ) - pcap? ( net-libs/libpcap ) -" -DEPEND=" - ${RDEPEND} - doc? ( app-doc/doxygen ) -" - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_with doc doxygen) \ - $(use_with gsl) \ - $(use_with pcap) -} - -src_compile() { - default - - use doc && emake html -} - -src_install() { - default - - use doc && dodoc -r doc/html -}