summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-21 21:38:46 +0000
committerSam James <sam@gentoo.org>2022-12-21 22:25:07 +0000
commit0fe7c732e7119097ce32112744677ca471fe6d41 (patch)
tree7b1e1fc6c7fbc844bc2449b23a9d2b0d986860b3 /net-analyzer/bing
parentdev-libs/pkcs11-helper: drop 1.27.0-r1, 1.29.0 (diff)
downloadgentoo-0fe7c732e7119097ce32112744677ca471fe6d41.tar.gz
gentoo-0fe7c732e7119097ce32112744677ca471fe6d41.tar.bz2
gentoo-0fe7c732e7119097ce32112744677ca471fe6d41.zip
net-analyzer/bing: drop 1.1.3-r2
Bug: https://bugs.gentoo.org/886743 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r--net-analyzer/bing/Manifest1
-rw-r--r--net-analyzer/bing/bing-1.1.3-r2.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/net-analyzer/bing/Manifest b/net-analyzer/bing/Manifest
index a5cff71f03e5..77b3d8d308a9 100644
--- a/net-analyzer/bing/Manifest
+++ b/net-analyzer/bing/Manifest
@@ -1,2 +1 @@
-DIST bing_1.1.3.orig.tar.gz 38847 BLAKE2B ba01ff0e9a53fa8e9cd44ee085d78ae8d8891cc5478697a0d8fb13917c9a4104a672dcc7aba0c6c91e7f0084ac4254b6f565cf44486b6162225c5a21cb1614a7 SHA512 df56f93047454a02b305154b12898b063c340e96778db9e11114ac4598446648b3ed5fe4304e0f3e33f612069b0f0e4e231396ee878655683f923ad5418d6242
DIST bing_1.3.5.orig.tar.gz 81083 BLAKE2B b6d7b9de4181cbe5054e2260482d6d2f6026e433815924fc5a8c74e4bb2d2da465a57e31e588b4d30f7e7b1c577440c4018b463df46278e8dc90f01e9d710ea6 SHA512 187c0dd8aff289943d044402cb072a64f9eb8470295ab4d3e94e78f1f8388c6737929b8ed6c11b551fc866bba4c45c3fbb1aa7b5ca1a6c798f313db9902d003f
diff --git a/net-analyzer/bing/bing-1.1.3-r2.ebuild b/net-analyzer/bing/bing-1.1.3-r2.ebuild
deleted file mode 100644
index 565ed702e870..000000000000
--- a/net-analyzer/bing/bing-1.1.3-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A point-to-point bandwidth measurement tool"
-SRC_URI="mirror://debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="http://fgouget.free.fr/bing/index-en.shtml"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc sparc x86"
-
-src_prepare() {
- default
- sed -i -e "s|#COPTIM = -g| COPTIM = ${CFLAGS}|" Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin bing
- doman unix/bing.8
- dodoc ChangeLog Readme.{1st,txt}
-}