summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 12:37:15 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 12:37:15 +0000
commite218b4db55af42155bbc3aa174b07fd07d381b2a (patch)
treeb3ce9543f7ebd211f64ecf5207f4585ac94fa88f /net-irc/muh
parentReplacing einfo with elog (diff)
downloadgentoo-2-e218b4db55af42155bbc3aa174b07fd07d381b2a.tar.gz
gentoo-2-e218b4db55af42155bbc3aa174b07fd07d381b2a.tar.bz2
gentoo-2-e218b4db55af42155bbc3aa174b07fd07d381b2a.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-irc/muh')
-rw-r--r--net-irc/muh/ChangeLog5
-rw-r--r--net-irc/muh/muh-2.2a.ebuild14
2 files changed, 11 insertions, 8 deletions
diff --git a/net-irc/muh/ChangeLog b/net-irc/muh/ChangeLog
index 255ef4b7171f..bbb0496c5186 100644
--- a/net-irc/muh/ChangeLog
+++ b/net-irc/muh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/muh
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.16 2007/04/24 18:49:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.17 2007/05/06 12:37:15 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> muh-2.2a.ebuild:
+ Replacing einfo with elog
24 Apr 2007; Raúl Porcel <armin76@gentoo.org> -muh-2.1_rc1.ebuild:
old
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
}