diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 00:26:46 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 00:26:46 +0000 |
commit | de12a8cae90472751bca6ed75e4f14403b76f6f3 (patch) | |
tree | 68b5d7d54d321d6ebc09550b55ab0e75eeb0ee38 /media-sound/muine/muine-0.8.7.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-de12a8cae90472751bca6ed75e4f14403b76f6f3.tar.gz historical-de12a8cae90472751bca6ed75e4f14403b76f6f3.tar.bz2 historical-de12a8cae90472751bca6ed75e4f14403b76f6f3.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-sound/muine/muine-0.8.7.ebuild')
-rw-r--r-- | media-sound/muine/muine-0.8.7.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-sound/muine/muine-0.8.7.ebuild b/media-sound/muine/muine-0.8.7.ebuild index c7ff8b821051..cd37e595482e 100644 --- a/media-sound/muine/muine-0.8.7.ebuild +++ b/media-sound/muine/muine-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.7.ebuild,v 1.1 2007/01/22 18:54:26 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.7.ebuild,v 1.2 2007/05/01 00:17:11 genone Exp $ inherit gnome2 mono eutils multilib autotools @@ -78,10 +78,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "Upstream no longer packages the tray icon plugin by default." - einfo "The Gentoo ebuilds will continue to install the plugin, if you don't" - einfo "want to use the plugin, remove TrayIcon.dll from" - einfo "/usr/$(get_libdir)/muine/plugins/" - einfo + elog + elog "Upstream no longer packages the tray icon plugin by default." + elog "The Gentoo ebuilds will continue to install the plugin, if you don't" + elog "want to use the plugin, remove TrayIcon.dll from" + elog "/usr/$(get_libdir)/muine/plugins/" + elog } |