summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:13:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:13:40 +0000
commited29ed01b16494fad2daf0d3218ae2d570fd0ae1 (patch)
tree1c11b5e2d72b3371f15c4fd45aac8c6a34122b7e /media-sound/timidity-shompatches
parentConvert to use elog. (diff)
downloadgentoo-2-ed29ed01b16494fad2daf0d3218ae2d570fd0ae1.tar.gz
gentoo-2-ed29ed01b16494fad2daf0d3218ae2d570fd0ae1.tar.bz2
gentoo-2-ed29ed01b16494fad2daf0d3218ae2d570fd0ae1.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/timidity-shompatches')
-rw-r--r--media-sound/timidity-shompatches/ChangeLog8
-rw-r--r--media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/timidity-shompatches/ChangeLog b/media-sound/timidity-shompatches/ChangeLog
index e9fda95429a3..62c05f66f711 100644
--- a/media-sound/timidity-shompatches/ChangeLog
+++ b/media-sound/timidity-shompatches/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/timidity-shompatches
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-shompatches/ChangeLog,v 1.15 2006/12/03 18:54:30 flameeyes Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-shompatches/ChangeLog,v 1.16 2007/01/05 20:13:40 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ timidity-shompatches-19960409-r3.ebuild:
+ Convert to use elog.
03 Dec 2006; Diego Pettenò <flameeyes@gentoo.org>
timidity-shompatches-19960409-r4.ebuild:
diff --git a/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild b/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild
index 88818991c91e..b0d843741b69 100644
--- a/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild
+++ b/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.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-shompatches/timidity-shompatches-19960409-r3.ebuild,v 1.5 2006/11/22 23:39:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild,v 1.6 2007/01/05 20:13:40 flameeyes Exp $
IUSE=""
@@ -40,6 +40,6 @@ src_install() {
}
pkg_postinst() {
- einfo "You must run 'timidity-update -g -s shompatches' to set this"
- einfo "patchset as the default system patchset."
+ elog "You must run 'timidity-update -g -s shompatches' to set this"
+ elog "patchset as the default system patchset."
}