summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-09 18:25:39 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-09 18:25:39 +0000
commit25cfa2495c3dbacfc22e486a222c6cb793c3aba9 (patch)
tree1ec7374b82580c30438aba3badee962d6e69041a
parentQA: Cleaner einfo, ewarn, eerror and echo usage (diff)
downloadhistorical-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
-rw-r--r--games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild8
-rw-r--r--games-fps/ut2004-demo/ut2004-demo-3334.ebuild10
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
}