diff options
author | 2007-01-05 17:48:54 +0000 | |
---|---|---|
committer | 2007-01-05 17:48:54 +0000 | |
commit | 309b05d70d0796ca43ea9b2523c8e35ab27e9ad1 (patch) | |
tree | 5bea067dbcf674090dca5f1879a36096e0554604 /media-sound/muse/muse-0.9.2.ebuild | |
parent | Change einfo statements into elog statements. (diff) | |
download | historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.gz historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.bz2 historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/muse/muse-0.9.2.ebuild')
-rw-r--r-- | media-sound/muse/muse-0.9.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/muse/muse-0.9.2.ebuild b/media-sound/muse/muse-0.9.2.ebuild index c1cc83083717..8ffd0f2e5f39 100644 --- a/media-sound/muse/muse-0.9.2.ebuild +++ b/media-sound/muse/muse-0.9.2.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/muse/muse-0.9.2.ebuild,v 1.1 2006/11/12 19:36:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/muse/muse-0.9.2.ebuild,v 1.2 2007/01/05 17:41:06 flameeyes Exp $ inherit eutils @@ -48,8 +48,8 @@ src_install() { } pkg_postinst() { - einfo - einfo "You may want to have a look at /usr/share/doc/${PF}/README.gz" - einfo "for more info." - einfo + elog + elog "You may want to have a look at /usr/share/doc/${PF}/README.gz" + elog "for more info." + elog } |