diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:48:16 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:48:16 +0000 |
commit | 924b82b8a5e83a80ae13d0682622e77eea5ef272 (patch) | |
tree | 699468608c9ab0c9c826f236e0c99817af446fcc /net-irc/muh/muh-2.2a.ebuild | |
parent | Version bump. (diff) | |
download | historical-924b82b8a5e83a80ae13d0682622e77eea5ef272.tar.gz historical-924b82b8a5e83a80ae13d0682622e77eea5ef272.tar.bz2 historical-924b82b8a5e83a80ae13d0682622e77eea5ef272.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-irc/muh/muh-2.2a.ebuild')
-rw-r--r-- | net-irc/muh/muh-2.2a.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-irc/muh/muh-2.2a.ebuild b/net-irc/muh/muh-2.2a.ebuild index 02efadf6ece7..6fde29f6f2db 100644 --- a/net-irc/muh/muh-2.2a.ebuild +++ b/net-irc/muh/muh-2.2a.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-irc/muh/muh-2.2a.ebuild,v 1.4 2007/04/24 18:04:14 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.2a.ebuild,v 1.5 2007/05/06 12:37:15 genone Exp $ DESCRIPTION="Persistent IRC bouncer" HOMEPAGE="http://mind.riot.org/muh/" @@ -24,10 +24,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "You'll need to configure muh before running it." - einfo "Put your config in ~/.muh/muhrc" - einfo "A sample config is /usr/share/muh/muhrc" - einfo "For more information, see the documentation." - einfo + elog + elog "You'll need to configure muh before running it." + elog "Put your config in ~/.muh/muhrc" + elog "A sample config is /usr/share/muh/muhrc" + elog "For more information, see the documentation." + elog } |