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/fobbit | |
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/fobbit')
-rw-r--r-- | media-sound/fobbit/fobbit-0.56.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/fobbit/fobbit-0.56.ebuild b/media-sound/fobbit/fobbit-0.56.ebuild index 0cd83416a6e4..4ef3aff7aad8 100644 --- a/media-sound/fobbit/fobbit-0.56.ebuild +++ b/media-sound/fobbit/fobbit-0.56.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/fobbit/fobbit-0.56.ebuild,v 1.7 2004/07/04 10:31:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fobbit/fobbit-0.56.ebuild,v 1.8 2005/07/09 19:12:14 swegener Exp $ MY_P="${PN}-0.60rc1" S="${WORKDIR}/${MY_P}/src" @@ -74,16 +74,16 @@ pkg_config() { } pkg_postinst() { - einfo "" + einfo einfo "Execute:" - einfo "" + einfo einfo " \"ebuild /var/db/pkg/media-sound/${P}/${P}.ebuild config\"" - einfo "" + einfo einfo "to create the USB VB devices in /dev/vbc[0-3] and /dev/vbv[0-3]." - einfo "" + einfo einfo "To load the usbvb module, you may type \"insmod usbvb\". To have" einfo "the module load automatically at boot time, add the line \"usbvb\"" einfo "to /etc/modules.autoload" - einfo "" + einfo } |