diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:25:39 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:25:39 +0000 |
commit | 25cfa2495c3dbacfc22e486a222c6cb793c3aba9 (patch) | |
tree | 1ec7374b82580c30438aba3badee962d6e69041a /games-fps/ut2004-demo | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | historical-25cfa2495c3dbacfc22e486a222c6cb793c3aba9.tar.gz historical-25cfa2495c3dbacfc22e486a222c6cb793c3aba9.tar.bz2 historical-25cfa2495c3dbacfc22e486a222c6cb793c3aba9.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-fps/ut2004-demo')
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild index 71364dd6a6a0..4d7c7312dc34 100644 --- a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild +++ b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.3 2004/11/17 19:01:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.4 2005/07/09 18:25:39 swegener Exp $ inherit games eutils @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "For Text To Speech:" einfo " 1) emerge festival speechd" einfo " 2) Edit your ~/.ut2004demo/System/UT2004.ini file." @@ -64,11 +64,11 @@ pkg_postinst() { einfo " 3) Start speechd." einfo " 4) Start the game. Be sure to go into the Audio" einfo " options and enable Text To Speech." - einfo "" + einfo einfo "To test, pull down the console (~) and type:" einfo " TTS this is a test." - einfo "" + einfo einfo "You should hear something that sounds like 'This is a test.'" - einfo "" + einfo games_pkg_postinst } |