summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:12:50 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:12:50 +0000
commit71ded83313854d03fcd153fabf9b7b59a16a69b1 (patch)
treee7198c1b1630d1079dd390688e5522389907e7bb /media-sound
parentVersion bump (diff)
downloadgentoo-2-71ded83313854d03fcd153fabf9b7b59a16a69b1.tar.gz
gentoo-2-71ded83313854d03fcd153fabf9b7b59a16a69b1.tar.bz2
gentoo-2-71ded83313854d03fcd153fabf9b7b59a16a69b1.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/timidity-eawpatches/ChangeLog8
-rw-r--r--media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/timidity-eawpatches/ChangeLog b/media-sound/timidity-eawpatches/ChangeLog
index 5e08b56e6ac7..8de4b8a3a9cd 100644
--- a/media-sound/timidity-eawpatches/ChangeLog
+++ b/media-sound/timidity-eawpatches/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/timidity-eawpatches
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.30 2006/12/03 18:53:20 flameeyes Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.31 2007/01/05 20:12:50 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ timidity-eawpatches-12-r4.ebuild:
+ Convert to use elog.
03 Dec 2006; Diego Pettenò <flameeyes@gentoo.org>
timidity-eawpatches-12-r5.ebuild:
diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild
index 5fc33feee14a..40e538d90cd2 100644
--- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild
+++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.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-eawpatches/timidity-eawpatches-12-r4.ebuild,v 1.10 2006/11/22 23:34:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild,v 1.11 2007/01/05 20:12:50 flameeyes Exp $
IUSE=""
@@ -47,6 +47,6 @@ src_install() {
}
pkg_postinst() {
- einfo "You must run 'timidity-update -g -s eawpatches' to set this"
- einfo "patchset as the default system patchset."
+ elog "You must run 'timidity-update -g -s eawpatches' to set this"
+ elog "patchset as the default system patchset."
}