commit: 618970e0eb51cc30103cb5dd9ab6cce033a1ae5a Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 19:15:18 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 19:15:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618970e0
net-analyzer/bmon: drop 4.0, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-analyzer/bmon/bmon-4.0.ebuild | 43 --------------------------------------- 1 file changed, 43 deletions(-) diff --git a/net-analyzer/bmon/bmon-4.0.ebuild b/net-analyzer/bmon/bmon-4.0.ebuild deleted file mode 100644 index d8f7ff125c40..000000000000 --- a/net-analyzer/bmon/bmon-4.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools linux-info toolchain-funcs - -DESCRIPTION="Interface bandwidth monitor" -HOMEPAGE="https://github.com/tgraf/bmon/" -SRC_URI="https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" - -LICENSE="BSD-2 MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~riscv ~sparc x86" - -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)" -}
