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/moc/moc-2.4.1.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/moc/moc-2.4.1.ebuild')
-rw-r--r-- | media-sound/moc/moc-2.4.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/moc/moc-2.4.1.ebuild b/media-sound/moc/moc-2.4.1.ebuild index 345cd1e6fa2e..89e83f6dfba6 100644 --- a/media-sound/moc/moc-2.4.1.ebuild +++ b/media-sound/moc/moc-2.4.1.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/moc/moc-2.4.1.ebuild,v 1.2 2006/11/18 11:11:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/moc-2.4.1.ebuild,v 1.3 2007/01/05 17:35:18 flameeyes Exp $ inherit eutils autotools @@ -57,6 +57,6 @@ src_install () { } pkg_postinst() { - einfo "The binary was renamed due to conflicts with moc" - einfo "from the QT project. Its new name is mocp." + elog "The binary was renamed due to conflicts with moc" + elog "from the QT project. Its new name is mocp." } |