diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:54:35 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:54:35 +0000 |
commit | b3a0b157576b8faa3aef5b8e61a5d469fb3481de (patch) | |
tree | 155a50f2c8494a516a73bdb4f02c15a936248fcd /app-editors/teco/teco-1.00-r3.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-b3a0b157576b8faa3aef5b8e61a5d469fb3481de.tar.gz gentoo-2-b3a0b157576b8faa3aef5b8e61a5d469fb3481de.tar.bz2 gentoo-2-b3a0b157576b8faa3aef5b8e61a5d469fb3481de.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-editors/teco/teco-1.00-r3.ebuild')
-rw-r--r-- | app-editors/teco/teco-1.00-r3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/teco/teco-1.00-r3.ebuild b/app-editors/teco/teco-1.00-r3.ebuild index b47c99bf8967..0bb039c76707 100644 --- a/app-editors/teco/teco-1.00-r3.ebuild +++ b/app-editors/teco/teco-1.00-r3.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-editors/teco/teco-1.00-r3.ebuild,v 1.5 2005/09/09 15:49:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.6 2007/01/24 02:54:35 genone Exp $ inherit toolchain-funcs flag-o-matic @@ -43,6 +43,6 @@ src_install() { } pkg_postinst() { - einfo "The TECO binary is called te." - einfo "Sample configurations and documentation is available in /usr/share/doc/" + elog "The TECO binary is called te." + elog "Sample configurations and documentation is available in /usr/share/doc/" } |