diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-04-25 02:38:41 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-04-25 02:38:41 +0000 |
commit | 02a0ecdb7446201056cec825860da5ef67d8507b (patch) | |
tree | ea1cdcbf77219b1fb0f3d5efbda99c513fedb0d7 /net-analyzer/nload/nload-0.6.0.ebuild | |
parent | removing old ebuilds (diff) | |
download | gentoo-2-02a0ecdb7446201056cec825860da5ef67d8507b.tar.gz gentoo-2-02a0ecdb7446201056cec825860da5ef67d8507b.tar.bz2 gentoo-2-02a0ecdb7446201056cec825860da5ef67d8507b.zip |
drop patch, remove unneeded src_compile
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/nload/nload-0.6.0.ebuild')
-rw-r--r-- | net-analyzer/nload/nload-0.6.0.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-analyzer/nload/nload-0.6.0.ebuild b/net-analyzer/nload/nload-0.6.0.ebuild index 7d10190d7751..558e5af4d494 100644 --- a/net-analyzer/nload/nload-0.6.0.ebuild +++ b/net-analyzer/nload/nload-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.6.0.ebuild,v 1.8 2005/04/25 02:34:58 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.6.0.ebuild,v 1.9 2005/04/25 02:38:41 vanquirius Exp $ DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" SRC_URI="mirror://sourceforge/nload/${P}.tar.gz" @@ -13,11 +13,6 @@ IUSE="" DEPEND=">=sys-libs/ncurses-5.2" -src_compile() { - econf || die "./configure failed" - emake || die "compile failed" -} - src_install () { #make DESTDIR=${D} install einstall || die |