diff options
Diffstat (limited to 'net-analyzer/bmon/bmon-3.9.ebuild')
-rw-r--r-- | net-analyzer/bmon/bmon-3.9.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/net-analyzer/bmon/bmon-3.9.ebuild b/net-analyzer/bmon/bmon-3.9.ebuild deleted file mode 100644 index 95e18c2a29a5..000000000000 --- a/net-analyzer/bmon/bmon-3.9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools eutils linux-info toolchain-funcs - -DESCRIPTION="interface bandwidth monitor" -HOMEPAGE="http://www.infradead.org/~tgr/bmon/ 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 ~sparc x86" - -RDEPEND=" - >=sys-libs/ncurses-5.3-r2:0= - dev-libs/confuse:= - dev-libs/libnl:3 -" -DEPEND=" - ${RDEPEND} - 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. -" - -src_prepare() { - eapply \ - "${FILESDIR}"/${PN}-3.6-docdir-examples.patch - - eapply_user - - eautoreconf -} - -src_configure() { - econf \ - CURSES_LIB="$( $(tc-getPKG_CONFIG) --libs ncurses)" \ - --docdir="/usr/share/doc/${PF}" -} |