From 88cf9673812d2550df3b77426d33843ec769f01a Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Tue, 1 May 2007 22:40:37 +0000 Subject: Replacing einfo with elog (Portage version: 2.1.2.5) --- net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild') 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 } -- cgit v1.2.3-65-gdbad