diff options
22 files changed, 120 insertions, 91 deletions
diff --git a/media-video/dxr2-driver/ChangeLog b/media-video/dxr2-driver/ChangeLog index 51b8ea744d95..93b44ea07ad3 100644 --- a/media-video/dxr2-driver/ChangeLog +++ b/media-video/dxr2-driver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/dxr2-driver -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dxr2-driver/ChangeLog,v 1.8 2006/11/20 06:31:43 beandog Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dxr2-driver/ChangeLog,v 1.9 2007/01/05 20:34:57 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + dxr2-driver-1.0.4.ebuild: + Convert to use elog. 20 Nov 2006; Steve Dibb <beandog@gentoo.org> metadata.xml: Add to media-video herd diff --git a/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild b/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild index 4cdf919e5eb7..a2d0213ab783 100644 --- a/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild +++ b/media-video/dxr2-driver/dxr2-driver-1.0.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-video/dxr2-driver/dxr2-driver-1.0.4.ebuild,v 1.10 2006/06/13 10:37:02 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild,v 1.11 2007/01/05 20:34:57 flameeyes Exp $ DESCRIPTION="Driver and minimal DVD player(s) for the Creative Labs Dxr2 Card" HOMEPAGE="http://dxr2.sourceforge.net/" @@ -67,8 +67,8 @@ pkg_postinst() { depmod -a ldconfig >/dev/null 2>&1 fi - einfo - einfo "To load the dxr2 device automaticallly at boot time:" - einfo " echo dxr2 >> /etc/modules.autoload" - einfo + elog + elog "To load the dxr2 device automaticallly at boot time:" + elog " echo dxr2 >> /etc/modules.autoload" + elog } diff --git a/media-video/kmplayer/ChangeLog b/media-video/kmplayer/ChangeLog index 81c7f4871a4c..4b58b8ab9693 100644 --- a/media-video/kmplayer/ChangeLog +++ b/media-video/kmplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/kmplayer -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.85 2006/12/25 09:22:20 deathwing00 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.86 2007/01/05 20:36:39 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> kmplayer-0.9.3.ebuild, + kmplayer-0.9.3a.ebuild: + Convert to use elog. 25 Dec 2006; Ioannis Aslanidis <deathwing00@gentoo.org> -files/kmplayer-0.9.2a-use32bitbin.diff, -kmplayer-0.9.1c.ebuild, diff --git a/media-video/kmplayer/kmplayer-0.9.3.ebuild b/media-video/kmplayer/kmplayer-0.9.3.ebuild index f328975f9484..cd29a630e41c 100644 --- a/media-video/kmplayer/kmplayer-0.9.3.ebuild +++ b/media-video/kmplayer/kmplayer-0.9.3.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-video/kmplayer/kmplayer-0.9.3.ebuild,v 1.9 2006/12/11 19:14:34 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.9.3.ebuild,v 1.10 2007/01/05 20:36:39 flameeyes Exp $ inherit kde eutils @@ -39,10 +39,10 @@ src_unpack() { if use mplayer && use amd64 && ! has_version media-video/mplayer; then #epatch "${FILESDIR}/${P}-use32bitbin.diff" - einfo 'NOTICE: From this version the patch so that mplayer-bin is used' - einfo 'NOTICE: instead of mplayer is applied no longer. Now you can' - einfo 'NOTICE: configure kmplayer to use mplayer-bin from within the' - einfo 'NOTICE: application.' + elog 'NOTICE: From this version the patch so that mplayer-bin is used' + elog 'NOTICE: instead of mplayer is applied no longer. Now you can' + elog 'NOTICE: configure kmplayer to use mplayer-bin from within the' + elog 'NOTICE: application.' fi } diff --git a/media-video/kmplayer/kmplayer-0.9.3a.ebuild b/media-video/kmplayer/kmplayer-0.9.3a.ebuild index 289288e416c6..bc8d3576f330 100644 --- a/media-video/kmplayer/kmplayer-0.9.3a.ebuild +++ b/media-video/kmplayer/kmplayer-0.9.3a.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-video/kmplayer/kmplayer-0.9.3a.ebuild,v 1.1 2006/12/25 09:18:05 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.9.3a.ebuild,v 1.2 2007/01/05 20:36:39 flameeyes Exp $ inherit kde eutils @@ -38,8 +38,8 @@ src_unpack() { kde_src_unpack if use mplayer && use amd64 && ! has_version media-video/mplayer; then - einfo 'NOTICE: You have mplayer-bin installed; you will need to configure' - einfo 'NOTICE: kmplayer to use it from within the application.' + elog 'NOTICE: You have mplayer-bin installed; you will need to configure' + elog 'NOTICE: kmplayer to use it from within the application.' fi } diff --git a/media-video/motion/ChangeLog b/media-video/motion/ChangeLog index 7969ece8d5e8..61cba398e354 100644 --- a/media-video/motion/ChangeLog +++ b/media-video/motion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/motion -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.10 2006/11/23 15:54:29 vivo Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.11 2007/01/05 20:37:39 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> motion-3.2.4.ebuild, + motion-3.2.7.ebuild: + Convert to use elog. 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> motion-3.2.4.ebuild, motion-3.2.7.ebuild: diff --git a/media-video/motion/motion-3.2.4.ebuild b/media-video/motion/motion-3.2.4.ebuild index 7a157c372c47..7e9cb120a2b5 100644 --- a/media-video/motion/motion-3.2.4.ebuild +++ b/media-video/motion/motion-3.2.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-video/motion/motion-3.2.4.ebuild,v 1.4 2006/11/23 15:54:29 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.4.ebuild,v 1.5 2007/01/05 20:37:39 flameeyes Exp $ inherit eutils @@ -49,8 +49,8 @@ src_install() { pkg_postinst() { ewarn "You need to setup /etc/motion.conf before running" ewarn "motion for the first time." - einfo "Examples are available at /usr/share/doc/${P}/examples" - einfo - einfo "You can install motion detection as a service, use:" - einfo "rc-update add motion default" + elog "Examples are available at /usr/share/doc/${P}/examples" + elog + elog "You can install motion detection as a service, use:" + elog "rc-update add motion default" } diff --git a/media-video/motion/motion-3.2.7.ebuild b/media-video/motion/motion-3.2.7.ebuild index 2640d5e40594..e4724ffd215d 100644 --- a/media-video/motion/motion-3.2.7.ebuild +++ b/media-video/motion/motion-3.2.7.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-video/motion/motion-3.2.7.ebuild,v 1.3 2006/11/23 15:54:29 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.7.ebuild,v 1.4 2007/01/05 20:37:39 flameeyes Exp $ inherit eutils @@ -47,8 +47,8 @@ src_install() { pkg_postinst() { ewarn "You need to setup /etc/motion.conf before running" ewarn "motion for the first time." - einfo "Examples are available at /usr/share/doc/${P}/examples" - einfo - einfo "You can install motion detection as a service, use:" - einfo "rc-update add motion default" + elog "Examples are available at /usr/share/doc/${P}/examples" + elog + elog "You can install motion detection as a service, use:" + elog "rc-update add motion default" } diff --git a/media-video/motiontrack/ChangeLog b/media-video/motiontrack/ChangeLog index f24969975806..eeff4641b419 100644 --- a/media-video/motiontrack/ChangeLog +++ b/media-video/motiontrack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/motiontrack -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.9 2006/05/03 20:56:21 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.10 2007/01/05 20:38:49 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + motiontrack-0.1.0.ebuild, motiontrack-0.1.2.ebuild, + motiontrack-0.1.3.ebuild: + Convert to use elog. 03 May 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: Update metadata to list media-video@gentoo.org as maintainer. diff --git a/media-video/motiontrack/motiontrack-0.1.0.ebuild b/media-video/motiontrack/motiontrack-0.1.0.ebuild index a27f432e7c79..b43c9e56d34f 100644 --- a/media-video/motiontrack/motiontrack-0.1.0.ebuild +++ b/media-video/motiontrack/motiontrack-0.1.0.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-video/motiontrack/motiontrack-0.1.0.ebuild,v 1.5 2006/03/07 16:40:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild,v 1.6 2007/01/05 20:38:49 flameeyes Exp $ DESCRIPTION="A set of tools that detect motion between two images" @@ -34,9 +34,9 @@ src_compile() { if use gd; then if use imagemagick; then - einfo "motiontrack can only use one of gd or imagemagick, not both." - einfo "default is gd when debug is unset, imagemagick otherwise." - einfo "please unset one of these use flags if you have other intentions." + elog "motiontrack can only use one of gd or imagemagick, not both." + elog "default is gd when debug is unset, imagemagick otherwise." + elog "please unset one of these use flags if you have other intentions." fi fi if use debug; then diff --git a/media-video/motiontrack/motiontrack-0.1.2.ebuild b/media-video/motiontrack/motiontrack-0.1.2.ebuild index b4d6854ddca6..2d6304593b08 100644 --- a/media-video/motiontrack/motiontrack-0.1.2.ebuild +++ b/media-video/motiontrack/motiontrack-0.1.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-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.3 2006/03/07 16:40:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.4 2007/01/05 20:38:49 flameeyes Exp $ DESCRIPTION="A set of tools that detect motion between two images" @@ -34,9 +34,9 @@ src_compile() { if use gd; then if use imagemagick; then - einfo "motiontrack can only use one of libgd or imagemagick, not both." - einfo "default is libgd when debug is unset, imagemagick otherwise." - einfo "please unset one of these use flags if you have other intentions." + elog "motiontrack can only use one of libgd or imagemagick, not both." + elog "default is libgd when debug is unset, imagemagick otherwise." + elog "please unset one of these use flags if you have other intentions." fi fi if use debug; then diff --git a/media-video/motiontrack/motiontrack-0.1.3.ebuild b/media-video/motiontrack/motiontrack-0.1.3.ebuild index 6c846d6a5de7..0ecf5294f749 100644 --- a/media-video/motiontrack/motiontrack-0.1.3.ebuild +++ b/media-video/motiontrack/motiontrack-0.1.3.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-video/motiontrack/motiontrack-0.1.3.ebuild,v 1.2 2006/03/07 16:40:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild,v 1.3 2007/01/05 20:38:49 flameeyes Exp $ DESCRIPTION="A set of tools that detect motion between two images" @@ -34,9 +34,9 @@ src_compile() { if use gd; then if use imagemagick; then - einfo "motiontrack can only use one of libgd or imagemagick, not both." - einfo "default is libgd when debug is unset, imagemagick otherwise." - einfo "please unset one of these use flags if you have other intentions." + elog "motiontrack can only use one of libgd or imagemagick, not both." + elog "default is libgd when debug is unset, imagemagick otherwise." + elog "please unset one of these use flags if you have other intentions." fi fi if use debug; then diff --git a/media-video/mpeg-tools/ChangeLog b/media-video/mpeg-tools/ChangeLog index 4528002dd936..291e5f70001a 100644 --- a/media-video/mpeg-tools/ChangeLog +++ b/media-video/mpeg-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mpeg-tools -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg-tools/ChangeLog,v 1.16 2006/04/27 23:43:45 marienz Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg-tools/ChangeLog,v 1.17 2007/01/05 20:39:33 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + mpeg-tools-1.5b-r2.ebuild: + Convert to use elog. 27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-mpeg-tools-1.5b-r2, Manifest: diff --git a/media-video/mpeg-tools/mpeg-tools-1.5b-r2.ebuild b/media-video/mpeg-tools/mpeg-tools-1.5b-r2.ebuild index cf6634a3496d..95aa90c653db 100644 --- a/media-video/mpeg-tools/mpeg-tools-1.5b-r2.ebuild +++ b/media-video/mpeg-tools/mpeg-tools-1.5b-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-video/mpeg-tools/mpeg-tools-1.5b-r2.ebuild,v 1.5 2006/02/11 16:12:55 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg-tools/mpeg-tools-1.5b-r2.ebuild,v 1.6 2007/01/05 20:39:33 flameeyes Exp $ inherit eutils @@ -54,7 +54,7 @@ src_install () { pkg_postinst() { if [[ -z $(best_version media-libs/netpbm) ]] ; then - einfo "If you are looking for eyuvtoppm or ppmtoeyuv, please" - einfo "emerge the netpbm package. It has updated versions." + elog "If you are looking for eyuvtoppm or ppmtoeyuv, please" + elog "emerge the netpbm package. It has updated versions." fi } diff --git a/media-video/sonic-snap/ChangeLog b/media-video/sonic-snap/ChangeLog index cbb92e2b5a70..611b06fca06f 100644 --- a/media-video/sonic-snap/ChangeLog +++ b/media-video/sonic-snap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/sonic-snap -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.2 2006/09/25 22:35:31 nerdboy Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.3 2007/01/05 20:41:01 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> sonic-snap-1.5.ebuild: + Convert to use elog. 25 Sep 2006; Steve Arnold <nerdboy@gentoo.org> sonic-snap-1.5.ebuild: stable bump for x86 and amd64, and modular X fix (bug #147801) diff --git a/media-video/sonic-snap/sonic-snap-1.5.ebuild b/media-video/sonic-snap/sonic-snap-1.5.ebuild index 4980a56e9f88..ce2440f1646a 100644 --- a/media-video/sonic-snap/sonic-snap-1.5.ebuild +++ b/media-video/sonic-snap/sonic-snap-1.5.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-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.3 2006/09/25 22:35:31 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.4 2007/01/05 20:41:01 flameeyes Exp $ inherit eutils linux-info @@ -52,13 +52,13 @@ src_install() { pkg_postinst() { ewarn - einfo "This application has found the sn9c10x driver (sn9c102.ko)" - einfo "enabled in the USB section of your kernel config. Also," - einfo "this driver is V4L v2 only, so V4L v1 apps will not work." - einfo "Finally, only a few image sensors are supported, eg, PAS106B" - einfo "so (check dmesg or /var/log/messages for USB device info when" - einfo "you plug the cam in)." - einfo - einfo "Now try sonic-snap-gui /dev/videoX (where X is 0, 1 , etc)." + elog "This application has found the sn9c10x driver (sn9c102.ko)" + elog "enabled in the USB section of your kernel config. Also," + elog "this driver is V4L v2 only, so V4L v1 apps will not work." + elog "Finally, only a few image sensors are supported, eg, PAS106B" + elog "so (check dmesg or /var/log/messages for USB device info when" + elog "you plug the cam in)." + elog + elog "Now try sonic-snap-gui /dev/videoX (where X is 0, 1 , etc)." ewarn } diff --git a/media-video/totem/ChangeLog b/media-video/totem/ChangeLog index ee1847ba73af..7d0e62bcbae2 100644 --- a/media-video/totem/ChangeLog +++ b/media-video/totem/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/totem -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.146 2006/12/22 21:00:08 chainsaw Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.147 2007/01/05 20:42:25 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> totem-1.2.1-r1.ebuild, + totem-1.4.2-r1.ebuild, totem-2.16.2-r1.ebuild, totem-2.16.3.ebuild, + totem-2.16.4.ebuild: + Convert to use elog. 22 Dec 2006; Tony Vroon <chainsaw@gentoo.org> totem-2.16.2-r1.ebuild, totem-2.16.3.ebuild, totem-2.16.4.ebuild: diff --git a/media-video/totem/totem-1.2.1-r1.ebuild b/media-video/totem/totem-1.2.1-r1.ebuild index a72c90811152..4d7e19181369 100644 --- a/media-video/totem/totem-1.2.1-r1.ebuild +++ b/media-video/totem/totem-1.2.1-r1.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-video/totem/totem-1.2.1-r1.ebuild,v 1.3 2006/09/04 10:31:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-1.2.1-r1.ebuild,v 1.4 2007/01/05 20:42:26 flameeyes Exp $ inherit autotools eutils multilib gnome2 @@ -104,7 +104,7 @@ pkg_postinst() { gnome2_pkg_postinst - einfo "Note that the default totem backend has switched to gstreamer." - einfo "DVD menus will only work with the xine backend." + elog "Note that the default totem backend has switched to gstreamer." + elog "DVD menus will only work with the xine backend." } diff --git a/media-video/totem/totem-1.4.2-r1.ebuild b/media-video/totem/totem-1.4.2-r1.ebuild index 0af2368a9a50..210faba2dea4 100644 --- a/media-video/totem/totem-1.4.2-r1.ebuild +++ b/media-video/totem/totem-1.4.2-r1.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-video/totem/totem-1.4.2-r1.ebuild,v 1.12 2006/11/13 05:31:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-1.4.2-r1.ebuild,v 1.13 2007/01/05 20:42:26 flameeyes Exp $ inherit autotools eutils multilib gnome2 @@ -140,7 +140,7 @@ pkg_postinst() { gnome2_pkg_postinst - einfo "Note that the default totem backend has switched to gstreamer." - einfo "DVD menus will only work with the xine backend." + elog "Note that the default totem backend has switched to gstreamer." + elog "DVD menus will only work with the xine backend." } diff --git a/media-video/totem/totem-2.16.2-r1.ebuild b/media-video/totem/totem-2.16.2-r1.ebuild index 30773b514982..8bc00e0b0c97 100644 --- a/media-video/totem/totem-2.16.2-r1.ebuild +++ b/media-video/totem/totem-2.16.2-r1.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-video/totem/totem-2.16.2-r1.ebuild,v 1.4 2006/12/22 21:00:08 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.16.2-r1.ebuild,v 1.5 2007/01/05 20:42:26 flameeyes Exp $ inherit autotools eutils multilib gnome2 @@ -151,6 +151,6 @@ src_compile() { pkg_postinst() { gnome2_pkg_postinst - einfo "Note that the default totem backend has switched to gstreamer." - einfo "DVD menus will only work with the xine backend." + elog "Note that the default totem backend has switched to gstreamer." + elog "DVD menus will only work with the xine backend." } diff --git a/media-video/totem/totem-2.16.3.ebuild b/media-video/totem/totem-2.16.3.ebuild index 21b90ed8a983..0c2af50b233d 100644 --- a/media-video/totem/totem-2.16.3.ebuild +++ b/media-video/totem/totem-2.16.3.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-video/totem/totem-2.16.3.ebuild,v 1.3 2006/12/22 21:00:08 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.16.3.ebuild,v 1.4 2007/01/05 20:42:26 flameeyes Exp $ inherit autotools eutils multilib gnome2 @@ -151,6 +151,6 @@ src_compile() { pkg_postinst() { gnome2_pkg_postinst - einfo "Note that the default totem backend has switched to gstreamer." - einfo "DVD menus will only work with the xine backend." + elog "Note that the default totem backend has switched to gstreamer." + elog "DVD menus will only work with the xine backend." } diff --git a/media-video/totem/totem-2.16.4.ebuild b/media-video/totem/totem-2.16.4.ebuild index 6dd87e7d9c3e..b36b0c74bd8f 100644 --- a/media-video/totem/totem-2.16.4.ebuild +++ b/media-video/totem/totem-2.16.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-video/totem/totem-2.16.4.ebuild,v 1.7 2006/12/22 21:00:08 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.16.4.ebuild,v 1.8 2007/01/05 20:42:26 flameeyes Exp $ inherit autotools eutils multilib gnome2 @@ -152,6 +152,6 @@ src_compile() { pkg_postinst() { gnome2_pkg_postinst - einfo "Note that the default totem backend has switched to gstreamer." - einfo "DVD menus will only work with the xine backend." + elog "Note that the default totem backend has switched to gstreamer." + elog "DVD menus will only work with the xine backend." } |