summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2007-01-05 16:35:45 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2007-01-05 16:35:45 +0000
commit6e68f191723eb1f91ae766019ce7300b4deece33 (patch)
tree669e0d9703838fefbd0f823b10f3187aa3a03278 /media-plugins
parentConvert to use elog. (diff)
downloadgentoo-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')
-rw-r--r--media-plugins/vdr-lcr/ChangeLog7
-rw-r--r--media-plugins/vdr-lcr/vdr-lcr-0.0.8.ebuild10
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"
}