summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2007-01-05 17:05:12 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2007-01-05 17:05:12 +0000
commit4c18c2c8585b019ebedbaa14a43ab62128e83d8d (patch)
tree42e41ba39f78654ad4d7785c5945283a16f4056a /media-plugins/vdr-rotor
parentConvert to use elog. (diff)
downloadhistorical-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-rotor')
-rw-r--r--media-plugins/vdr-rotor/ChangeLog8
-rw-r--r--media-plugins/vdr-rotor/vdr-rotor-0.1.4.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/media-plugins/vdr-rotor/ChangeLog b/media-plugins/vdr-rotor/ChangeLog
index 4fcf97680358..c93299eefbac 100644
--- a/media-plugins/vdr-rotor/ChangeLog
+++ b/media-plugins/vdr-rotor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-rotor
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-rotor/ChangeLog,v 1.4 2006/08/15 13:57:06 zzam Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-rotor/ChangeLog,v 1.5 2007/01/05 16:45:39 hd_brummy Exp $
+
+ 05 Jan 2007; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-rotor-0.1.4.ebuild:
+ einfo converted to elog
15 Aug 2006; Matthias Schwarzott <zzam@gentoo.org> vdr-rotor-0.1.4.ebuild:
No longer use internal vdr-plugin.eclass-variable.
diff --git a/media-plugins/vdr-rotor/vdr-rotor-0.1.4.ebuild b/media-plugins/vdr-rotor/vdr-rotor-0.1.4.ebuild
index 219181931300..d769ff519ef6 100644
--- a/media-plugins/vdr-rotor/vdr-rotor-0.1.4.ebuild
+++ b/media-plugins/vdr-rotor/vdr-rotor-0.1.4.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-rotor/vdr-rotor-0.1.4.ebuild,v 1.3 2006/08/15 13:57:06 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-rotor/vdr-rotor-0.1.4.ebuild,v 1.4 2007/01/05 16:45:39 hd_brummy Exp $
inherit vdr-plugin
@@ -19,7 +19,7 @@ DEPEND=">=media-video/vdr-1.3.44"
pkg_setup() {
vdr-plugin_pkg_setup
- einfo "Checking for patched vdr"
+ elog "Checking for patched vdr"
if ! grep -q SendDiseqcCmd /usr/include/vdr/device.h; then
ewarn "You need to emerge vdr with use-flag rotor set!"
die "Unpatched vdr detected!"