summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 08:17:10 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 08:17:10 +0000
commitf48bcc6b25c616a314b7360e905c4413b0d0b59c (patch)
tree9b76d661cf39e4d2fea39f67584c63b5cd155ce6 /net-dialup/tkvoice
parentadd missing mdnsresponder to IUSE #177284 (diff)
downloadhistorical-f48bcc6b25c616a314b7360e905c4413b0d0b59c.tar.gz
historical-f48bcc6b25c616a314b7360e905c4413b0d0b59c.tar.bz2
historical-f48bcc6b25c616a314b7360e905c4413b0d0b59c.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dialup/tkvoice')
-rw-r--r--net-dialup/tkvoice/ChangeLog7
-rw-r--r--net-dialup/tkvoice/tkvoice-1.5.ebuild12
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."
}