diff options
author | 2004-07-06 09:53:03 +0000 | |
---|---|---|
committer | 2004-07-06 09:53:03 +0000 | |
commit | 308390fd45eaa1b91c3b27f2615250f2f2b10192 (patch) | |
tree | bb90ff2ae5291af6fda5e0ab605578eb59cdb2d7 /media-sound/timidity++ | |
parent | Wipe out old unstable ebuilds... (Manifest recommit) (diff) | |
download | gentoo-2-308390fd45eaa1b91c3b27f2615250f2f2b10192.tar.gz gentoo-2-308390fd45eaa1b91c3b27f2615250f2f2b10192.tar.bz2 gentoo-2-308390fd45eaa1b91c3b27f2615250f2f2b10192.zip |
Fix typo (bug #56213); remove nomirror
Diffstat (limited to 'media-sound/timidity++')
-rw-r--r-- | media-sound/timidity++/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/timidity++/timidity++-2.13.0-r1.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-sound/timidity++/ChangeLog b/media-sound/timidity++/ChangeLog index e5e634c7f3ea..10eae8a24833 100644 --- a/media-sound/timidity++/ChangeLog +++ b/media-sound/timidity++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/timidity++ # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.33 2004/07/05 06:21:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.34 2004/07/06 09:53:03 mr_bones_ Exp $ + + 06 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + timidity++-2.13.0-r1.ebuild: + Fix typo (bug #56213); remove nomirror 04 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> timidity++-2.13.0-r1.ebuild: diff --git a/media-sound/timidity++/timidity++-2.13.0-r1.ebuild b/media-sound/timidity++/timidity++-2.13.0-r1.ebuild index 8e72481884b6..bb54f68defe1 100644 --- a/media-sound/timidity++/timidity++-2.13.0-r1.ebuild +++ b/media-sound/timidity++/timidity++-2.13.0-r1.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/media-sound/timidity++/timidity++-2.13.0-r1.ebuild,v 1.6 2004/07/05 07:04:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.0-r1.ebuild,v 1.7 2004/07/06 09:53:03 mr_bones_ Exp $ inherit gnuconfig @@ -11,7 +11,6 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="A handy MIDI to WAV converter with OSS and ALSA output support" HOMEPAGE="http://timidity.sourceforge.net/" SRC_URI="mirror://sourceforge/timidity/${MY_P}.tar.bz2" -RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -110,15 +109,15 @@ pkg_postinst() { einfo "" einfo "A timidity config file has been installed in /etc/timidity.cfg." einfo "" - einfo "Youu need to edit this config file to reference your sound fonts." - einfo "If youu don't know what this means, try emerging timidity-eawpatches." + einfo "You need to edit this config file to reference your sound fonts." + einfo "If you don't know what this means, try emerging timidity-eawpatches." 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'" if use sparc; then - ewarn "sparc support is expirimental. oss, alsa, esd, and portaudio do not work." + ewarn "sparc support is experimental. oss, alsa, esd, and portaudio do not work." ewarn "-Ow (save to wave file) does..." fi } |