diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:52:07 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:52:07 +0000 |
commit | 16a676fd58a3f637101cbe4391e474537773a939 (patch) | |
tree | 7f6b100491b6ce3115dcc8f3aec092a3c05e45fb /net-im/pork/pork-0.99.7.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-16a676fd58a3f637101cbe4391e474537773a939.tar.gz gentoo-2-16a676fd58a3f637101cbe4391e474537773a939.tar.bz2 gentoo-2-16a676fd58a3f637101cbe4391e474537773a939.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-im/pork/pork-0.99.7.ebuild')
-rw-r--r-- | net-im/pork/pork-0.99.7.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/pork/pork-0.99.7.ebuild b/net-im/pork/pork-0.99.7.ebuild index a0cdffe21704..bab015887a14 100644 --- a/net-im/pork/pork-0.99.7.ebuild +++ b/net-im/pork/pork-0.99.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.7.ebuild,v 1.2 2005/05/05 13:25:34 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.7.ebuild,v 1.3 2007/05/06 11:52:07 genone Exp $ DESCRIPTION="Console based AIM client that looks like ircII" HOMEPAGE="http://dev.ojnk.net/" @@ -33,8 +33,8 @@ src_install() { } pkg_postinst() { - einfo "Be aware that the syntax for IRC connections has" - einfo "changed. Read ${HOMEPAGE}/stuff/pork.news" - einfo "for details." + elog "Be aware that the syntax for IRC connections has" + elog "changed. Read ${HOMEPAGE}/stuff/pork.news" + elog "for details." } |