summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 00:36:31 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 00:36:31 +0000
commit3c0e0b65e5e5e11cf8132b698313b5550a2d1281 (patch)
tree6960f76a1499a7a301899a6b109627d1c30b4e19 /media-tv
parentReplacing einfo with elog (diff)
downloadgentoo-2-3c0e0b65e5e5e11cf8132b698313b5550a2d1281.tar.gz
gentoo-2-3c0e0b65e5e5e11cf8132b698313b5550a2d1281.tar.bz2
gentoo-2-3c0e0b65e5e5e11cf8132b698313b5550a2d1281.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/xmltv/ChangeLog6
-rw-r--r--media-tv/xmltv/xmltv-0.5.44.ebuild12
-rw-r--r--media-tv/xmltv/xmltv-0.5.45.ebuild12
3 files changed, 17 insertions, 13 deletions
diff --git a/media-tv/xmltv/ChangeLog b/media-tv/xmltv/ChangeLog
index 774dbd31eb51..2262714c7585 100644
--- a/media-tv/xmltv/ChangeLog
+++ b/media-tv/xmltv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/xmltv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.67 2007/03/26 08:11:13 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.68 2007/05/01 00:36:31 genone Exp $
+
+ 01 May 2007; Marius Mauch <genone@gentoo.org> xmltv-0.5.44.ebuild,
+ xmltv-0.5.45.ebuild:
+ Replacing einfo with elog
26 Mar 2007; Alec Warner <antarus@gentoo.org> xmltv-0.5.44.ebuild,
xmltv-0.5.45.ebuild:
diff --git a/media-tv/xmltv/xmltv-0.5.44.ebuild b/media-tv/xmltv/xmltv-0.5.44.ebuild
index b2e1ca0ceb43..70825c8af33d 100644
--- a/media-tv/xmltv/xmltv-0.5.44.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.44.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-tv/xmltv/xmltv-0.5.44.ebuild,v 1.12 2007/03/26 08:11:13 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.44.ebuild,v 1.13 2007/05/01 00:36:31 genone Exp $
inherit eutils perl-module
@@ -165,15 +165,15 @@ src_install() {
pkg_postinst() {
if use tv_pick_cgi ; then
- einfo "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi"
- einfo "to where the ScriptAlias directive is configured."
+ elog "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi"
+ elog "to where the ScriptAlias directive is configured."
fi
if use na_icons ; then
if use na_dd ; then
- einfo "na_icons set for na_dd grabber user."
+ elog "na_icons set for na_dd grabber user."
else
- einfo "na_icons works only when na_dd is set, "
- einfo "otherwise it does nothing."
+ elog "na_icons works only when na_dd is set, "
+ elog "otherwise it does nothing."
fi
fi
}
diff --git a/media-tv/xmltv/xmltv-0.5.45.ebuild b/media-tv/xmltv/xmltv-0.5.45.ebuild
index 92f09be3278e..524dd9b71df7 100644
--- a/media-tv/xmltv/xmltv-0.5.45.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.45.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-tv/xmltv/xmltv-0.5.45.ebuild,v 1.3 2007/03/26 08:11:13 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.45.ebuild,v 1.4 2007/05/01 00:36:31 genone Exp $
inherit eutils perl-module
@@ -166,15 +166,15 @@ src_install() {
pkg_postinst() {
if use tv_pick_cgi ; then
- einfo "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi"
- einfo "to where the ScriptAlias directive is configured."
+ elog "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi"
+ elog "to where the ScriptAlias directive is configured."
fi
if use na_icons ; then
if use na_dd ; then
- einfo "na_icons set for na_dd grabber user."
+ elog "na_icons set for na_dd grabber user."
else
- einfo "na_icons works only when na_dd is set, "
- einfo "otherwise it does nothing."
+ elog "na_icons works only when na_dd is set, "
+ elog "otherwise it does nothing."
fi
fi
}