diff options
author | 2007-05-06 08:16:05 +0000 | |
---|---|---|
committer | 2007-05-06 08:16:05 +0000 | |
commit | a063b1117df42bceaa04b025ba6e2b3a03cafec9 (patch) | |
tree | 272d2948acc1448b6a9a36d66b18343988016b2b /net-dialup | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-a063b1117df42bceaa04b025ba6e2b3a03cafec9.tar.gz gentoo-2-a063b1117df42bceaa04b025ba6e2b3a03cafec9.tar.bz2 gentoo-2-a063b1117df42bceaa04b025ba6e2b3a03cafec9.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/tkvoice/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/tkvoice/tkvoice-1.5.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net-dialup/tkvoice/ChangeLog b/net-dialup/tkvoice/ChangeLog index 15625a1921ee..f32ac9aa1074 100644 --- a/net-dialup/tkvoice/ChangeLog +++ b/net-dialup/tkvoice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/tkvoice -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/ChangeLog,v 1.1 2006/04/02 07:11:32 mrness Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/ChangeLog,v 1.2 2007/05/06 08:16:05 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> tkvoice-1.5.ebuild: + Replacing einfo with elog *tkvoice-1.5 (02 Apr 2006) diff --git a/net-dialup/tkvoice/tkvoice-1.5.ebuild b/net-dialup/tkvoice/tkvoice-1.5.ebuild index e7af43968546..4df2c7d5eddd 100644 --- a/net-dialup/tkvoice/tkvoice-1.5.ebuild +++ b/net-dialup/tkvoice/tkvoice-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/tkvoice-1.5.ebuild,v 1.2 2006/04/02 14:03:30 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/tkvoice-1.5.ebuild,v 1.3 2007/05/06 08:16:05 genone Exp $ DESCRIPTION="TkVoice - Voice mail and Fax frontend program" HOMEPAGE="http://tkvoice.netfirms.com" @@ -46,8 +46,8 @@ src_install() pkg_postinst() { - einfo "${P} has been installed. Run /usr/bin/${PN}." - einfo "For more information, see the home page, ${HOMEPAGE}" - einfo "or consult the documentation for this program as well as" - einfo "for mgetty/vgetty." + elog "${P} has been installed. Run /usr/bin/${PN}." + elog "For more information, see the home page, ${HOMEPAGE}" + elog "or consult the documentation for this program as well as" + elog "for mgetty/vgetty." } |