diff options
author | 2007-05-06 11:49:16 +0000 | |
---|---|---|
committer | 2007-05-06 11:49:16 +0000 | |
commit | 1c6c2ec4611d07a7ddc036e3e5fba5c38559928e (patch) | |
tree | 1326a0b442fb2ec15a67e500fd74a1b50a437aba /net-im/mu-conference/mu-conference-0.6.0-r2.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-1c6c2ec4611d07a7ddc036e3e5fba5c38559928e.tar.gz gentoo-2-1c6c2ec4611d07a7ddc036e3e5fba5c38559928e.tar.bz2 gentoo-2-1c6c2ec4611d07a7ddc036e3e5fba5c38559928e.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-im/mu-conference/mu-conference-0.6.0-r2.ebuild')
-rw-r--r-- | net-im/mu-conference/mu-conference-0.6.0-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild b/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild index 3faedb452642..5b4be8a3feef 100644 --- a/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild +++ b/net-im/mu-conference/mu-conference-0.6.0-r2.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-im/mu-conference/mu-conference-0.6.0-r2.ebuild,v 1.8 2007/04/28 19:22:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild,v 1.9 2007/05/06 11:49:16 genone Exp $ inherit eutils @@ -51,10 +51,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "Please read /usr/share/doc/${PF}/README.Gentoo.gz" - einfo "And please notice that now muc-transport comes with a init.d script" - einfo "dont forget to add it to your runlevel." - einfo + elog + elog "Please read /usr/share/doc/${PF}/README.Gentoo.gz" + elog "And please notice that now muc-transport comes with a init.d script" + elog "dont forget to add it to your runlevel." + elog } |