diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:17:04 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:17:04 +0000 |
commit | e65b1af1aee4ac031c476a0122d29b6ccce6bb57 (patch) | |
tree | e9cab8baf907d1b8440d9ca0c02ab6439166bcb7 /media-sound/fobbit/fobbit-0.56.ebuild | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-e65b1af1aee4ac031c476a0122d29b6ccce6bb57.tar.gz gentoo-2-e65b1af1aee4ac031c476a0122d29b6ccce6bb57.tar.bz2 gentoo-2-e65b1af1aee4ac031c476a0122d29b6ccce6bb57.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/fobbit/fobbit-0.56.ebuild')
-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 } |