summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 12:38:16 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 12:38:16 +0000
commit7f4355f9822828a8f4a4a81ff882ac3e4cd0f619 (patch)
treea07f67aa258eed32931b3666e608d9f7e8253dfa /net-irc/oer
parentReplacing einfo with elog (diff)
downloadgentoo-2-7f4355f9822828a8f4a4a81ff882ac3e4cd0f619.tar.gz
gentoo-2-7f4355f9822828a8f4a4a81ff882ac3e4cd0f619.tar.bz2
gentoo-2-7f4355f9822828a8f4a4a81ff882ac3e4cd0f619.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-irc/oer')
-rw-r--r--net-irc/oer/ChangeLog5
-rw-r--r--net-irc/oer/oer-1.0.66.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/net-irc/oer/ChangeLog b/net-irc/oer/ChangeLog
index c9d5b92c39cd..bb3826a653da 100644
--- a/net-irc/oer/ChangeLog
+++ b/net-irc/oer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/oer
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/oer/ChangeLog,v 1.8 2007/03/13 18:48:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/oer/ChangeLog,v 1.9 2007/05/06 12:38:16 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> oer-1.0.66.ebuild:
+ Replacing einfo with elog
13 Mar 2007; Raúl Porcel <armin76@gentoo.org> -oer-1.0.64.ebuild,
-oer-1.0.65.ebuild, oer-1.0.66.ebuild:
diff --git a/net-irc/oer/oer-1.0.66.ebuild b/net-irc/oer/oer-1.0.66.ebuild
index 20b92fca92f4..00dde39ec0db 100644
--- a/net-irc/oer/oer-1.0.66.ebuild
+++ b/net-irc/oer/oer-1.0.66.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/oer/oer-1.0.66.ebuild,v 1.2 2007/03/13 18:48:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/oer/oer-1.0.66.ebuild,v 1.3 2007/05/06 12:38:16 genone Exp $
inherit fixheadtails eutils versionator
@@ -39,8 +39,8 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "You can find a sample configuration file set in"
- einfo "/usr/share/doc/${PF}/sample-configuration"
- einfo
+ elog
+ elog "You can find a sample configuration file set in"
+ elog "/usr/share/doc/${PF}/sample-configuration"
+ elog
}