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-shompatches | |
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-shompatches')
-rw-r--r-- | media-sound/timidity-shompatches/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild | 8 |
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." } |