diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2007-01-05 17:05:12 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2007-01-05 17:05:12 +0000 |
commit | 4c18c2c8585b019ebedbaa14a43ab62128e83d8d (patch) | |
tree | 42e41ba39f78654ad4d7785c5945283a16f4056a /media-plugins/vdr-lcr | |
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')
-rw-r--r-- | media-plugins/vdr-lcr/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-plugins/vdr-lcr/ChangeLog b/media-plugins/vdr-lcr/ChangeLog index d3a289d445e6..3e2ceb8475db 100644 --- a/media-plugins/vdr-lcr/ChangeLog +++ b/media-plugins/vdr-lcr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/vdr-lcr -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.9 2006/11/17 12:36:41 hd_brummy Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.10 2007/01/05 16:35:45 hd_brummy Exp $ + + 05 Jan 2007; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-lcr-0.0.8.ebuild: + einfo converted to elog 17 Nov 2006; Joerg Bornkessel <hd_brummy@gentoo.org> -vdr-lcr-0.0.5.ebuild, -vdr-lcr-0.0.6.ebuild, vdr-lcr-0.0.8.ebuild: 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" } |