diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:40:37 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:40:37 +0000 |
commit | 88cf9673812d2550df3b77426d33843ec769f01a (patch) | |
tree | 25c97f8d3628c14f5205070d33a8672059ec6991 /net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-88cf9673812d2550df3b77426d33843ec769f01a.tar.gz gentoo-2-88cf9673812d2550df3b77426d33843ec769f01a.tar.bz2 gentoo-2-88cf9673812d2550df3b77426d33843ec769f01a.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild')
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild b/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild index f140cfd19776..38ea0ecf7b2c 100644 --- a/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.1-r1.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/squid-graph/squid-graph-3.1-r1.ebuild,v 1.2 2006/09/06 13:09:06 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild,v 1.3 2007/05/01 22:40:37 genone Exp $ DESCRIPTION="Squid logfile analyzer and traffic grapher" HOMEPAGE="http://squid-graph.securlogic.com/" @@ -25,9 +25,9 @@ src_install () { } pkg_postinst () { - einfo - einfo "Remember to copy /usr/share/${PN}/logo.png to your output directory" - einfo + elog + elog "Remember to copy /usr/share/${PN}/logo.png to your output directory" + elog } |