diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 23:49:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 23:49:24 +0000 |
commit | 88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d (patch) | |
tree | ec3f8cc878d1291f3dfa8c47d625ce76d70bf35e /net-analyzer/ntop | |
parent | Initial commit of ebuild by Ian Stakenvicius (_AxS_) <ian@syndicated-producti... (diff) | |
download | historical-88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d.tar.gz historical-88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d.tar.bz2 historical-88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ntop-3.0.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.1.ebuild | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild index 8ca8b20c5d49..fa5f9b23dd5c 100644 --- a/net-analyzer/ntop/ntop-3.0.ebuild +++ b/net-analyzer/ntop/ntop-3.0.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.22 2007/05/01 18:14:06 genone Exp $ - +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.23 2007/07/11 23:49:24 mr_bones_ Exp $ DESCRIPTION="tool that shows network usage like top" HOMEPAGE="http://www.ntop.org/ntop.html" @@ -56,4 +55,3 @@ pkg_postinst() { elog "Notice that intop was removed upstream as of 3.0." } - diff --git a/net-analyzer/ntop/ntop-3.1.ebuild b/net-analyzer/ntop/ntop-3.1.ebuild index 33a60f32cee3..46fa91b07512 100644 --- a/net-analyzer/ntop/ntop-3.1.ebuild +++ b/net-analyzer/ntop/ntop-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.11 2007/04/22 08:44:14 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.12 2007/07/11 23:49:24 mr_bones_ Exp $ inherit eutils @@ -87,4 +87,3 @@ src_install() { echo 'NTOP_OPTS="-u ntop -P /var/lib/ntop"' >> "${D}"/etc/conf.d/ntop } - |