diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 00:17:11 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 00:17:11 +0000 |
commit | 4e9d115bd4606bc85c54c77bf8f411f66c0245de (patch) | |
tree | e274c407c2f8fee328fc699a9b147da57e6a2181 /media-sound/muine | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-4e9d115bd4606bc85c54c77bf8f411f66c0245de.tar.gz gentoo-2-4e9d115bd4606bc85c54c77bf8f411f66c0245de.tar.bz2 gentoo-2-4e9d115bd4606bc85c54c77bf8f411f66c0245de.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-sound/muine')
-rw-r--r-- | media-sound/muine/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/muine/muine-0.8.7.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/media-sound/muine/ChangeLog b/media-sound/muine/ChangeLog index bd5da3564c2d..1c55ea1ba492 100644 --- a/media-sound/muine/ChangeLog +++ b/media-sound/muine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/muine # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.40 2007/02/08 16:46:56 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.41 2007/05/01 00:17:11 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> muine-0.8.7.ebuild: + Replacing einfo with elog 08 Feb 2007; Peter Johanson <latexer@gentoo.org> -muine-0.8.6.ebuild: Remove old version that depends on the removed old dbus version. 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 } |