summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:18:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:18:30 +0000
commit1ebb20212171fd88d31d1c5dfbd9e94aa1ec8948 (patch)
tree44c37500b0b1cdb3f3cb684a695fb1e1a41b3737 /media-sound/usbmidi
parentSet WANT_AUTOCONF and WANT_AUTOMAKE (diff)
downloadgentoo-2-1ebb20212171fd88d31d1c5dfbd9e94aa1ec8948.tar.gz
gentoo-2-1ebb20212171fd88d31d1c5dfbd9e94aa1ec8948.tar.bz2
gentoo-2-1ebb20212171fd88d31d1c5dfbd9e94aa1ec8948.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/usbmidi')
-rw-r--r--media-sound/usbmidi/ChangeLog7
-rw-r--r--media-sound/usbmidi/usbmidi-1.0.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/media-sound/usbmidi/ChangeLog b/media-sound/usbmidi/ChangeLog
index 0f810d505e62..ac3b1ce16c72 100644
--- a/media-sound/usbmidi/ChangeLog
+++ b/media-sound/usbmidi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/usbmidi
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/usbmidi/ChangeLog,v 1.5 2005/11/03 22:30:49 eldad Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/usbmidi/ChangeLog,v 1.6 2007/01/05 20:18:30 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> usbmidi-1.0.ebuild:
+ Convert to use elog.
03 Nov 2005; Eldad Zack <eldad@gentoo.org> usbmidi-1.0.ebuild:
Bug #111242 : updated HOMEPAGE and SRC_URI. Thanks to Arvid
diff --git a/media-sound/usbmidi/usbmidi-1.0.ebuild b/media-sound/usbmidi/usbmidi-1.0.ebuild
index ce4e8f96e387..6b492153dee1 100644
--- a/media-sound/usbmidi/usbmidi-1.0.ebuild
+++ b/media-sound/usbmidi/usbmidi-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 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.7 2005/11/03 22:30:49 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/usbmidi/usbmidi-1.0.ebuild,v 1.8 2007/01/05 20:18:30 flameeyes Exp $
DESCRIPTION="Sets up hotplugging support for MidiMan midisport 1x1/2x2 usb devices"
HOMEPAGE="http://homepage3.nifty.com/StudioBreeze/software/usbmidi-e.html"
@@ -29,11 +29,11 @@ src_install() {
}
pkg_postinst() {
- 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
+ elog
+ elog "Now the firmware is installed and hotplug has been setup."
+ elog "Please unplug the midisport, then plug it back in."
+ elog "The light should start to glow, if that happens its worked."
+ elog "The midisport ports will appear as 'normal' midi ports under /dev"
+ elog
}