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 94F30139360 for ; Fri, 13 Aug 2021 00:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBCF6E0831; Fri, 13 Aug 2021 00:40:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C133CE0831 for ; Fri, 13 Aug 2021 00:40:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EB16A33BEF4 for ; Fri, 13 Aug 2021 00:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 187818B0 for ; Fri, 13 Aug 2021 00:40:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1628814966.db5ee02f6d2fb753676d93ffd041f8c426170412.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bwping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/bwping/Manifest net-analyzer/bwping/bwping-2.2.ebuild X-VCS-Directories: net-analyzer/bwping/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db5ee02f6d2fb753676d93ffd041f8c426170412 X-VCS-Branch: master Date: Fri, 13 Aug 2021 00:40:10 +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: 9ea8a828-ee5e-4ef5-be67-7b219b0f2259 X-Archives-Hash: cbefcc5b3cba6cbdbd106fcc54699f25 commit: db5ee02f6d2fb753676d93ffd041f8c426170412 Author: Sam James gentoo org> AuthorDate: Fri Aug 13 00:36:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 13 00:36:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5ee02f net-analyzer/bwping: drop 2.2 Signed-off-by: Sam James gentoo.org> net-analyzer/bwping/Manifest | 1 - net-analyzer/bwping/bwping-2.2.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/net-analyzer/bwping/Manifest b/net-analyzer/bwping/Manifest index 5f3383c6db1..7cd9d330672 100644 --- a/net-analyzer/bwping/Manifest +++ b/net-analyzer/bwping/Manifest @@ -1,2 +1 @@ -DIST bwping-2.2.tar.gz 119688 BLAKE2B e30afc404f73aeff28e2775349eed9e6a113a7c0ef33798de9dc983f2ecb08ea1dc0838067aa83bd83e513fa9640bf38fd04a924c382bf770779892dcc39f8ab SHA512 4c0338359fce039357d763a0bdb8ea133a8c63f0e7eb2cbdc294454cad97b6e9010bf8898948aa2572418e4ae667d25dd54475a162f029c052b9611795ff4230 DIST bwping-2.3.tar.gz 119043 BLAKE2B 2780f22a2cb541821aae3ddf0eaa5f2cb662ec8f190c44f7e28a092f4e07f9b19d1388b9ddaec0133cedef894c6ff64a9e53035fd73e44a8f0aae518c8b9dc7c SHA512 e8afed0d4ff0ae668f1700e3c93e4b6298e4861568d4786630826bf0f3519089602b9562c92b2c3bb97904faea0da6a084fb60cc69bc3a0a931bd0f55af3ee49 diff --git a/net-analyzer/bwping/bwping-2.2.ebuild b/net-analyzer/bwping/bwping-2.2.ebuild deleted file mode 100644 index 63580768616..00000000000 --- a/net-analyzer/bwping/bwping-2.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP" -HOMEPAGE="https://bwping.sourceforge.io/" -SRC_URI="https://github.com/oleg-derevenetz/bwping/archive/RELEASE_${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-RELEASE_${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" - -src_test() { - [[ ${UID} = 0 ]] && default -}