diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:39:41 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:39:41 +0000 |
commit | cfe164fdab61001291fcc8949d150140bd6bbd2c (patch) | |
tree | 0ce8b5cfa80861f2f442880634823a309c7f5af9 /net-irc/onis/onis-0.8.2.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-cfe164fdab61001291fcc8949d150140bd6bbd2c.tar.gz gentoo-2-cfe164fdab61001291fcc8949d150140bd6bbd2c.tar.bz2 gentoo-2-cfe164fdab61001291fcc8949d150140bd6bbd2c.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-irc/onis/onis-0.8.2.ebuild')
-rw-r--r-- | net-irc/onis/onis-0.8.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-irc/onis/onis-0.8.2.ebuild b/net-irc/onis/onis-0.8.2.ebuild index 981b6532201e..34db18c72ef6 100644 --- a/net-irc/onis/onis-0.8.2.ebuild +++ b/net-irc/onis/onis-0.8.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/onis/onis-0.8.2.ebuild,v 1.1 2007/03/13 19:14:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/onis-0.8.2.ebuild,v 1.2 2007/05/06 12:39:41 genone Exp $ inherit eutils @@ -40,8 +40,8 @@ src_install () { } pkg_postinst() { - einfo - einfo "The onis themes have been installed in /usr/share/onis/*-theme" - einfo "You can find a sample configuration at /usr/share/doc/${PF}/onis.conf.gz" - einfo + elog + elog "The onis themes have been installed in /usr/share/onis/*-theme" + elog "You can find a sample configuration at /usr/share/doc/${PF}/onis.conf.gz" + elog } |