diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:11:30 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:11:30 +0000 |
commit | 3537c1bc669cb0d93430fe1f7ffdbbf8465f1d0a (patch) | |
tree | 8d6ddce603abdafcff5588d9565036425cb2bd77 /media-sound/usbmidi | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-3537c1bc669cb0d93430fe1f7ffdbbf8465f1d0a.tar.gz gentoo-2-3537c1bc669cb0d93430fe1f7ffdbbf8465f1d0a.tar.bz2 gentoo-2-3537c1bc669cb0d93430fe1f7ffdbbf8465f1d0a.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/usbmidi')
-rw-r--r-- | media-sound/usbmidi/usbmidi-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/usbmidi/usbmidi-1.0.ebuild b/media-sound/usbmidi/usbmidi-1.0.ebuild index 4c1055970378..f7714666b078 100644 --- a/media-sound/usbmidi/usbmidi-1.0.ebuild +++ b/media-sound/usbmidi/usbmidi-1.0.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/usbmidi/usbmidi-1.0.ebuild,v 1.5 2004/06/25 00:27:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/usbmidi/usbmidi-1.0.ebuild,v 1.6 2005/07/09 19:09:48 swegener Exp $ DESCRIPTION="Sets up hotplugging support for MidiMan midisport 1x1/2x2 usb devices" HOMEPAGE="http:///" @@ -29,11 +29,11 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "Now the firmware is installed and hotplug has been setup." einfo "Please unplug the midisport, then plug it back in." einfo "The light should start to glow, if that happens its worked." einfo "The midisport ports will appear as 'normal' midi ports under /dev" - einfo "" + einfo } |