Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bing/
Date: Sat, 13 Oct 2018 11:04:36
Message-Id: 1539428654.0eb0020ddc3533c45e10b6a2f5602564e54fe5c3.zlogene@gentoo
1 commit: 0eb0020ddc3533c45e10b6a2f5602564e54fe5c3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 13 11:04:14 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 11:04:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb0020d
7
8 net-analyzer/bing: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 net-analyzer/bing/bing-1.1.3-r1.ebuild | 32 --------------------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/net-analyzer/bing/bing-1.1.3-r1.ebuild b/net-analyzer/bing/bing-1.1.3-r1.ebuild
17 deleted file mode 100644
18 index 02b9d58b1f0..00000000000
19 --- a/net-analyzer/bing/bing-1.1.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=2
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="A point-to-point bandwidth measurement tool"
30 -SRC_URI="mirror://debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz"
31 -HOMEPAGE="http://fgouget.free.fr/bing/index-en.shtml"
32 -
33 -LICENSE="BSD-4"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ia64 ppc sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND=""
39 -DEPEND=">=sys-apps/sed-4"
40 -
41 -src_prepare() {
42 - sed -i -e "s:#COPTIM = -g: COPTIM = ${CFLAGS}:" Makefile || die
43 -}
44 -
45 -src_compile() {
46 - emake CC="$(tc-getCC)"|| die "emake failed"
47 -}
48 -
49 -src_install() {
50 - dobin bing || die
51 - doman unix/bing.8 || die
52 - dodoc ChangeLog Readme.{1st,txt} || die
53 -}