diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:23:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:23:30 +0000 |
commit | 8ba0c43f3d21ae83e715fe8fdf4c0d5d8aad2a46 (patch) | |
tree | a542c1a0716b372f754a568424f8c5dfb86c332f /media-sound/awesfx | |
parent | Dummify src_compile. (diff) | |
download | gentoo-2-8ba0c43f3d21ae83e715fe8fdf4c0d5d8aad2a46.tar.gz gentoo-2-8ba0c43f3d21ae83e715fe8fdf4c0d5d8aad2a46.tar.bz2 gentoo-2-8ba0c43f3d21ae83e715fe8fdf4c0d5d8aad2a46.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/awesfx')
-rw-r--r-- | media-sound/awesfx/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/awesfx/awesfx-0.5.0c.ebuild | 8 | ||||
-rw-r--r-- | media-sound/awesfx/awesfx-0.5.0d.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/media-sound/awesfx/ChangeLog b/media-sound/awesfx/ChangeLog index 64040cfd733b..4cd9cc85c4b9 100644 --- a/media-sound/awesfx/ChangeLog +++ b/media-sound/awesfx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/awesfx -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/ChangeLog,v 1.18 2006/03/07 13:25:13 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/ChangeLog,v 1.19 2007/01/05 17:23:30 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> awesfx-0.5.0c.ebuild, + awesfx-0.5.0d.ebuild: + Convert to use elog. 07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> awesfx-0.5.0c.ebuild, awesfx-0.5.0d.ebuild: diff --git a/media-sound/awesfx/awesfx-0.5.0c.ebuild b/media-sound/awesfx/awesfx-0.5.0c.ebuild index 48d965172a9c..c87f5a797a2f 100644 --- a/media-sound/awesfx/awesfx-0.5.0c.ebuild +++ b/media-sound/awesfx/awesfx-0.5.0c.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/awesfx/awesfx-0.5.0c.ebuild,v 1.6 2006/03/07 13:25:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.0c.ebuild,v 1.7 2007/01/05 17:23:30 flameeyes Exp $ IUSE="alsa" @@ -40,6 +40,6 @@ src_install() { } pkg_postinst() { - einfo "Please copy your SoundFont files from the original CD-ROM" - einfo "shipped with your soundcard to ${BANK_LOC}" + elog "Please copy your SoundFont files from the original CD-ROM" + elog "shipped with your soundcard to ${BANK_LOC}" } diff --git a/media-sound/awesfx/awesfx-0.5.0d.ebuild b/media-sound/awesfx/awesfx-0.5.0d.ebuild index b9191fd96f7c..d95a3fb962e1 100644 --- a/media-sound/awesfx/awesfx-0.5.0d.ebuild +++ b/media-sound/awesfx/awesfx-0.5.0d.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/awesfx/awesfx-0.5.0d.ebuild,v 1.4 2006/03/07 13:25:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.0d.ebuild,v 1.5 2007/01/05 17:23:30 flameeyes Exp $ IUSE="alsa" @@ -40,6 +40,6 @@ src_install() { } pkg_postinst() { - einfo "Please copy your SoundFont files from the original CD-ROM" - einfo "shipped with your soundcard to ${BANK_LOC}" + elog "Please copy your SoundFont files from the original CD-ROM" + elog "shipped with your soundcard to ${BANK_LOC}" } |