summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-19 14:52:33 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-19 14:52:33 +0000
commitf66b8c991630081592b195d29380f94e9a8e7901 (patch)
treea9330a49e84783a6bed00e231e2a284c0ade10cf /media-plugins/mythdvd
parentVersion bump (diff)
downloadgentoo-2-f66b8c991630081592b195d29380f94e9a8e7901.tar.gz
gentoo-2-f66b8c991630081592b195d29380f94e9a8e7901.tar.bz2
gentoo-2-f66b8c991630081592b195d29380f94e9a8e7901.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-plugins/mythdvd')
-rw-r--r--media-plugins/mythdvd/ChangeLog8
-rw-r--r--media-plugins/mythdvd/mythdvd-0.19.ebuild10
-rw-r--r--media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild10
3 files changed, 16 insertions, 12 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog
index b2b006f7bbaa..d2f47be72d74 100644
--- a/media-plugins/mythdvd/ChangeLog
+++ b/media-plugins/mythdvd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/mythdvd
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.37 2006/12/24 00:06:40 cardoe Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.38 2007/03/19 14:52:33 genone Exp $
+
+ 19 Mar 2007; Marius Mauch <genone@gentoo.org> mythdvd-0.19.ebuild,
+ mythdvd-0.20_p11329.ebuild:
+ Replacing einfo with elog
24 Dec 2006; Doug Goldstein <cardoe@gentoo.org> -mythdvd-0.20.ebuild,
mythdvd-0.20_p11329.ebuild:
diff --git a/media-plugins/mythdvd/mythdvd-0.19.ebuild b/media-plugins/mythdvd/mythdvd-0.19.ebuild
index 9fbd2af0e0b7..76bed2319182 100644
--- a/media-plugins/mythdvd/mythdvd-0.19.ebuild
+++ b/media-plugins/mythdvd/mythdvd-0.19.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-plugins/mythdvd/mythdvd-0.19.ebuild,v 1.5 2006/11/07 14:23:39 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.19.ebuild,v 1.6 2007/03/19 14:52:33 genone Exp $
inherit mythtv-plugins
@@ -23,8 +23,8 @@ src_install() {
pkg_postinst() {
echo
- einfo "To have Myth Transcode Daemon (mtd) start on boot dothe following"
- einfo "rc-update add mtd default"
- einfo "Make sure you run 'mtd -n' to setup mtd first"
+ elog "To have Myth Transcode Daemon (mtd) start on boot dothe following"
+ elog "rc-update add mtd default"
+ elog "Make sure you run 'mtd -n' to setup mtd first"
echo
}
diff --git a/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild b/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild
index 2b5aed554999..bc7ede2ef32d 100644
--- a/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild
+++ b/media-plugins/mythdvd/mythdvd-0.20_p11329.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-plugins/mythdvd/mythdvd-0.20_p11329.ebuild,v 1.3 2006/12/24 00:06:40 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild,v 1.4 2007/03/19 14:52:33 genone Exp $
inherit mythtv-plugins
@@ -23,8 +23,8 @@ src_install() {
pkg_postinst() {
echo
- einfo "To have Myth Transcode Daemon (mtd) start on boot do the following"
- einfo "rc-update add mtd default"
- einfo "Make sure you run 'mtd -n' to setup mtd first"
+ elog "To have Myth Transcode Daemon (mtd) start on boot do the following"
+ elog "rc-update add mtd default"
+ elog "Make sure you run 'mtd -n' to setup mtd first"
echo
}