diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:34:43 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:34:43 +0000 |
commit | ebccbabc3a478adba0a51e9d4d110bedd6211067 (patch) | |
tree | 8204eb295a788bc7e77f1d407b856a3b4c7c6a9c /net-irc/ircstats/ircstats-1.0.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-ebccbabc3a478adba0a51e9d4d110bedd6211067.tar.gz gentoo-2-ebccbabc3a478adba0a51e9d4d110bedd6211067.tar.bz2 gentoo-2-ebccbabc3a478adba0a51e9d4d110bedd6211067.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-irc/ircstats/ircstats-1.0.ebuild')
-rw-r--r-- | net-irc/ircstats/ircstats-1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/ircstats/ircstats-1.0.ebuild b/net-irc/ircstats/ircstats-1.0.ebuild index caca36288619..d96e3fb2c3d5 100644 --- a/net-irc/ircstats/ircstats-1.0.ebuild +++ b/net-irc/ircstats/ircstats-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ircstats-1.0.ebuild,v 1.1 2005/08/18 00:59:02 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ircstats-1.0.ebuild,v 1.2 2007/05/06 12:34:43 genone Exp $ inherit toolchain-funcs @@ -31,6 +31,6 @@ src_install() { } pkg_postinst() { - einfo "The IRCStats files have been installed in /usr/share/ircstats" - einfo "You can find an example ircstats.cfg in /usr/share/doc/${PF}" + elog "The IRCStats files have been installed in /usr/share/ircstats" + elog "You can find an example ircstats.cfg in /usr/share/doc/${PF}" } |