diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:43:53 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:43:53 +0000 |
commit | f83a353de9cee5ea09437134cbd77ab86126aa20 (patch) | |
tree | 2343ed93435e82cecd227366a063eba3543176fb /app-editors/nano/nano-1.3.11-r2.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-f83a353de9cee5ea09437134cbd77ab86126aa20.tar.gz gentoo-2-f83a353de9cee5ea09437134cbd77ab86126aa20.tar.bz2 gentoo-2-f83a353de9cee5ea09437134cbd77ab86126aa20.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-editors/nano/nano-1.3.11-r2.ebuild')
-rw-r--r-- | app-editors/nano/nano-1.3.11-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/nano/nano-1.3.11-r2.ebuild b/app-editors/nano/nano-1.3.11-r2.ebuild index c36291299fe1..aa8c1aa155ac 100644 --- a/app-editors/nano/nano-1.3.11-r2.ebuild +++ b/app-editors/nano/nano-1.3.11-r2.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-editors/nano/nano-1.3.11-r2.ebuild,v 1.11 2006/12/20 19:51:44 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.11-r2.ebuild,v 1.12 2007/01/24 02:43:53 genone Exp $ #ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" #ECVS_MODULE="nano" @@ -80,6 +80,6 @@ src_install() { } pkg_postinst() { - einfo "More helpful info about nano, visit the GDP page:" - einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml" + elog "More helpful info about nano, visit the GDP page:" + elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml" } |