diff options
author | 2007-01-05 17:05:12 +0000 | |
---|---|---|
committer | 2007-01-05 17:05:12 +0000 | |
commit | 4c18c2c8585b019ebedbaa14a43ab62128e83d8d (patch) | |
tree | 42e41ba39f78654ad4d7785c5945283a16f4056a /media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild | |
parent | Convert to use elog. (diff) | |
download | historical-4c18c2c8585b019ebedbaa14a43ab62128e83d8d.tar.gz historical-4c18c2c8585b019ebedbaa14a43ab62128e83d8d.tar.bz2 historical-4c18c2c8585b019ebedbaa14a43ab62128e83d8d.zip |
einfo converted to elog
Package-Manager: portage-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" } |