diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:17:04 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:17:04 +0000 |
commit | e65b1af1aee4ac031c476a0122d29b6ccce6bb57 (patch) | |
tree | e9cab8baf907d1b8440d9ca0c02ab6439166bcb7 /media-sound/timidity++ | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-e65b1af1aee4ac031c476a0122d29b6ccce6bb57.tar.gz gentoo-2-e65b1af1aee4ac031c476a0122d29b6ccce6bb57.tar.bz2 gentoo-2-e65b1af1aee4ac031c476a0122d29b6ccce6bb57.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/timidity++')
-rw-r--r-- | media-sound/timidity++/timidity++-2.13.2-r2.ebuild | 10 | ||||
-rw-r--r-- | media-sound/timidity++/timidity++-2.13.2.ebuild | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/media-sound/timidity++/timidity++-2.13.2-r2.ebuild b/media-sound/timidity++/timidity++-2.13.2-r2.ebuild index 6be513b7f090..63e4188a4882 100644 --- a/media-sound/timidity++/timidity++-2.13.2-r2.ebuild +++ b/media-sound/timidity++/timidity++-2.13.2-r2.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-r2.ebuild,v 1.3 2005/06/26 02:03:45 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r2.ebuild,v 1.4 2005/07/09 19:16:21 swegener Exp $ IUSE="oss nas esd motif X gtk gtk2 vorbis tcltk slang alsa arts jack portaudio emacs ao speex flac ncurses" @@ -127,14 +127,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'" 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'" |