From 924b82b8a5e83a80ae13d0682622e77eea5ef272 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sun, 6 May 2007 12:48:16 +0000 Subject: Replacing einfo with elog Package-Manager: portage-2.1.2.5 --- net-irc/miau/ChangeLog | 6 +++++- net-irc/miau/miau-0.6.2.ebuild | 10 +++++----- net-irc/miau/miau-0.6.4.ebuild | 10 +++++----- 3 files changed, 15 insertions(+), 11 deletions(-) (limited to 'net-irc/miau') 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 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 } -- cgit v1.2.3-65-gdbad