diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:36:02 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:36:02 +0000 |
commit | f4d8ca42c65a27caa21c05c04f7dccac5e2a0160 (patch) | |
tree | 886fd2750987c73b5c74ddb791df39c5212a94fe /net-irc/miau | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-f4d8ca42c65a27caa21c05c04f7dccac5e2a0160.tar.gz gentoo-2-f4d8ca42c65a27caa21c05c04f7dccac5e2a0160.tar.bz2 gentoo-2-f4d8ca42c65a27caa21c05c04f7dccac5e2a0160.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-irc/miau')
-rw-r--r-- | net-irc/miau/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/miau/miau-0.6.2.ebuild | 10 | ||||
-rw-r--r-- | net-irc/miau/miau-0.6.4.ebuild | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/net-irc/miau/ChangeLog b/net-irc/miau/ChangeLog index 03851c3ae1c7..897d429fbf0b 100644 --- a/net-irc/miau/ChangeLog +++ b/net-irc/miau/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/miau # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/miau/ChangeLog,v 1.10 2007/04/11 18:24:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/miau/ChangeLog,v 1.11 2007/05/06 12:36:02 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> miau-0.6.2.ebuild, + miau-0.6.4.ebuild: + Replacing einfo with elog *miau-0.6.4 (11 Apr 2007) diff --git a/net-irc/miau/miau-0.6.2.ebuild b/net-irc/miau/miau-0.6.2.ebuild index 5318377c445a..473113a3b5a6 100644 --- a/net-irc/miau/miau-0.6.2.ebuild +++ b/net-irc/miau/miau-0.6.2.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/miau/miau-0.6.2.ebuild,v 1.1 2007/02/19 21:59:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/miau/miau-0.6.2.ebuild,v 1.2 2007/05/06 12:36:02 genone Exp $ inherit eutils @@ -61,9 +61,9 @@ src_install() { pkg_postinst() { echo - einfo "You'll need to configure miau before running it." - einfo "Put your config in ~/.miau/miaurc" - einfo "You can use the sample config is in /usr/share/doc/${PF}/miaurc.sample" - einfo "For more information, see the documentation." + elog "You'll need to configure miau before running it." + elog "Put your config in ~/.miau/miaurc" + elog "You can use the sample config is in /usr/share/doc/${PF}/miaurc.sample" + elog "For more information, see the documentation." echo } diff --git a/net-irc/miau/miau-0.6.4.ebuild b/net-irc/miau/miau-0.6.4.ebuild index b5e0ba6fcb77..a8f2320f4af9 100644 --- a/net-irc/miau/miau-0.6.4.ebuild +++ b/net-irc/miau/miau-0.6.4.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/miau/miau-0.6.4.ebuild,v 1.1 2007/04/11 18:24:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/miau/miau-0.6.4.ebuild,v 1.2 2007/05/06 12:36:02 genone Exp $ inherit eutils @@ -61,9 +61,9 @@ src_install() { pkg_postinst() { echo - einfo "You'll need to configure miau before running it." - einfo "Put your config in ~/.miau/miaurc" - einfo "You can use the sample config is in /usr/share/doc/${PF}/miaurc.sample" - einfo "For more information, see the documentation." + elog "You'll need to configure miau before running it." + elog "Put your config in ~/.miau/miaurc" + elog "You can use the sample config is in /usr/share/doc/${PF}/miaurc.sample" + elog "For more information, see the documentation." echo } |