diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:48:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:48:54 +0000 |
commit | 309b05d70d0796ca43ea9b2523c8e35ab27e9ad1 (patch) | |
tree | 5bea067dbcf674090dca5f1879a36096e0554604 /media-sound/qmidiroute | |
parent | Change einfo statements into elog statements. (diff) | |
download | historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.gz historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.bz2 historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/qmidiroute')
-rw-r--r-- | media-sound/qmidiroute/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/qmidiroute/qmidiroute-0.2.1.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/qmidiroute/ChangeLog b/media-sound/qmidiroute/ChangeLog index 42da2d0eeed9..ae2a151a921e 100644 --- a/media-sound/qmidiroute/ChangeLog +++ b/media-sound/qmidiroute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qmidiroute -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmidiroute/ChangeLog,v 1.1 2006/07/08 22:00:39 fvdpol Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmidiroute/ChangeLog,v 1.2 2007/01/05 17:47:03 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + qmidiroute-0.2.1.ebuild: + Convert to use elog. 08 Jul 2006; Frank van de Pol <fvdpol@gentoo.org> ChangeLog: Initial ebuild. Based on version in the proaudio portage overlay. diff --git a/media-sound/qmidiroute/qmidiroute-0.2.1.ebuild b/media-sound/qmidiroute/qmidiroute-0.2.1.ebuild index 919ddef3fd3e..754d8573e20e 100644 --- a/media-sound/qmidiroute/qmidiroute-0.2.1.ebuild +++ b/media-sound/qmidiroute/qmidiroute-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/qmidiroute/qmidiroute-0.2.1.ebuild,v 1.1 2006/07/08 22:00:39 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmidiroute/qmidiroute-0.2.1.ebuild,v 1.2 2007/01/05 17:47:03 flameeyes Exp $ IUSE="" @@ -38,8 +38,8 @@ src_install() { } pkg_postinstall() { - einfo "" - einfo "You will find an example of MIDI filter configuration for use" - einfo "with aeolus in /usr/share/${PN}" - einfo "" + elog "" + elog "You will find an example of MIDI filter configuration for use" + elog "with aeolus in /usr/share/${PN}" + elog "" } |