diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2007-01-05 16:35:45 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2007-01-05 16:35:45 +0000 |
commit | 6e68f191723eb1f91ae766019ce7300b4deece33 (patch) | |
tree | 669e0d9703838fefbd0f823b10f3187aa3a03278 /media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-6e68f191723eb1f91ae766019ce7300b4deece33.tar.gz gentoo-2-6e68f191723eb1f91ae766019ce7300b4deece33.tar.bz2 gentoo-2-6e68f191723eb1f91ae766019ce7300b4deece33.zip |
einfo converted to elog
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild')
-rw-r--r-- | media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild b/media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild index 78b3fddfac23..6a02c08c3a45 100644 --- a/media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild +++ b/media-plugins/vdr-lcr/vdr-lcr-0.0.8.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/vdr-lcr/vdr-lcr-0.0.8.ebuild,v 1.2 2006/11/17 12:36:41 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild,v 1.3 2007/01/05 16:35:45 hd_brummy Exp $ inherit vdr-plugin @@ -28,7 +28,7 @@ pkg_postinst() { vdr-plugin_pkg_postinst echo - einfo "By default, this plugin only supports the German telephone network" - einfo "Find more info in /usr/bin/vdr-lcr-retrieve-data.pl how to add your" - einfo "own Provider-Parser, or contact the maintainer" + elog "By default, this plugin only supports the German telephone network" + elog "Find more info in /usr/bin/vdr-lcr-retrieve-data.pl how to add your" + elog "own Provider-Parser, or contact the maintainer" } |