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-firmware | |
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-firmware')
3 files changed, 24 insertions, 18 deletions
diff --git a/media-tv/linuxtv-dvb-firmware/ChangeLog b/media-tv/linuxtv-dvb-firmware/ChangeLog index ba7e553df5c0..4b06bf5f05de 100644 --- a/media-tv/linuxtv-dvb-firmware/ChangeLog +++ b/media-tv/linuxtv-dvb-firmware/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/linuxtv-dvb-firmware -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-firmware/ChangeLog,v 1.10 2006/11/13 14:39:08 zzam Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-firmware/ChangeLog,v 1.11 2007/01/05 17:12:13 hd_brummy Exp $ + + 05 Jan 2007; Joerg Bornkessel <hd_brummy@gentoo.org> + linuxtv-dvb-firmware-2006.11.08.ebuild, + linuxtv-dvb-firmware-2006.11.13.ebuild: + einfo converted to elog *linuxtv-dvb-firmware-2006.11.13 (13 Nov 2006) diff --git a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.08.ebuild b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.08.ebuild index d9ff489014ea..e9759c528e2b 100644 --- a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.08.ebuild +++ b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.08.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-firmware/linuxtv-dvb-firmware-2006.11.08.ebuild,v 1.2 2006/11/09 17:24:59 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.08.ebuild,v 1.3 2007/01/05 17:12:13 hd_brummy Exp $ DESCRIPTION="Firmware files needed for operation of some dvb-devices" HOMEPAGE="http://www.linuxtv.org" @@ -195,15 +195,15 @@ pkg_setup() { #echo SRC_URI=${SRC_URI} #echo DEPEND=${DEPEND} if [[ -z ${DVB_CARDS} ]]; then - einfo "DVB_CARDS is not set, installing all available firmware files." + elog "DVB_CARDS is not set, installing all available firmware files." fi - einfo "List of possible card-names to use for DVB_CARDS:" + elog "List of possible card-names to use for DVB_CARDS:" echo ${FW_USE_FLAGS[*]}| tr ' ' '\n' | sort | uniq | fmt \ | while read line; do - einfo " ${line}" + elog " ${line}" done - einfo "If you need another firmware file and want it included create a bug" - einfo "at bugs.gentoo.org." + elog "If you need another firmware file and want it included create a bug" + elog "at bugs.gentoo.org." } src_unpack() { @@ -233,7 +233,8 @@ src_unpack() { GET_PARAM=${FW_GET_PARAMETER[CARD]} if [[ ${GET_PARAM} != "-" ]]; then [[ -f ${FW_FILES[CARD]} ]] && ewarn "Already existing: ${FW_FILES[CARD]}" - einfo "Extracting ${FW_FILES[CARD]}" + elog + "Extracting ${FW_FILES[CARD]}" ./get_dvb_firmware ${GET_PARAM} fi done diff --git a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.13.ebuild b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.13.ebuild index 02eb6b8e8fe5..47f069d3addf 100644 --- a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.13.ebuild +++ b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.13.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-firmware/linuxtv-dvb-firmware-2006.11.13.ebuild,v 1.1 2006/11/13 14:39:08 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2006.11.13.ebuild,v 1.2 2007/01/05 17:12:13 hd_brummy Exp $ DESCRIPTION="Firmware files needed for operation of some dvb-devices" HOMEPAGE="http://www.linuxtv.org" @@ -199,15 +199,15 @@ pkg_setup() { #echo SRC_URI=${SRC_URI} #echo DEPEND=${DEPEND} if [[ -z ${DVB_CARDS} ]]; then - einfo "DVB_CARDS is not set, installing all available firmware files." + elog "DVB_CARDS is not set, installing all available firmware files." fi - einfo "List of possible card-names to use for DVB_CARDS:" + elog "List of possible card-names to use for DVB_CARDS:" echo ${FW_USE_FLAGS[*]}| tr ' ' '\n' | sort | uniq | fmt \ | while read line; do - einfo " ${line}" + elog " ${line}" done - einfo "If you need another firmware file and want it included create a bug" - einfo "at bugs.gentoo.org." + elog "If you need another firmware file and want it included create a bug" + elog "at bugs.gentoo.org." } src_unpack() { @@ -237,7 +237,7 @@ src_unpack() { GET_PARAM=${FW_GET_PARAMETER[CARD]} if [[ ${GET_PARAM} != "-" ]]; then [[ -f ${FW_FILES[CARD]} ]] && ewarn "Already existing: ${FW_FILES[CARD]}" - einfo "Extracting ${FW_FILES[CARD]}" + elog "Extracting ${FW_FILES[CARD]}" ./get_dvb_firmware ${GET_PARAM} fi done |