From e53593d8d07acd16dc4382f610ef46eaced0bc99 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 9 Oct 2009 21:53:18 +0000 Subject: changed some echo commands to elogs. (Portage version: 2.2_rc44/cvs/Linux i686) --- app-accessibility/espeakup/ChangeLog | 6 +++++- app-accessibility/espeakup/espeakup-0.71.ebuild | 4 ++-- app-accessibility/espeakup/espeakup-9999.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'app-accessibility') diff --git a/app-accessibility/espeakup/ChangeLog b/app-accessibility/espeakup/ChangeLog index bfb4b470aca9..b837e4ac1b1f 100644 --- a/app-accessibility/espeakup/ChangeLog +++ b/app-accessibility/espeakup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/espeakup # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.15 2009/09/07 23:31:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.16 2009/10/09 21:53:18 williamh Exp $ + + 09 Oct 2009; William Hubbs espeakup-0.71.ebuild, + espeakup-9999.ebuild: + changed some echo commands to elogs. 07 Sep 2009; William Hubbs espeakup-9999.ebuild: Updated prefix setting in the live ebuild. diff --git a/app-accessibility/espeakup/espeakup-0.71.ebuild b/app-accessibility/espeakup/espeakup-0.71.ebuild index f109c71a70f4..b5b7bc71ebfa 100644 --- a/app-accessibility/espeakup/espeakup-0.71.ebuild +++ b/app-accessibility/espeakup/espeakup-0.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-0.71.ebuild,v 1.3 2009/08/07 00:33:49 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-0.71.ebuild,v 1.4 2009/10/09 21:53:18 williamh Exp $ DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup" HOMEPAGE="http://www.linux-speakup.org" @@ -28,7 +28,7 @@ src_install() { pkg_postinst() { elog "To get espeakup to start automatically, it is currently recommended" - echo "that you add it to the default run level, by giving the following" + elog "that you add it to the default run level, by giving the following" elog "command as root." elog elog "rc-update add espeakup default" diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild index 68b9eb7ac6b9..cb3314b47082 100644 --- a/app-accessibility/espeakup/espeakup-9999.ebuild +++ b/app-accessibility/espeakup/espeakup-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.2 2009/09/07 23:31:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.3 2009/10/09 21:53:18 williamh Exp $ EGIT_REPO_URI="git://github.com/williamh/espeakup.git" inherit git @@ -31,7 +31,7 @@ src_install() { pkg_postinst() { elog "To get espeakup to start automatically, it is currently recommended" - echo "that you add it to the default run level, by giving the following" + elog "that you add it to the default run level, by giving the following" elog "command as root." elog elog "rc-update add espeakup default" -- cgit v1.2.3-65-gdbad