]> Pileus Git - ~andy/sunrise/blobdiff - sys-process/nmon/nmon-13g.ebuild
sys-process/ nmon: In the tree now
[~andy/sunrise] / sys-process / nmon / nmon-13g.ebuild
diff --git a/sys-process/nmon/nmon-13g.ebuild b/sys-process/nmon/nmon-13g.ebuild
deleted file mode 100644 (file)
index d8f4d24..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit toolchain-funcs
-
-DESCRIPTION="Nigel's Monitor - provided by IBM"
-HOMEPAGE="http://nmon.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/lmon${PV}.c"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-       cp "${DISTDIR}"/lmon${PV}.c "${WORKDIR}"/lmon.c || die "cp failed"
-       cp "${FILESDIR}/${P}_makefile" "${WORKDIR}"/makefile || die "cp failed"
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
-       dobin nmon || die "dobin failed"
-}