summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 12:48:16 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 12:48:16 +0000
commit924b82b8a5e83a80ae13d0682622e77eea5ef272 (patch)
tree699468608c9ab0c9c826f236e0c99817af446fcc /net-irc/oer
parentVersion bump. (diff)
downloadhistorical-924b82b8a5e83a80ae13d0682622e77eea5ef272.tar.gz
historical-924b82b8a5e83a80ae13d0682622e77eea5ef272.tar.bz2
historical-924b82b8a5e83a80ae13d0682622e77eea5ef272.zip
Replacing einfo with elog
Package-Manager: portage-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
}