diff options
Diffstat (limited to 'sys-process/nmon/nmon-15g.ebuild')
-rw-r--r-- | sys-process/nmon/nmon-15g.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-process/nmon/nmon-15g.ebuild b/sys-process/nmon/nmon-15g.ebuild deleted file mode 100644 index c0237a1f69d6..000000000000 --- a/sys-process/nmon/nmon-15g.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Nigel's performance MONitor for CPU, memory, network, disks, etc..." -HOMEPAGE="http://nmon.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/lmon${PV}.c" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="sys-libs/ncurses:=" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -S=${WORKDIR} - -src_unpack() { - cp "${DISTDIR}"/lmon${PV}.c "${S}"/nmon.c || die -} - -src_compile() { - append-cppflags -DJFS -DGETUSER -DLARGEMEM -DPOWER - emake CC="$(tc-getCC)" LDLIBS="$( $(tc-getPKG_CONFIG) --libs ncurses) -lm" ${PN} -} - -src_install() { - dobin nmon -} |