From 9eb02cabb9acea88d82878cb12a3efe387dfbca1 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sun, 6 May 2007 12:22:54 +0000 Subject: Replacing einfo with elog (Portage version: 2.1.2.5) --- net-irc/bobotpp/ChangeLog | 5 ++++- net-irc/bobotpp/bobotpp-2.2.2.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'net-irc/bobotpp') diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index 1b50025cc51d..cb7d0024262b 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bobotpp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.18 2007/04/08 13:19:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.19 2007/05/06 12:22:54 genone Exp $ + + 06 May 2007; Marius Mauch bobotpp-2.2.2.ebuild: + Replacing einfo with elog 08 Apr 2007; Raúl Porcel -files/2.1.7-ifdef-scripts-fix.patch, -bobotpp-2.1.6.ebuild: diff --git a/net-irc/bobotpp/bobotpp-2.2.2.ebuild b/net-irc/bobotpp/bobotpp-2.2.2.ebuild index 426aa7a40da5..2a32c1d5f4ce 100644 --- a/net-irc/bobotpp/bobotpp-2.2.2.ebuild +++ b/net-irc/bobotpp/bobotpp-2.2.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/bobotpp/bobotpp-2.2.2.ebuild,v 1.3 2007/04/06 22:04:38 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.2.2.ebuild,v 1.4 2007/05/06 12:22:54 genone Exp $ DESCRIPTION="A flexible IRC bot scriptable in scheme" HOMEPAGE="http://unknownlamer.org/code/bobot.html" @@ -33,8 +33,8 @@ src_install() { } pkg_postinst() { - einfo - einfo "You can find a sample configuration file set in" - einfo "/usr/share/doc/${PF}/example-config" - einfo + elog + elog "You can find a sample configuration file set in" + elog "/usr/share/doc/${PF}/example-config" + elog } -- cgit v1.2.3-65-gdbad