From 7e1568c5cbca63e54708bcae35f90e48db847413 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 5 Jan 2007 20:10:30 +0000 Subject: Convert to use elog. (Portage version: 2.1.2_rc4-r6) --- media-sound/timidity++/ChangeLog | 8 +++++-- media-sound/timidity++/timidity++-2.13.2-r2.ebuild | 26 +++++++++++----------- media-sound/timidity++/timidity++-2.13.2.ebuild | 26 +++++++++++----------- 3 files changed, 32 insertions(+), 28 deletions(-) (limited to 'media-sound/timidity++') diff --git a/media-sound/timidity++/ChangeLog b/media-sound/timidity++/ChangeLog index be8ac32e2bd0..e20dcb5dc0cc 100644 --- a/media-sound/timidity++/ChangeLog +++ b/media-sound/timidity++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/timidity++ -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.71 2006/12/06 03:37:10 weeve Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.72 2007/01/05 20:10:30 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò + timidity++-2.13.2.ebuild, timidity++-2.13.2-r2.ebuild: + Convert to use elog. 06 Dec 2006; Jason Wever timidity++-2.13.2-r3.ebuild: Added ~sparc keyword wrt bug #156160. diff --git a/media-sound/timidity++/timidity++-2.13.2-r2.ebuild b/media-sound/timidity++/timidity++-2.13.2-r2.ebuild index b1da537e059c..d97b4adc0bf0 100644 --- a/media-sound/timidity++/timidity++-2.13.2-r2.ebuild +++ b/media-sound/timidity++/timidity++-2.13.2-r2.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/timidity++/timidity++-2.13.2-r2.ebuild,v 1.19 2006/11/22 23:32:21 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r2.ebuild,v 1.20 2007/01/05 20:10:30 flameeyes Exp $ inherit eutils @@ -130,19 +130,19 @@ src_install() { } pkg_postinst() { - einfo - einfo "A timidity config file has been installed in /etc/timidity.cfg." - einfo - einfo "Do not edit this file as it will interfere with the timidity-update tool." - einfo "You will need to emerge timidity-eawpatches or timidity-shompatches." - einfo - einfo "The tool 'timidity-update' can be used to switch between installed patchsets." - einfo + elog + elog "A timidity config file has been installed in /etc/timidity.cfg." + elog + elog "Do not edit this file as it will interfere with the timidity-update tool." + elog "You will need to emerge timidity-eawpatches or timidity-shompatches." + elog + elog "The tool 'timidity-update' can be used to switch between installed patchsets." + elog if use alsa; then - einfo "An init script for the alsa timidity sequencer has been installed." - einfo "If you wish to use the timidity virtual sequencer, edit /etc/conf.d/timidity" - einfo "and run 'rc-update add timidity && /etc/init.d/timidity start'" + elog "An init script for the alsa timidity sequencer has been installed." + elog "If you wish to use the timidity virtual sequencer, edit /etc/conf.d/timidity" + elog "and run 'rc-update add timidity && /etc/init.d/timidity start'" fi if use sparc; then diff --git a/media-sound/timidity++/timidity++-2.13.2.ebuild b/media-sound/timidity++/timidity++-2.13.2.ebuild index 94603263d022..717a4f94b351 100644 --- a/media-sound/timidity++/timidity++-2.13.2.ebuild +++ b/media-sound/timidity++/timidity++-2.13.2.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/timidity++/timidity++-2.13.2.ebuild,v 1.14 2006/07/27 23:31:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2.ebuild,v 1.15 2007/01/05 20:10:30 flameeyes Exp $ inherit eutils @@ -115,17 +115,17 @@ src_install() { } pkg_postinst() { - einfo - einfo "A timidity config file has been installed in /etc/timidity.cfg." - einfo - einfo "Do not edit this file as it will interfere with the timidity-update tool." - einfo "You will need to emerge timidity-eawpatches or timidity-shompatches." - einfo - einfo "The tool 'timidity-update' can be used to switch between installed patchsets." - einfo - einfo "An init script for the alsa timidity sequencer has been installed." - einfo "If you wish to use the timidity virtual sequencer, edit /etc/conf.d/timidity" - einfo "and run 'rc-update add timidity && /etc/init.d/timidity start'" + elog + elog "A timidity config file has been installed in /etc/timidity.cfg." + elog + elog "Do not edit this file as it will interfere with the timidity-update tool." + elog "You will need to emerge timidity-eawpatches or timidity-shompatches." + elog + elog "The tool 'timidity-update' can be used to switch between installed patchsets." + elog + elog "An init script for the alsa timidity sequencer has been installed." + elog "If you wish to use the timidity virtual sequencer, edit /etc/conf.d/timidity" + elog "and run 'rc-update add timidity && /etc/init.d/timidity start'" if use sparc; then ewarn "sparc support is experimental. oss, alsa, esd, and portaudio do not work." -- cgit v1.2.3-65-gdbad