summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-13 01:36:06 +0100
committerSam James <sam@gentoo.org>2021-08-13 01:36:06 +0100
commitdb5ee02f6d2fb753676d93ffd041f8c426170412 (patch)
tree30bd0b6df1f6bae21b4e5d8ce71e8f0e0bcb3d88 /net-analyzer/bwping
parentnet-analyzer/nfdump: drop 1.6.22-r1 (diff)
downloadgentoo-db5ee02f6d2fb753676d93ffd041f8c426170412.tar.gz
gentoo-db5ee02f6d2fb753676d93ffd041f8c426170412.tar.bz2
gentoo-db5ee02f6d2fb753676d93ffd041f8c426170412.zip
net-analyzer/bwping: drop 2.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/bwping')
-rw-r--r--net-analyzer/bwping/Manifest1
-rw-r--r--net-analyzer/bwping/bwping-2.2.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/net-analyzer/bwping/Manifest b/net-analyzer/bwping/Manifest
index 5f3383c6db1a..7cd9d3306728 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 635807686164..000000000000
--- 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
-}