summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-10-13 14:04:14 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-10-13 14:04:14 +0300
commit0eb0020ddc3533c45e10b6a2f5602564e54fe5c3 (patch)
tree9d108e5d1afdc469c21ea8dfb64e5b0bc256ed83 /net-analyzer/bing
parentnet-analyzer/bing: revbump (EAPI=7) (diff)
downloadgentoo-0eb0020ddc3533c45e10b6a2f5602564e54fe5c3.tar.gz
gentoo-0eb0020ddc3533c45e10b6a2f5602564e54fe5c3.tar.bz2
gentoo-0eb0020ddc3533c45e10b6a2f5602564e54fe5c3.zip
net-analyzer/bing: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r--net-analyzer/bing/bing-1.1.3-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-analyzer/bing/bing-1.1.3-r1.ebuild b/net-analyzer/bing/bing-1.1.3-r1.ebuild
deleted file mode 100644
index 02b9d58b1f04..000000000000
--- a/net-analyzer/bing/bing-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-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"
-IUSE=""
-
-RDEPEND=""
-DEPEND=">=sys-apps/sed-4"
-
-src_prepare() {
- sed -i -e "s:#COPTIM = -g: COPTIM = ${CFLAGS}:" Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"|| die "emake failed"
-}
-
-src_install() {
- dobin bing || die
- doman unix/bing.8 || die
- dodoc ChangeLog Readme.{1st,txt} || die
-}