From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAE4F138335 for ; Sat, 13 Oct 2018 11:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83ADCE08F4; Sat, 13 Oct 2018 11:04:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C18BE08F2 for ; Sat, 13 Oct 2018 11:04:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B522E335C39 for ; Sat, 13 Oct 2018 11:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1486439 for ; Sat, 13 Oct 2018 11:04:31 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1539428654.0eb0020ddc3533c45e10b6a2f5602564e54fe5c3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/bing/bing-1.1.3-r1.ebuild X-VCS-Directories: net-analyzer/bing/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 0eb0020ddc3533c45e10b6a2f5602564e54fe5c3 X-VCS-Branch: master Date: Sat, 13 Oct 2018 11:04:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 24fc4837-f217-488f-a30b-2878bec4fd49 X-Archives-Hash: 8ed61ee19d24ce09f468f6015f17fc0f commit: 0eb0020ddc3533c45e10b6a2f5602564e54fe5c3 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 13 11:04:14 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 13 11:04:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb0020d net-analyzer/bing: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-analyzer/bing/bing-1.1.3-r1.ebuild | 32 -------------------------------- 1 file changed, 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 02b9d58b1f0..00000000000 --- 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 -}