diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:08:08 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:08:08 +0000 |
commit | 931e49f09db511fcd33552716e423fa403301e6f (patch) | |
tree | 9e15ddf208bd0736d879f499d152a086886d0ad3 /app-misc/digitemp/digitemp-3.2.0.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-931e49f09db511fcd33552716e423fa403301e6f.tar.gz gentoo-2-931e49f09db511fcd33552716e423fa403301e6f.tar.bz2 gentoo-2-931e49f09db511fcd33552716e423fa403301e6f.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-misc/digitemp/digitemp-3.2.0.ebuild')
-rw-r--r-- | app-misc/digitemp/digitemp-3.2.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/digitemp/digitemp-3.2.0.ebuild b/app-misc/digitemp/digitemp-3.2.0.ebuild index 5fd1cb7f1773..515913ecf0b2 100644 --- a/app-misc/digitemp/digitemp-3.2.0.ebuild +++ b/app-misc/digitemp/digitemp-3.2.0.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/app-misc/digitemp/digitemp-3.2.0.ebuild,v 1.7 2005/01/01 14:58:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/digitemp/digitemp-3.2.0.ebuild,v 1.8 2007/01/28 05:08:08 genone Exp $ DESCRIPTION="Temperature logging and reporting using Dallas Semiconductor's iButtons and 1-Wire protocol" HOMEPAGE="http://www.digitemp.com http://www.ibutton.com" @@ -53,8 +53,8 @@ src_install() { pkg_postinst() { ewarn "set the SERIAL_DRIVER environment variable to ds9097 to build" ewarn "for that controller instead" - einfo "" - einfo "examples of using digitemp with python, perl, and rrdtool are" - einfo "located in ${exampledir}" - einfo "" + elog "" + elog "examples of using digitemp with python, perl, and rrdtool are" + elog "located in ${exampledir}" + elog "" } |