diff options
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" } |