summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2009-10-09 21:53:18 +0000
committerWilliam Hubbs <williamh@gentoo.org>2009-10-09 21:53:18 +0000
commite53593d8d07acd16dc4382f610ef46eaced0bc99 (patch)
tree512203c3956871319d2e4ecca0090e796ce2b822 /app-accessibility
parentefte: better usage of cmake eclass (diff)
downloadgentoo-2-e53593d8d07acd16dc4382f610ef46eaced0bc99.tar.gz
gentoo-2-e53593d8d07acd16dc4382f610ef46eaced0bc99.tar.bz2
gentoo-2-e53593d8d07acd16dc4382f610ef46eaced0bc99.zip
changed some echo commands to elogs.
(Portage version: 2.2_rc44/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/espeakup/ChangeLog6
-rw-r--r--app-accessibility/espeakup/espeakup-0.71.ebuild4
-rw-r--r--app-accessibility/espeakup/espeakup-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
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 <williamh@gentoo.org> espeakup-0.71.ebuild,
+ espeakup-9999.ebuild:
+ changed some echo commands to elogs.
07 Sep 2009; William Hubbs <williamh@gentoo.org> 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"