diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:18:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:18:30 +0000 |
commit | f1849d9e7b84e99a5cd555cb8cd39967483027ab (patch) | |
tree | d0ebfee71d5a52cc6685eefd94029b32c83eea6c /media-sound/timidity-eawpatches | |
parent | Set WANT_AUTOCONF and WANT_AUTOMAKE (diff) | |
download | historical-f1849d9e7b84e99a5cd555cb8cd39967483027ab.tar.gz historical-f1849d9e7b84e99a5cd555cb8cd39967483027ab.tar.bz2 historical-f1849d9e7b84e99a5cd555cb8cd39967483027ab.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/timidity-eawpatches')
-rw-r--r-- | media-sound/timidity-eawpatches/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild | 8 |
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." } |