diff options
Diffstat (limited to 'media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild')
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild b/media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild index 3115ca2ad5e6..e8d5b923e976 100644 --- a/media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild +++ b/media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild,v 1.2 2003/01/23 21:06:29 styx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild,v 1.3 2003/01/24 06:10:13 vapier Exp $ -IUSE="" DESCRIPTION="Cool GPL'd audio plugins/effects for use with ALSA and LADSPA" -HOMEPAGE="http://plugin.org.uk" +HOMEPAGE="http://plugin.org.uk/" SRC_URI="http://plugin.org.uk/releases/${PV}/${P}.tar.gz" SLOT="0" @@ -20,9 +19,9 @@ src_install() { } pkg_postinst() { - ewarn "WARNING: You have to be careful when using the " - ewarn "swh plugins. Be sure to lower your sound volume " - ewarn "and then play around a bit with the plugins so " + ewarn "WARNING: You have to be careful when using the" + ewarn "swh plugins. Be sure to lower your sound volume" + ewarn "and then play around a bit with the plugins so" ewarn "you get a feeling for it. Otherwise your speakers" - ewarn "won't like that. " + ewarn "won't like that." } |