diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 18:11:10 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 18:11:10 +0000 |
commit | ba8844fcec45ac84188e3e6f8e16b7031b2adf49 (patch) | |
tree | 963ce00b6f7e136b03a5b45cad779633f3e1d410 /net-analyzer/netio/netio-1.26.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-ba8844fcec45ac84188e3e6f8e16b7031b2adf49.tar.gz gentoo-2-ba8844fcec45ac84188e3e6f8e16b7031b2adf49.tar.bz2 gentoo-2-ba8844fcec45ac84188e3e6f8e16b7031b2adf49.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/netio/netio-1.26.ebuild')
-rw-r--r-- | net-analyzer/netio/netio-1.26.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/netio/netio-1.26.ebuild b/net-analyzer/netio/netio-1.26.ebuild index fba94b1af4fc..4c5c6ad43a47 100644 --- a/net-analyzer/netio/netio-1.26.ebuild +++ b/net-analyzer/netio/netio-1.26.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/netio/netio-1.26.ebuild,v 1.5 2006/10/08 16:48:57 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild,v 1.6 2007/05/01 18:11:10 genone Exp $ inherit toolchain-funcs versionator @@ -49,8 +49,8 @@ src_install() { pkg_postinst() { echo - einfo "NOTE: all files included in the upstream zip file have" - einfo "been installed to /usr/share/doc/${PF}, as required by" - einfo "the license." + elog "NOTE: all files included in the upstream zip file have" + elog "been installed to /usr/share/doc/${PF}, as required by" + elog "the license." echo } |