# 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:
-# 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"
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
}
}
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
-# 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
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."
}
# 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)
-# 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"
#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() {
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
-# 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"
#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() {
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
# 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 <hd_brummy@gentoo.org>
+ linuxtv-dvb-1.1.1_p20060108.ebuild:
+ einfo converted to elog
31 Oct 2006; Matthias Schwarzott <zzam@gentoo.org>
linuxtv-dvb-1.1.1_p20060108.ebuild:
-# 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
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"
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
}
# 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 <hd_brummy@gentoo.org>
+ v4l-dvb-hg-0.1-r2.ebuild:
+ einfo converted to elog
20 Nov 2006; Matthias Schwarzott <zzam@gentoo.org>
v4l-dvb-hg-0.1-r2.ebuild:
-# 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}}
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}
-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"
}
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
}
# 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 <hd_brummy@gentoo.org>
+ vdrplugin-rebuild-0.2.ebuild:
+ einfo converted to elog
09 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
vdrplugin-rebuild-0.2.ebuild:
-# 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/"
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