diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2007-01-05 17:15:59 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2007-01-05 17:15:59 +0000 |
commit | e964b59ce92e190e80294ced802d392cb1c1f0ee (patch) | |
tree | d5a63193514739670939c9b3da1cefa351b6e7cb /media-tv/linuxtv-dvb-apps | |
parent | Convert to use elog. (diff) | |
download | historical-e964b59ce92e190e80294ced802d392cb1c1f0ee.tar.gz historical-e964b59ce92e190e80294ced802d392cb1c1f0ee.tar.bz2 historical-e964b59ce92e190e80294ced802d392cb1c1f0ee.zip |
einfo converted to elog
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'media-tv/linuxtv-dvb-apps')
-rw-r--r-- | media-tv/linuxtv-dvb-apps/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild | 16 | ||||
-rw-r--r-- | media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild | 14 |
3 files changed, 21 insertions, 17 deletions
diff --git a/media-tv/linuxtv-dvb-apps/ChangeLog b/media-tv/linuxtv-dvb-apps/ChangeLog index 5e946167f759..11771426c587 100644 --- a/media-tv/linuxtv-dvb-apps/ChangeLog +++ b/media-tv/linuxtv-dvb-apps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/linuxtv-dvb-apps -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.22 2006/12/27 16:04:24 mabi Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.23 2007/01/05 17:10:04 hd_brummy Exp $ + + 05 Jan 2007; Joerg Bornkessel <hd_brummy@gentoo.org> + linuxtv-dvb-apps-1.1.0.ebuild, linuxtv-dvb-apps-1.1.1.20060917.ebuild: + einfo converted to elog 27 Dec 2006; Matti Bickel <mabi@gentoo.org> linuxtv-dvb-apps-1.1.1.20060917.ebuild: diff --git a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild index 8c4c48d8b498..01fdc75d2d47 100644 --- a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild +++ b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild,v 1.4 2005/10/29 19:44:29 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild,v 1.5 2007/01/05 17:10:04 hd_brummy Exp $ DESCRIPTION="small utils for DVB to scan, zap, view signal strength, ..." HOMEPAGE="http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps" @@ -17,12 +17,12 @@ src_compile() { cd ${S}/util make if use usb; then - einfo "Building ttusb_dec_reset" + elog "Building ttusb_dec_reset" # build the ttusb_dec_reset program cd ${S}/util/ttusb_dec_reset make else - einfo "Not building ttusb_dec_reset" + elog "Not building ttusb_dec_reset" fi } @@ -72,8 +72,8 @@ src_install() { } pkg_postinst() { - einfo "Please read the documentation in /usr/share/doc/${PF}." - einfo "The channel lists and other examples also are in this directory." - einfo - einfo "scanning utility is now installed as dvbscan" + elog "Please read the documentation in /usr/share/doc/${PF}." + elog "The channel lists and other examples also are in this directory." + elog + elog "scanning utility is now installed as dvbscan" }
\ No newline at end of file diff --git a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild index 86ecedda893e..416ad8a7eac6 100644 --- a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild +++ b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.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-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild,v 1.4 2006/12/27 16:04:24 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild,v 1.5 2007/01/05 17:10:04 hd_brummy Exp $ inherit eutils versionator @@ -89,9 +89,9 @@ src_install() pkg_postinst() { - einfo "Please read the documentation in /usr/share/doc/${PF}." - einfo "The channel lists and other files are installed in" - einfo "/usr/share/dvb" - einfo - einfo "The scanning utility is now installed as dvbscan." + elog "Please read the documentation in /usr/share/doc/${PF}." + elog "The channel lists and other files are installed in" + elog "/usr/share/dvb" + elog + elog "The scanning utility is now installed as dvbscan." } |