diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:28:56 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:28:56 +0000 |
commit | 6636025e51f135513e8b5a8230a72957f3a3adde (patch) | |
tree | 14528622be5e3b4506a3a3fc20f992173e1941f4 /app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild | |
parent | Yet another version bump. (diff) | |
download | historical-6636025e51f135513e8b5a8230a72957f3a3adde.tar.gz historical-6636025e51f135513e8b5a8230a72957f3a3adde.tar.bz2 historical-6636025e51f135513e8b5a8230a72957f3a3adde.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild')
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild index 5108520072ef..f3c6bdc34205 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.7-r1.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/app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild,v 1.11 2006/11/23 17:12:49 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild,v 1.12 2007/01/23 16:26:00 genone Exp $ inherit eutils flag-o-matic linux-info @@ -90,7 +90,7 @@ src_install() { } pkg_postinst() { - einfo "gnokii does not need it's own group anymore." - einfo "Make sure the user that runs gnokii has read/write access to the device" - einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0" + elog "gnokii does not need it's own group anymore." + elog "Make sure the user that runs gnokii has read/write access to the device" + elog "which your phone is connected to. eg. chown <user> /dev/ttyS0" } |