From e964b59ce92e190e80294ced802d392cb1c1f0ee Mon Sep 17 00:00:00 2001 From: Joerg Bornkessel Date: Fri, 5 Jan 2007 17:15:59 +0000 Subject: [PATCH] einfo converted to elog Package-Manager: portage-2.1.1-r2 --- media-tv/linuxtv-dvb-apps/ChangeLog | 8 +++- .../linuxtv-dvb-apps-1.1.0.ebuild | 16 ++++---- .../linuxtv-dvb-apps-1.1.1.20060917.ebuild | 14 +++---- media-tv/linuxtv-dvb-firmware/ChangeLog | 9 ++++- .../linuxtv-dvb-firmware-2006.11.08.ebuild | 17 ++++---- .../linuxtv-dvb-firmware-2006.11.13.ebuild | 16 ++++---- media-tv/linuxtv-dvb/ChangeLog | 8 +++- .../linuxtv-dvb-1.1.1_p20060108.ebuild | 40 +++++++++---------- media-tv/v4l-dvb-hg/ChangeLog | 8 +++- .../v4l-dvb-hg/files/digest-v4l-dvb-hg-0.1-r2 | 1 + media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild | 26 ++++++------ media-tv/vdrplugin-rebuild/ChangeLog | 8 +++- .../files/digest-vdrplugin-rebuild-0.1 | 1 + .../files/digest-vdrplugin-rebuild-0.2 | 1 + .../vdrplugin-rebuild-0.2.ebuild | 6 +-- 15 files changed, 102 insertions(+), 77 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 + linuxtv-dvb-apps-1.1.0.ebuild, linuxtv-dvb-apps-1.1.1.20060917.ebuild: + einfo converted to elog 27 Dec 2006; Matti Bickel 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." } 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 + 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 diff --git a/media-tv/linuxtv-dvb/ChangeLog b/media-tv/linuxtv-dvb/ChangeLog index 71518b0f5330..ff13ffb1d41b 100644 --- a/media-tv/linuxtv-dvb/ChangeLog +++ b/media-tv/linuxtv-dvb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/linuxtv-dvb -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb/ChangeLog,v 1.28 2006/10/31 13:08:30 zzam Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb/ChangeLog,v 1.29 2007/01/05 17:07:37 hd_brummy Exp $ + + 05 Jan 2007; Joerg Bornkessel + linuxtv-dvb-1.1.1_p20060108.ebuild: + einfo converted to elog 31 Oct 2006; Matthias Schwarzott linuxtv-dvb-1.1.1_p20060108.ebuild: diff --git a/media-tv/linuxtv-dvb/linuxtv-dvb-1.1.1_p20060108.ebuild b/media-tv/linuxtv-dvb/linuxtv-dvb-1.1.1_p20060108.ebuild index 30bea15c6120..f1ae3c2acff7 100644 --- a/media-tv/linuxtv-dvb/linuxtv-dvb-1.1.1_p20060108.ebuild +++ b/media-tv/linuxtv-dvb/linuxtv-dvb-1.1.1_p20060108.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/linuxtv-dvb-1.1.1_p20060108.ebuild,v 1.5 2006/10/31 13:08:30 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb/linuxtv-dvb-1.1.1_p20060108.ebuild,v 1.6 2007/01/05 17:07:37 hd_brummy Exp $ inherit eutils linux-mod @@ -23,17 +23,17 @@ S=${WORKDIR}/dvb-kernel/build-2.4 pkg_setup() { linux-mod_pkg_setup if [[ ${KV_MAJOR}.${KV_MINOR} != 2.4 ]]; then - einfo "This ebuild only provides drivers for Kernel 2.4" - einfo "Kernel 2.6 has included drivers for DVB devices." - einfo "please use these" + elog "This ebuild only provides drivers for Kernel 2.4" + elog "Kernel 2.6 has included drivers for DVB devices." + elog "please use these" die "Kernel 2.6 not supported" fi - einfo "Please make sure that the following option is enabled" - einfo "in your current kernel 'Multimedia devices'" - einfo "and /usr/src/linux points to your current kernel" - einfo "or make will die." - einfo + elog "Please make sure that the following option is enabled" + elog "in your current kernel 'Multimedia devices'" + elog "and /usr/src/linux points to your current kernel" + elog "or make will die." + elog MODULE_NAMES="dvb(dvb:${S})" BUILD_PARAMS="KDIR=${KERNEL_DIR}" BUILD_TARGETS="build" @@ -72,14 +72,14 @@ src_install() { pkg_postinst() { linux-mod_pkg_postinst - einfo "If you don't use devfs, execute MAKEDEV-DVB.sh to create" - einfo "the device nodes. The file is in /usr/share/doc/${PF}/" - einfo - einfo "A file called dvb-module-load has been created to simplify loading all modules." - einfo "Call it using 'dvb-module-load {load|debug|unload}'." - einfo - einfo "For information about firmware please see /usr/share/doc/${PF}/README." - einfo - einfo "Firmware-files can be found in media-tv/linuxtv-dvb-firmware" - einfo + elog "If you don't use devfs, execute MAKEDEV-DVB.sh to create" + elog "the device nodes. The file is in /usr/share/doc/${PF}/" + elog + elog "A file called dvb-module-load has been created to simplify loading all modules." + elog "Call it using 'dvb-module-load {load|debug|unload}'." + elog + elog "For information about firmware please see /usr/share/doc/${PF}/README." + elog + elog "Firmware-files can be found in media-tv/linuxtv-dvb-firmware" + elog } diff --git a/media-tv/v4l-dvb-hg/ChangeLog b/media-tv/v4l-dvb-hg/ChangeLog index 42e6777d4ad6..673ac353a02e 100644 --- a/media-tv/v4l-dvb-hg/ChangeLog +++ b/media-tv/v4l-dvb-hg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/v4l-dvb-hg -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/ChangeLog,v 1.9 2006/11/20 09:19:12 zzam Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/ChangeLog,v 1.10 2007/01/05 17:14:35 hd_brummy Exp $ + + 05 Jan 2007; Joerg Bornkessel + v4l-dvb-hg-0.1-r2.ebuild: + einfo converted to elog 20 Nov 2006; Matthias Schwarzott v4l-dvb-hg-0.1-r2.ebuild: diff --git a/media-tv/v4l-dvb-hg/files/digest-v4l-dvb-hg-0.1-r2 b/media-tv/v4l-dvb-hg/files/digest-v4l-dvb-hg-0.1-r2 index e69de29bb2d1..8b137891791f 100644 --- a/media-tv/v4l-dvb-hg/files/digest-v4l-dvb-hg-0.1-r2 +++ b/media-tv/v4l-dvb-hg/files/digest-v4l-dvb-hg-0.1-r2 @@ -0,0 +1 @@ + diff --git a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild index 1517e4d64d5f..5d2aff210dc3 100644 --- a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild +++ b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.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/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild,v 1.6 2006/11/20 09:19:12 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild,v 1.7 2007/01/05 17:14:35 hd_brummy Exp $ : ${EHG_REPO_URI:=${V4l_DVB_HG_REPO_URI:-http://linuxtv.org/hg/v4l-dvb}} @@ -74,7 +74,7 @@ src_unpack() { fi echo - einfo "Removing autoload-entry from stradis-driver." + elog "Removing autoload-entry from stradis-driver." sed -i ${S}/../linux/drivers/media/video/stradis.c -e '/MODULE_DEVICE_TABLE/d' cd ${S} @@ -82,7 +82,7 @@ src_unpack() { -e '/-install::/s:rminstall::' \ -i Makefile - einfo "Removing depmod-calls" + elog "Removing depmod-calls" sed -e '/depmod/d' -i Makefile* scripts/make_makefile.pl scripts/make_kconfig.pl \ || die "Failed removing depmod call from Makefile" @@ -101,15 +101,15 @@ src_install() { } pkg_postinst() { - einfo - einfo "Firmware-files can be found in media-tv/linuxtv-dvb-firmware" - einfo + echo + elog "Firmware-files can be found in media-tv/linuxtv-dvb-firmware" + echo linux-mod_pkg_postinst - einfo - einfo - einfo "if you want to use the IR-port or networking" - einfo "with the dvb-card you need to" - einfo "install linuxtv-dvb-apps" - einfo + echo + echo + elog "if you want to use the IR-port or networking" + elog "with the dvb-card you need to" + elog "install linuxtv-dvb-apps" + echo } diff --git a/media-tv/vdrplugin-rebuild/ChangeLog b/media-tv/vdrplugin-rebuild/ChangeLog index 3897d0c37113..8b5b1f24e9c9 100644 --- a/media-tv/vdrplugin-rebuild/ChangeLog +++ b/media-tv/vdrplugin-rebuild/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/vdrplugin-rebuild -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/vdrplugin-rebuild/ChangeLog,v 1.10 2006/12/09 12:16:44 zzam Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/vdrplugin-rebuild/ChangeLog,v 1.11 2007/01/05 17:15:59 hd_brummy Exp $ + + 05 Jan 2007; Joerg Bornkessel + vdrplugin-rebuild-0.2.ebuild: + einfo converted to elog 09 Dec 2006; Matthias Schwarzott vdrplugin-rebuild-0.2.ebuild: diff --git a/media-tv/vdrplugin-rebuild/files/digest-vdrplugin-rebuild-0.1 b/media-tv/vdrplugin-rebuild/files/digest-vdrplugin-rebuild-0.1 index e69de29bb2d1..8b137891791f 100644 --- a/media-tv/vdrplugin-rebuild/files/digest-vdrplugin-rebuild-0.1 +++ b/media-tv/vdrplugin-rebuild/files/digest-vdrplugin-rebuild-0.1 @@ -0,0 +1 @@ + diff --git a/media-tv/vdrplugin-rebuild/files/digest-vdrplugin-rebuild-0.2 b/media-tv/vdrplugin-rebuild/files/digest-vdrplugin-rebuild-0.2 index e69de29bb2d1..8b137891791f 100644 --- a/media-tv/vdrplugin-rebuild/files/digest-vdrplugin-rebuild-0.2 +++ b/media-tv/vdrplugin-rebuild/files/digest-vdrplugin-rebuild-0.2 @@ -0,0 +1 @@ + diff --git a/media-tv/vdrplugin-rebuild/vdrplugin-rebuild-0.2.ebuild b/media-tv/vdrplugin-rebuild/vdrplugin-rebuild-0.2.ebuild index e80048c247bf..049f8c12e450 100644 --- a/media-tv/vdrplugin-rebuild/vdrplugin-rebuild-0.2.ebuild +++ b/media-tv/vdrplugin-rebuild/vdrplugin-rebuild-0.2.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/vdrplugin-rebuild/vdrplugin-rebuild-0.2.ebuild,v 1.2 2006/12/09 12:16:44 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/vdrplugin-rebuild/vdrplugin-rebuild-0.2.ebuild,v 1.3 2007/01/05 17:15:59 hd_brummy Exp $ DESCRIPTION="A utility to rebuild any plugins for vdr which you have installed." HOMEPAGE="http://www.gentoo.org/" @@ -25,7 +25,7 @@ pkg_postinst() { local OLD_DB=${ROOT}/var/lib/vdrplugin-rebuild if [[ -d ${OLD_DB} ]]; then - einfo "Removing old vdrplugindb." + elog "Removing old vdrplugindb." rm ${OLD_DB}/vdrplugindb* rmdir ${OLD_DB} fi -- 2.26.2