diff options
Diffstat (limited to 'sys-process/nmon/nmon-14g.ebuild')
-rw-r--r-- | sys-process/nmon/nmon-14g.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-process/nmon/nmon-14g.ebuild b/sys-process/nmon/nmon-14g.ebuild deleted file mode 100644 index 864ea7c6b44f..000000000000 --- a/sys-process/nmon/nmon-14g.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/nmon/nmon-14g.ebuild,v 1.1 2011/12/13 18:39:00 jer Exp $ - -EAPI=4 - -inherit toolchain-funcs flag-o-matic - -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" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" - -S=${WORKDIR} - -src_unpack() { - cp "${DISTDIR}"/lmon${PV}.c "${S}"/nmon.c || die -} - -src_compile() { - append-cppflags -DJFS -DGETUSER -DLARGEMEM - emake CC="$(tc-getCC)" LDLIBS="-lncurses" nmon -} - -src_install() { - dobin nmon -} |