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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9330158094 for ; Wed, 27 Jul 2022 04:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9854CE0EEE; Wed, 27 Jul 2022 04:14:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8796DE0EC8 for ; Wed, 27 Jul 2022 04:14:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 452DB341022 for ; Wed, 27 Jul 2022 04:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73254552 for ; Wed, 27 Jul 2022 04:14:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658893048.605b7b5fdb894dacfe9a96db520695c5077c1708.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iftop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/iftop/iftop-9999999.ebuild X-VCS-Directories: net-analyzer/iftop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 605b7b5fdb894dacfe9a96db520695c5077c1708 X-VCS-Branch: master Date: Wed, 27 Jul 2022 04:14:09 +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: fb5ab650-c82a-424a-8ac6-8074128b43e1 X-Archives-Hash: bc86d1b658973a22b28dbb51ef07eb8b commit: 605b7b5fdb894dacfe9a96db520695c5077c1708 Author: Sam James gentoo org> AuthorDate: Wed Jul 27 03:37:26 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 27 03:37:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605b7b5f net-analyzer/iftop: drop 9999999 Not using live template so hard to maintain and no upstream activity in a long while anyway. Signed-off-by: Sam James gentoo.org> net-analyzer/iftop/iftop-9999999.ebuild | 44 --------------------------------- 1 file changed, 44 deletions(-) diff --git a/net-analyzer/iftop/iftop-9999999.ebuild b/net-analyzer/iftop/iftop-9999999.ebuild deleted file mode 100644 index 40805b57cf6f..000000000000 --- a/net-analyzer/iftop/iftop-9999999.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools git-r3 - -DESCRIPTION="display bandwidth usage on an interface" -HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/ https://code.blinkace.com/pdw/iftop" -EGIT_REPO_URI="https://code.blinkace.com/pdw/iftop" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" - -RDEPEND=" - net-libs/libpcap - sys-libs/ncurses:0= -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" -S="${WORKDIR}"/${P/_/} -PATCHES=( - "${FILESDIR}"/${PN}-1.0_pre4-configure.ac.patch - "${FILESDIR}"/${PN}-1.0_pre4-Makefile.am.patch - "${FILESDIR}"/${PN}-1.0_pre4-fix-MAC-formatting.patch - "${FILESDIR}"/${PN}-1.0_pre4-fno-common.patch -) - -src_prepare() { - default - # bug 490168 - cat "${FILESDIR}"/ax_pthread.m4 >> "${S}"/acinclude.m4 || die - - eautoreconf -} - -src_install() { - dosbin iftop - doman iftop.8 - - dodoc AUTHORS ChangeLog README "${FILESDIR}"/iftoprc -}