diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:18:40 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:18:40 +0000 |
commit | 002aad5cecad92a119a460cf797cf4129b9769e3 (patch) | |
tree | f7b58fcbc848932c152843ae13aad63041f98bda /media-sound/brutefir/brutefir-1.0c.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/brutefir/brutefir-1.0c.ebuild')
-rw-r--r-- | media-sound/brutefir/brutefir-1.0c.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/brutefir/brutefir-1.0c.ebuild b/media-sound/brutefir/brutefir-1.0c.ebuild index 61d361c803bf..2cede8e669b0 100644 --- a/media-sound/brutefir/brutefir-1.0c.ebuild +++ b/media-sound/brutefir/brutefir-1.0c.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/brutefir/brutefir-1.0c.ebuild,v 1.2 2005/05/04 12:00:51 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0c.ebuild,v 1.3 2005/07/09 19:12:58 swegener Exp $ inherit eutils @@ -40,10 +40,10 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "Brutefir is a complicated piece of software. Please" - einfo "read the documentation first! You can find " + einfo "read the documentation first! You can find" einfo "documentation here: http://www.ludd.luth.se/~torger/brutefir.html" einfo "Example config files are in /usr/share/brutefir" - einfo "" + einfo } |