summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 16:30:25 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:21:42 +0000
commita48069c378957f2bc65b27b4ebb9b3cd4c14bc32 (patch)
treefc8d59ea109c0b5998b3c6faf03883512c7210f6 /net-analyzer/bwping
parentnet-analyzer/barnyard2: drop 1.9-r2 (diff)
downloadgentoo-a48069c378957f2bc65b27b4ebb9b3cd4c14bc32.tar.gz
gentoo-a48069c378957f2bc65b27b4ebb9b3cd4c14bc32.tar.bz2
gentoo-a48069c378957f2bc65b27b4ebb9b3cd4c14bc32.zip
net-analyzer/bwping: drop 2.1
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.1.ebuild16
2 files changed, 0 insertions, 17 deletions
diff --git a/net-analyzer/bwping/Manifest b/net-analyzer/bwping/Manifest
index 0713b67fc618..681364df61fa 100644
--- a/net-analyzer/bwping/Manifest
+++ b/net-analyzer/bwping/Manifest
@@ -1,2 +1 @@
-DIST bwping-2.1.tar.gz 110702 BLAKE2B 3bbd5f7b57e3afa29aaf7015609fe472457713651e1d1532ad1cdcbf5b39d4c556bb6d3e675ddb8fd97ef289942fe11e5334f04ef46f489fde2785cbd80f3a3e SHA512 bf2a17e7b5d073f462b5090591550347e65c2748b3460f0126bc4dc78c930237cece3e67957d4c73161ce58107856187c24d401dda3f13b40b97bc01b2cfa1df
DIST bwping-2.2.tar.gz 119688 BLAKE2B e30afc404f73aeff28e2775349eed9e6a113a7c0ef33798de9dc983f2ecb08ea1dc0838067aa83bd83e513fa9640bf38fd04a924c382bf770779892dcc39f8ab SHA512 4c0338359fce039357d763a0bdb8ea133a8c63f0e7eb2cbdc294454cad97b6e9010bf8898948aa2572418e4ae667d25dd54475a162f029c052b9611795ff4230
diff --git a/net-analyzer/bwping/bwping-2.1.ebuild b/net-analyzer/bwping/bwping-2.1.ebuild
deleted file mode 100644
index 4743efcd1e43..000000000000
--- a/net-analyzer/bwping/bwping-2.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 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="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-
-src_test() {
- [[ ${UID} = 0 ]] && default
-}