diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:02:30 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:02:30 +0000 |
commit | 1096cc761dd4fcb1cac58984756a1a9a6c7921f6 (patch) | |
tree | 375af9ff96d048b125e560eb7af2a8d75d2015f1 /media-plugins/swh-plugins/swh-plugins-0.4.3-r1.ebuild | |
parent | removed cybersystem as maintainer and added smithj as _temoporary_ maintainer (diff) | |
download | historical-1096cc761dd4fcb1cac58984756a1a9a6c7921f6.tar.gz historical-1096cc761dd4fcb1cac58984756a1a9a6c7921f6.tar.bz2 historical-1096cc761dd4fcb1cac58984756a1a9a6c7921f6.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-plugins/swh-plugins/swh-plugins-0.4.3-r1.ebuild')
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.4.3-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.3-r1.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.3-r1.ebuild index 8cafa3d73942..eb5691e878de 100644 --- a/media-plugins/swh-plugins/swh-plugins-0.4.3-r1.ebuild +++ b/media-plugins/swh-plugins/swh-plugins-0.4.3-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-plugins/swh-plugins/swh-plugins-0.4.3-r1.ebuild,v 1.5 2004/12/29 02:46:06 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.3-r1.ebuild,v 1.6 2005/07/09 18:02:30 swegener Exp $ inherit eutils @@ -31,9 +31,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." } |