diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-09-30 12:49:42 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-09-30 12:49:42 +0000 |
commit | 5af516df0bc8acababf4da6d851cfcd06468c723 (patch) | |
tree | afdc96e25571bde8868b44b61a7e1871d0b0f8a4 /media-tv | |
parent | Version bump; added tests (diff) | |
download | gentoo-2-5af516df0bc8acababf4da6d851cfcd06468c723.tar.gz gentoo-2-5af516df0bc8acababf4da6d851cfcd06468c723.tar.bz2 gentoo-2-5af516df0bc8acababf4da6d851cfcd06468c723.zip |
Fix warnings, wrt bug 149329
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.19_p10505.ebuild | 14 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.20_p11244.ebuild | 10 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.20_p11281.ebuild | 10 |
4 files changed, 22 insertions, 18 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index e8b19100fad6..0475ebc64db6 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/mythtv # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.119 2006/09/25 19:56:47 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.120 2006/09/30 12:49:42 beandog Exp $ + + 30 Sep 2006; Steve Dibb <beandog@gentoo.org> mythtv-0.19_p10505.ebuild, + mythtv-0.20_p11244.ebuild, mythtv-0.20_p11281.ebuild: + Fix warnings, wrt bug 149329 *mythtv-0.20_p11281 (25 Sep 2006) diff --git a/media-tv/mythtv/mythtv-0.19_p10505.ebuild b/media-tv/mythtv/mythtv-0.19_p10505.ebuild index 704da28cef37..824c1deb468f 100644 --- a/media-tv/mythtv/mythtv-0.19_p10505.ebuild +++ b/media-tv/mythtv/mythtv-0.19_p10505.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19_p10505.ebuild,v 1.7 2006/09/14 22:06:47 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19_p10505.ebuild,v 1.8 2006/09/30 12:49:42 beandog Exp $ inherit flag-o-matic multilib eutils debug qt3 @@ -238,8 +238,8 @@ src_install() { ewarn "Want MythFrontend to always? Add the following to your" ewarn "myth user. i.e. My user is mythtv" - echo "crontab -e -u mythtv" - echo "* * * * * /usr/bin/runmythfe &" + ewarn "crontab -e -u mythtv" + ewarn "* * * * * /usr/bin/runmythfe &" ewarn "And you're all set." fi dodoc keys.txt docs/*.{txt,pdf} @@ -261,15 +261,15 @@ pkg_preinst() { pkg_postinst() { einfo "Want MythFrontend to alway run? Run the following:" - echo " #crontab -e -u mythtv" + einfo " #crontab -e -u mythtv" einfo "And add the following:" - echo "* * * * * /usr/bin/runmythfe &" + einfo "* * * * * /usr/bin/runmythfe &" echo echo einfo "To always have MythBackend running and available run the following:" - echo "rc-update add mythbackend default" + einfo "rc-update add mythbackend default" echo ewarn "Your recordings folder must be owned by the user 'mythtv' now" - echo "chown -R mythtv /path/to/store" + ewarn "chown -R mythtv /path/to/store" } diff --git a/media-tv/mythtv/mythtv-0.20_p11244.ebuild b/media-tv/mythtv/mythtv-0.20_p11244.ebuild index 8bc2f282f836..bf192085c1ca 100644 --- a/media-tv/mythtv/mythtv-0.20_p11244.ebuild +++ b/media-tv/mythtv/mythtv-0.20_p11244.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11244.ebuild,v 1.4 2006/09/22 15:00:26 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11244.ebuild,v 1.5 2006/09/30 12:49:42 beandog Exp $ inherit mythtv flag-o-matic multilib eutils debug qt3 @@ -238,15 +238,15 @@ pkg_postinst() { if ! use backendonly; then echo einfo "Want mythfrontend to start automatically? Run the following:" - echo "crontab -e -u mythtv" + einfo "crontab -e -u mythtv" einfo "Add add the following:" - echo "* * * * * /usr/bin/runmythfe &" + einfo "* * * * * /usr/bin/runmythfe &" fi echo einfo "To always have MythBackend running and available run the following:" - echo "rc-update add mythbackend default" + einfo "rc-update add mythbackend default" echo ewarn "Your recordings folder must be owned by the user 'mythtv' now" - echo "chown -R mythtv /path/to/store" + ewarn "chown -R mythtv /path/to/store" } diff --git a/media-tv/mythtv/mythtv-0.20_p11281.ebuild b/media-tv/mythtv/mythtv-0.20_p11281.ebuild index a7dd9e5f0501..b0cd9428ae7d 100644 --- a/media-tv/mythtv/mythtv-0.20_p11281.ebuild +++ b/media-tv/mythtv/mythtv-0.20_p11281.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11281.ebuild,v 1.2 2006/09/26 03:46:43 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11281.ebuild,v 1.3 2006/09/30 12:49:42 beandog Exp $ inherit mythtv flag-o-matic multilib eutils debug qt3 @@ -238,15 +238,15 @@ pkg_postinst() { if ! use backendonly; then echo einfo "Want mythfrontend to start automatically? Run the following:" - echo "crontab -e -u mythtv" + einfo "crontab -e -u mythtv" einfo "Add add the following:" - echo "* * * * * /usr/bin/runmythfe &" + einfo "* * * * * /usr/bin/runmythfe &" fi echo einfo "To always have MythBackend running and available run the following:" - echo "rc-update add mythbackend default" + einfo "rc-update add mythbackend default" echo ewarn "Your recordings folder must be owned by the user 'mythtv' now" - echo "chown -R mythtv /path/to/store" + ewarn "chown -R mythtv /path/to/store" } |