summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-11-18 06:49:54 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-11-18 06:49:54 +0000
commit9d2dcc23078500fa444a6c3c9adb251bad110bf6 (patch)
tree8d0e5dbd765af734e4ed9a16e2d249fd483ee39f /media-sound
parentrev bump (diff)
downloadgentoo-2-9d2dcc23078500fa444a6c3c9adb251bad110bf6.tar.gz
gentoo-2-9d2dcc23078500fa444a6c3c9adb251bad110bf6.tar.bz2
gentoo-2-9d2dcc23078500fa444a6c3c9adb251bad110bf6.zip
(multiple) removed quite some crap:
- "boxes" done with "*****", "#####", "=====" or "-----" - checking for user accounts with weird awk stuff instead of using id - empty lines at beginning or end of functions - whole "novels" of instructions in pkg_postinst()
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/festival/festival-1.4.2.ebuild19
1 files changed, 5 insertions, 14 deletions
diff --git a/media-sound/festival/festival-1.4.2.ebuild b/media-sound/festival/festival-1.4.2.ebuild
index 33716332dbf8..30bca9ae1fcf 100644
--- a/media-sound/festival/festival-1.4.2.ebuild
+++ b/media-sound/festival/festival-1.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.2.ebuild,v 1.5 2002/11/16 10:56:36 cybersystem Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.2.ebuild,v 1.6 2002/11/18 06:49:54 blizzy Exp $
S=${WORKDIR}/${PN}
T=${WORKDIR}/speech_tools
@@ -60,17 +60,8 @@ src_install () {
}
pkg_postinst() {
-
- echo
- echo '#########################################################'
- echo '# #'
- echo '# To test festival, simply type: #'
- echo '# "saytime" #'
- echo '# #'
- echo '# Or for something more fun: #'
- echo '# "echo "Gentoo can speak" | festival --tts" #'
- echo '# #'
- echo '#########################################################'
- echo
-
+ einfo "To test festival, run \"saytime\"."
+ einfo "Or for something more fun, run"
+ einfo ""
+ einfo "\techo \"Gentoo Linux can speak\" | festival --tts"
}