summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/bobotpp/ChangeLog5
-rw-r--r--net-irc/bobotpp/bobotpp-2.2.2.ebuild10
2 files changed, 9 insertions, 6 deletions
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 <genone@gentoo.org> bobotpp-2.2.2.ebuild:
+ Replacing einfo with elog
08 Apr 2007; Raúl Porcel <armin76@gentoo.org>
-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
}