summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/bmon/bmon-1.2.0.ebuild')
-rw-r--r--net-analyzer/bmon/bmon-1.2.0.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-analyzer/bmon/bmon-1.2.0.ebuild b/net-analyzer/bmon/bmon-1.2.0.ebuild
index b40f84ef1471..11311fdebe2c 100644
--- a/net-analyzer/bmon/bmon-1.2.0.ebuild
+++ b/net-analyzer/bmon/bmon-1.2.0.ebuild
@@ -1,22 +1,20 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-1.2.0.ebuild,v 1.2 2003/09/05 23:40:08 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-1.2.0.ebuild,v 1.3 2004/02/06 22:16:05 pyrania Exp $
DESCRIPTION=" bmon is an interface bandwidth monitor."
HOMEPAGE="http://trash.net/~reeler/bmon"
SRC_URI="http://trash.net/~reeler/bmon/files/${P}.tar.bz2"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ~ppc sparc"
IUSE=""
DEPEND=">=sys-libs/ncurses-5.3-r2" # not sure but
#RDEPEND=""
S=${WORKDIR}/${P}
-
-
src_install() {
einstall || die
cd ${S}
- dodoc AUTHORS COPYING PLATFORMS ChangeLog
+ dodoc AUTHORS COPYING ChangeLog
}