summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-09-16 10:07:23 +0200
committerJeroen Roovers <jer@gentoo.org>2019-09-16 10:07:31 +0200
commitbb0e8e1467f5e4965a947c6476255f82678f4aac (patch)
tree1b88d861a7124083c2627281c52a9ce1573b5d9d /net-analyzer/bwping
parentnet-analyzer/bwping: amd64 stable wrt bug #694404 (diff)
downloadgentoo-bb0e8e1467f5e4965a947c6476255f82678f4aac.tar.gz
gentoo-bb0e8e1467f5e4965a947c6476255f82678f4aac.tar.bz2
gentoo-bb0e8e1467f5e4965a947c6476255f82678f4aac.zip
net-analyzer/bwping: Old
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/bwping')
-rw-r--r--net-analyzer/bwping/Manifest2
-rw-r--r--net-analyzer/bwping/bwping-1.14.ebuild16
-rw-r--r--net-analyzer/bwping/bwping-1.7-r1.ebuild17
3 files changed, 0 insertions, 35 deletions
diff --git a/net-analyzer/bwping/Manifest b/net-analyzer/bwping/Manifest
index 49f56b3c4ccd..56f887cc5834 100644
--- a/net-analyzer/bwping/Manifest
+++ b/net-analyzer/bwping/Manifest
@@ -1,3 +1 @@
-DIST bwping-1.14.tar.gz 104555 BLAKE2B ff201147748a9ea72970c88e6afcc25271d6854339396967ec799db872b198207db709eea70aab1681158eafa2f3de8c4f8ab8028108dc94d8fa7372d3fed2e0 SHA512 d71b5abfa328d76f1d3a0d87201f3291c3b91417890eeacc62cd4fcf714fd93e976373e137c0756456648e9010196680f873e9664da6ad6c3b6b5e611584311a
DIST bwping-1.15.tar.gz 104234 BLAKE2B f0bc4b050760c775b5186667c2c15ce431832761d0bf00bf451d37514f93bafc1b6379ba96c30b1132f6dcb22fd4626304e4037c47794f9bf6fe28d10d5df6fb SHA512 76578571e3b3ca0f5ee61c28380d784fdcfbcee632e92b28a42c446ded9fb0fd0b682f360a51fca2df599353d5da9227762b186b5339ccfe7b9a7fa876399f8a
-DIST bwping-1.7.tar.gz 90441 BLAKE2B 2f8c4690388860470ac7f814ef29bc3de1738f0e46f53286000829a0483c8f000f2bd8d5f7d0fbf8ed9b8bdfb105576c7960a24da8f3f3fac36fd49d4b34370e SHA512 74b695a80c2fa54693af1afab78417dc6ca35130bbd9367950681ddbbebe36b38166068532e8296f336c5cad8230339b4fb4fb975f4b066cdacba8a99179cac7
diff --git a/net-analyzer/bwping/bwping-1.14.ebuild b/net-analyzer/bwping/bwping-1.14.ebuild
deleted file mode 100644
index 27887df81901..000000000000
--- a/net-analyzer/bwping/bwping-1.14.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 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 ~x86-fbsd"
-
-src_test() {
- [[ ${UID} = 0 ]] && default
-}
diff --git a/net-analyzer/bwping/bwping-1.7-r1.ebuild b/net-analyzer/bwping/bwping-1.7-r1.ebuild
deleted file mode 100644
index c6ddb2e09196..000000000000
--- a/net-analyzer/bwping/bwping-1.7-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP"
-HOMEPAGE="http://bwping.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86 ~x86-fbsd"
-IUSE="ipv6"
-
-src_configure() {
- econf $(use_enable ipv6)
-}