diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-30 20:08:03 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-30 20:08:03 +0000 |
commit | e13031bd002c96ef0901444fed4c7e08b93bfb28 (patch) | |
tree | 9afa6032203040c09a8b41be82a7d91baa5498e1 /net-analyzer/iftop | |
parent | Manual Manifest commit. (diff) | |
download | historical-e13031bd002c96ef0901444fed4c7e08b93bfb28.tar.gz historical-e13031bd002c96ef0901444fed4c7e08b93bfb28.tar.bz2 historical-e13031bd002c96ef0901444fed4c7e08b93bfb28.zip |
QA: Remove default src_compile.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.16.ebuild | 20 |
2 files changed, 4 insertions, 20 deletions
diff --git a/net-analyzer/iftop/Manifest b/net-analyzer/iftop/Manifest index 1ef292e11149..e7a02644de8a 100644 --- a/net-analyzer/iftop/Manifest +++ b/net-analyzer/iftop/Manifest @@ -1,5 +1,5 @@ MD5 f5bc522be161c3ff27f081cb7bff0ca9 ChangeLog 3057 -MD5 aab5e4eff64a950da0c9a6cf38dc0f4f iftop-0.16.ebuild 806 -MD5 e9cd01f31fc31ef1849ad5b87358345a metadata.xml 218 MD5 a36766a23959cee0651fcf16d2eecb8c files/digest-iftop-0.16 62 MD5 c9d0a2ec49378a93c55b607f8bb88f91 files/iftoprc 1391 +MD5 76f84322581f13889278229fc9175b27 iftop-0.16.ebuild 641 +MD5 e9cd01f31fc31ef1849ad5b87358345a metadata.xml 218 diff --git a/net-analyzer/iftop/iftop-0.16.ebuild b/net-analyzer/iftop/iftop-0.16.ebuild index a282b3009d66..aa15b0ab93a8 100644 --- a/net-analyzer/iftop/iftop-0.16.ebuild +++ b/net-analyzer/iftop/iftop-0.16.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.12 2005/07/19 13:14:49 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.13 2005/07/30 20:08:03 swegener Exp $ -inherit gnuconfig IUSE="" DESCRIPTION="display bandwidth usage on an interface" @@ -16,27 +15,12 @@ KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86" DEPEND="sys-libs/ncurses virtual/libpcap" - -src_unpack() { - unpack ${A} - gnuconfig_update ${S}/config -} - -src_compile() { - local myconf - - myconf="--prefix=/usr" - econf ${myconf} || die - emake -} - src_install() { dosbin iftop doman iftop.8 insinto /etc - doins ${FILESDIR}/iftoprc + doins "${FILESDIR}"/iftoprc dodoc COPYING ChangeLog README } - |