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 569561382C5 for ; Fri, 27 Nov 2020 01:00:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 981CDE0875; Fri, 27 Nov 2020 01:00:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 81C66E0875 for ; Fri, 27 Nov 2020 01:00:04 +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 B34F7335C3D for ; Fri, 27 Nov 2020 01:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEAF946E for ; Fri, 27 Nov 2020 00:59:59 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606438490.c74d8570942433270cf6387b6a5b3b998afe01c0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ibmonitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ibmonitor/ibmonitor-1.4.ebuild X-VCS-Directories: net-analyzer/ibmonitor/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c74d8570942433270cf6387b6a5b3b998afe01c0 X-VCS-Branch: master Date: Fri, 27 Nov 2020 00:59:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2bee55f3-e21d-4389-b767-aef795e4ad9a X-Archives-Hash: 247d5dd2d0bf29bcf1fe2a58759d9eb8 commit: c74d8570942433270cf6387b6a5b3b998afe01c0 Author: Aaron Bauman gentoo org> AuthorDate: Fri Nov 27 00:54:50 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 27 00:54:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74d8570 net-analyzer/ibmonitor: drop old Signed-off-by: Aaron Bauman gentoo.org> net-analyzer/ibmonitor/ibmonitor-1.4.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild b/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild deleted file mode 100644 index 6e388ee87fa..00000000000 --- a/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Interactive bandwidth monitor" -HOMEPAGE="http://ibmonitor.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~hppa ~ppc x86" -LICENSE="GPL-2" -SLOT="0" - -S="${WORKDIR}/${PN}" - -RDEPEND="dev-perl/TermReadKey" - -src_install() { - dobin ibmonitor - dodoc AUTHORS ChangeLog README TODO -}