summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:48:54 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:48:54 +0000
commit309b05d70d0796ca43ea9b2523c8e35ab27e9ad1 (patch)
tree5bea067dbcf674090dca5f1879a36096e0554604 /media-sound/mimd
parentChange einfo statements into elog statements. (diff)
downloadhistorical-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/mimd')
-rw-r--r--media-sound/mimd/ChangeLog7
-rw-r--r--media-sound/mimd/mimd-0.30.1.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/media-sound/mimd/ChangeLog b/media-sound/mimd/ChangeLog
index b607ccfb6814..1bfdf1bf8d77 100644
--- a/media-sound/mimd/ChangeLog
+++ b/media-sound/mimd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mimd
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mimd/ChangeLog,v 1.2 2006/12/31 12:17:10 flameeyes Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mimd/ChangeLog,v 1.3 2007/01/05 17:34:26 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> mimd-0.30.1.ebuild:
+ Convert to use elog.
31 Dec 2006; Diego Pettenò <flameeyes@gentoo.org>
+files/mimd-0.30.1+live-2006.12.08.patch, mimd-0.30.1.ebuild:
diff --git a/media-sound/mimd/mimd-0.30.1.ebuild b/media-sound/mimd/mimd-0.30.1.ebuild
index 1e0edc34418b..f1e03e5074b4 100644
--- a/media-sound/mimd/mimd-0.30.1.ebuild
+++ b/media-sound/mimd/mimd-0.30.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/mimd/mimd-0.30.1.ebuild,v 1.3 2006/12/31 12:17:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mimd/mimd-0.30.1.ebuild,v 1.4 2007/01/05 17:34:26 flameeyes Exp $
inherit eutils
@@ -49,10 +49,10 @@ src_install() {
}
pkg_postinst() {
- einfo "Please read the documentation (mimd.html or man mimd) for "
- einfo "instructions on configuring mimd. The DTD for the configuration "
- einfo "files is in /usr/share/mimd/mimd.dtd, along with a sample "
- einfo "configuration file (/usr/share/mimd/sample.xml)."
+ elog "Please read the documentation (mimd.html or man mimd) for "
+ elog "instructions on configuring mimd. The DTD for the configuration "
+ elog "files is in /usr/share/mimd/mimd.dtd, along with a sample "
+ elog "configuration file (/usr/share/mimd/sample.xml)."
ewarn "NOTE: You must have ip multicasting enabled in the kernel for this"
ewarn "daemon to work properly."
}