diff options
author | 2005-07-09 19:18:40 +0000 | |
---|---|---|
committer | 2005-07-09 19:18:40 +0000 | |
commit | 002aad5cecad92a119a460cf797cf4129b9769e3 (patch) | |
tree | f7b58fcbc848932c152843ae13aad63041f98bda /media-sound/timidity++/timidity++-2.13.2.ebuild | |
parent | Added ~sparc keyword. (diff) | |
download | historical-002aad5cecad92a119a460cf797cf4129b9769e3.tar.gz historical-002aad5cecad92a119a460cf797cf4129b9769e3.tar.bz2 historical-002aad5cecad92a119a460cf797cf4129b9769e3.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-sound/timidity++/timidity++-2.13.2.ebuild')
-rw-r--r-- | media-sound/timidity++/timidity++-2.13.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/timidity++/timidity++-2.13.2.ebuild b/media-sound/timidity++/timidity++-2.13.2.ebuild index 999c76d14c61..e8548adc5de7 100644 --- a/media-sound/timidity++/timidity++-2.13.2.ebuild +++ b/media-sound/timidity++/timidity++-2.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2.ebuild,v 1.9 2005/05/28 17:23:33 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2.ebuild,v 1.10 2005/07/09 19:16:21 swegener Exp $ IUSE="oss nas esd motif X gtk vorbis tcltk slang alsa arts jack portaudio emacs" @@ -117,14 +117,14 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "A timidity config file has been installed in /etc/timidity.cfg." - einfo "" + einfo einfo "Do not edit this file as it will interfere with the timidity-update tool." einfo "You will need to emerge timidity-eawpatches or timidity-shompatches." - einfo "" + einfo einfo "The tool 'timidity-update' can be used to switch between installed patchsets." - einfo "" + einfo einfo "An init script for the alsa timidity sequencer has been installed." einfo "If you wish to use the timidity virtual sequencer, edit /etc/conf.d/timidity" einfo "and run 'rc-update add timidity <runlevel> && /etc/init.d/timidity start'" |