From d00fd7a65be0795ff8cf2839cfbf88c20b45a0f0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 4 Jan 2009 17:13:04 +0000 Subject: Use einfo, not elog for doc hint #253704 by Todd Walton. (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64) --- app-editors/nano/ChangeLog | 8 ++++++-- app-editors/nano/nano-1.3.12-r1.ebuild | 8 ++++---- app-editors/nano/nano-2.0.9.ebuild | 8 ++++---- app-editors/nano/nano-2.1.7-r1.ebuild | 8 ++++---- 4 files changed, 18 insertions(+), 14 deletions(-) (limited to 'app-editors') diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index 992f710fb66b..7136bbd20be7 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/nano -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.226 2008/12/30 20:15:35 angelos Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.227 2009/01/04 17:13:04 vapier Exp $ + + 04 Jan 2009; Mike Frysinger nano-1.3.12-r1.ebuild, + nano-2.0.9.ebuild, nano-2.1.7-r1.ebuild: + Use einfo, not elog for doc hint #253704 by Todd Walton. *nano-2.1.7-r1 (30 Dec 2008) diff --git a/app-editors/nano/nano-1.3.12-r1.ebuild b/app-editors/nano/nano-1.3.12-r1.ebuild index 28d451d41c9a..9a382f391fa7 100644 --- a/app-editors/nano/nano-1.3.12-r1.ebuild +++ b/app-editors/nano/nano-1.3.12-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.20 2008/11/10 14:44:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.21 2009/01/04 17:13:04 vapier Exp $ #ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" #ECVS_MODULE="nano" @@ -75,6 +75,6 @@ src_install() { } pkg_postinst() { - elog "More helpful info about nano, visit the GDP page:" - elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml" + einfo "More helpful info about nano, visit the GDP page:" + einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml" } diff --git a/app-editors/nano/nano-2.0.9.ebuild b/app-editors/nano/nano-2.0.9.ebuild index 068700c8eb33..35801233ee07 100644 --- a/app-editors/nano/nano-2.0.9.ebuild +++ b/app-editors/nano/nano-2.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.9.ebuild,v 1.8 2008/10/09 19:34:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.9.ebuild,v 1.9 2009/01/04 17:13:04 vapier Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -74,6 +74,6 @@ src_install() { } pkg_postinst() { - elog "More helpful info about nano, visit the GDP page:" - elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml" + einfo "More helpful info about nano, visit the GDP page:" + einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml" } diff --git a/app-editors/nano/nano-2.1.7-r1.ebuild b/app-editors/nano/nano-2.1.7-r1.ebuild index 05f878648ad0..7cbfad4909a9 100644 --- a/app-editors/nano/nano-2.1.7-r1.ebuild +++ b/app-editors/nano/nano-2.1.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.7-r1.ebuild,v 1.1 2008/12/30 20:15:35 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.7-r1.ebuild,v 1.2 2009/01/04 17:13:04 vapier Exp $ EAPI=2 inherit eutils @@ -79,6 +79,6 @@ src_install() { } pkg_postinst() { - elog "More helpful info about nano, visit the GDP page:" - elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml" + einfo "More helpful info about nano, visit the GDP page:" + einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml" } -- cgit v1.2.3-65-gdbad