summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 00:26:46 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 00:26:46 +0000
commitde12a8cae90472751bca6ed75e4f14403b76f6f3 (patch)
tree68b5d7d54d321d6ebc09550b55ab0e75eeb0ee38 /media-sound/muine
parentReplacing einfo with elog (diff)
downloadhistorical-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')
-rw-r--r--media-sound/muine/ChangeLog5
-rw-r--r--media-sound/muine/muine-0.8.7.ebuild14
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
}