summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 18:14:06 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 18:14:06 +0000
commit539f0ff51672426f2cd94b3d3e8442b5e9899fc3 (patch)
treefa85d305995f82f5385768a6d0ccbbac270be674 /net-analyzer
parentReplacing einfo with elog (diff)
downloadgentoo-2-539f0ff51672426f2cd94b3d3e8442b5e9899fc3.tar.gz
gentoo-2-539f0ff51672426f2cd94b3d3e8442b5e9899fc3.tar.bz2
gentoo-2-539f0ff51672426f2cd94b3d3e8442b5e9899fc3.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ntop/ChangeLog6
-rw-r--r--net-analyzer/ntop/ntop-3.0.ebuild4
-rw-r--r--net-analyzer/ntop/ntop-3.2-r2.ebuild8
-rw-r--r--net-analyzer/ntop/ntop-3.2-r3.ebuild6
4 files changed, 14 insertions, 10 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog
index 8cd80787f694..eb37131de1e7 100644
--- a/net-analyzer/ntop/ChangeLog
+++ b/net-analyzer/ntop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/ntop
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.51 2007/04/22 08:44:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.52 2007/05/01 18:14:06 genone Exp $
+
+ 01 May 2007; Marius Mauch <genone@gentoo.org> ntop-3.0.ebuild,
+ ntop-3.2-r2.ebuild, ntop-3.2-r3.ebuild:
+ Replacing einfo with elog
22 Apr 2007; <pva@gentoo.org> ntop-3.0.ebuild, ntop-3.1.ebuild:
Use do{conf,init}d, bug #174266.
diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild
index 66e22fea8113..8ca8b20c5d49 100644
--- a/net-analyzer/ntop/ntop-3.0.ebuild
+++ b/net-analyzer/ntop/ntop-3.0.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.0.ebuild,v 1.21 2007/04/22 08:44:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.22 2007/05/01 18:14:06 genone Exp $
DESCRIPTION="tool that shows network usage like top"
@@ -53,7 +53,7 @@ src_install() {
pkg_postinst() {
- einfo "Notice that intop was removed upstream as of 3.0."
+ elog "Notice that intop was removed upstream as of 3.0."
}
diff --git a/net-analyzer/ntop/ntop-3.2-r2.ebuild b/net-analyzer/ntop/ntop-3.2-r2.ebuild
index 7d64658884e1..59ed407cbec3 100644
--- a/net-analyzer/ntop/ntop-3.2-r2.ebuild
+++ b/net-analyzer/ntop/ntop-3.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.2-r2.ebuild,v 1.3 2007/01/13 19:46:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.2-r2.ebuild,v 1.4 2007/05/01 18:14:06 genone Exp $
inherit eutils autotools
@@ -104,6 +104,6 @@ pkg_postinst() {
fowners ntop:ntop /var/lib/ntop
fperms 750 /var/lib/ntop
- einfo "You need to set a password first by running"
- einfo "ntop --set-admin-password"
+ elog "You need to set a password first by running"
+ elog "ntop --set-admin-password"
}
diff --git a/net-analyzer/ntop/ntop-3.2-r3.ebuild b/net-analyzer/ntop/ntop-3.2-r3.ebuild
index 61424b4e6d05..79a4e566080f 100644
--- a/net-analyzer/ntop/ntop-3.2-r3.ebuild
+++ b/net-analyzer/ntop/ntop-3.2-r3.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.2-r3.ebuild,v 1.2 2007/03/27 20:56:32 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.2-r3.ebuild,v 1.3 2007/05/01 18:14:06 genone Exp $
inherit eutils autotools
@@ -104,6 +104,6 @@ pkg_postinst() {
fowners ntop:ntop /var/lib/ntop
fperms 750 /var/lib/ntop
- einfo "You need to set a password first by running"
- einfo "ntop --set-admin-password"
+ elog "You need to set a password first by running"
+ elog "ntop --set-admin-password"
}