summaryrefslogtreecommitdiff
path: root/net-analyzer/bmon/bmon-999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-22 17:18:34 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-22 17:18:34 +0000
commitfd87b7c771378b2116981e3924bee5805148e118 (patch)
tree91ed28393c7b534787d3c073e269fe598d0fd535 /net-analyzer/bmon/bmon-999.ebuild
parent77b74be093bdf4a0ed4121acc3f8e229103cf004 (diff)
gentoo auto-resync : 22:11:2023 - 17:18:34
Diffstat (limited to 'net-analyzer/bmon/bmon-999.ebuild')
-rw-r--r--net-analyzer/bmon/bmon-999.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-analyzer/bmon/bmon-999.ebuild b/net-analyzer/bmon/bmon-999.ebuild
deleted file mode 100644
index c7b2e2c82e08..000000000000
--- a/net-analyzer/bmon/bmon-999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools git-r3 linux-info toolchain-funcs
-
-DESCRIPTION="Interface bandwidth monitor"
-HOMEPAGE="http://www.infradead.org/~tgr/bmon/ https://github.com/tgraf/bmon/"
-EGIT_REPO_URI="https://github.com/tgraf/bmon/"
-
-LICENSE="BSD-2 MIT"
-SLOT="0"
-
-RDEPEND="
- >=sys-libs/ncurses-5.3-r2:0=
- dev-libs/confuse:=
- dev-libs/libnl:3
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( ChangeLog )
-
-CONFIG_CHECK="~NET_SCHED"
-ERROR_NET_SCHED="
- CONFIG_NET_SCHED is not set when it should be.
- Run ${PN} -i proc to use the deprecated proc interface instead.
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-3.6-docdir-examples.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}