diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:26:27 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:26:27 +0000 |
commit | b489131ba3c26bc14916d4dbaa15e9df257890cf (patch) | |
tree | 51890b3f0227cec9cb06dca9fc7bfb3750c8dba2 /games-fps | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-b489131ba3c26bc14916d4dbaa15e9df257890cf.tar.gz gentoo-2-b489131ba3c26bc14916d4dbaa15e9df257890cf.tar.bz2 gentoo-2-b489131ba3c26bc14916d4dbaa15e9df257890cf.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 8 | ||||
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334.ebuild | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild index 692abc273332..bd16cb04a9f5 100644 --- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild +++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.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/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.6 2004/06/24 22:49:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.7 2005/07/09 18:24:38 swegener Exp $ inherit games @@ -57,12 +57,12 @@ pkg_postinst() { einfo "You will need to run:" einfo " ebuild /var/db/pkg/${CATEGORY}/${P}/${P}.ebuild config" einfo "to make the necessary changes to the system .ini files." - echo "" + echo einfo "Each user whom has already played the game will need to run:" einfo " ${dir}/epic-installer" - echo "" + echo einfo "to update their configuration files in their home directory." - echo "" + echo games_pkg_postinst } 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 } |