diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-13 02:41:11 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-13 02:41:11 +0000 |
commit | 69540cc73e67d03a7d7b90a31a92f4a865209c49 (patch) | |
tree | 133c41eb87575f6f3eabe84c191d28c23027f8d7 /media-tv/mythtv | |
parent | Added ~sparc keyword wrt bug #139149. (diff) | |
download | gentoo-2-69540cc73e67d03a7d7b90a31a92f4a865209c49.tar.gz gentoo-2-69540cc73e67d03a7d7b90a31a92f4a865209c49.tar.bz2 gentoo-2-69540cc73e67d03a7d7b90a31a92f4a865209c49.zip |
Fixed typos
(Portage version: 2.1.1)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 3 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.19_p10505.ebuild | 6 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild | 6 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.20_p11154.ebuild | 27 |
4 files changed, 18 insertions, 24 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index f6014011fcc5..6e2587c254df 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,11 +1,12 @@ # 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.107 2006/09/13 02:08:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.108 2006/09/13 02:41:11 cardoe Exp $ 13 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythtv-0.19_p9163-r1.ebuild, mythtv-0.19_p10505.ebuild, mythtv-0.20_p11154.ebuild: Update to new OSL download links. Remove utf8 USE flag check on mysql. + Fixed typos. *mythtv-0.20_p11154 (12 Sep 2006) diff --git a/media-tv/mythtv/mythtv-0.19_p10505.ebuild b/media-tv/mythtv/mythtv-0.19_p10505.ebuild index e75d5dc215b9..c94b9c68e674 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.2 2006/09/13 02:08:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19_p10505.ebuild,v 1.3 2006/09/13 02:41:11 cardoe Exp $ inherit flag-o-matic multilib eutils debug qt3 @@ -67,10 +67,10 @@ MYTHTV_GROUPS="video,audio,tty" pkg_setup() { local rip=0 - if ! built_with_use =x11-libs/qt-3* mysql opengl ; then + if ! built_with_use -a =x11-libs/qt-3* mysql opengl ; then echo eerror "MythTV requires Qt to be built with mysql and opengl use flags enabled." - eerror "Please re-emerge =x11-libs/qt-3, after having the use flags set." + eerror "Please re-emerge =x11-libs/qt-3*, after having the use flags set." echo rip=1 fi diff --git a/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild b/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild index 7bb4a7dbde05..df4ba279282e 100644 --- a/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild +++ b/media-tv/mythtv/mythtv-0.19_p9163-r1.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_p9163-r1.ebuild,v 1.14 2006/09/13 02:08:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild,v 1.15 2006/09/13 02:41:11 cardoe Exp $ inherit flag-o-matic multilib eutils debug qt3 @@ -67,10 +67,10 @@ MYTHTV_GROUPS="video,audio,tty" pkg_setup() { local rip=0 - if ! built_with_use =x11-libs/qt-3* mysql opengl ; then + if ! built_with_use -a =x11-libs/qt-3* mysql opengl ; then echo eerror "MythTV requires Qt to be built with mysql and opengl use flags enabled." - eerror "Please re-emerge =x11-libs/qt-3, after having the use flags set." + eerror "Please re-emerge =x11-libs/qt-3*, after having the use flags set." echo rip=1 fi diff --git a/media-tv/mythtv/mythtv-0.20_p11154.ebuild b/media-tv/mythtv/mythtv-0.20_p11154.ebuild index 788c6cab0e69..71b2e9a1d2c0 100644 --- a/media-tv/mythtv/mythtv-0.20_p11154.ebuild +++ b/media-tv/mythtv/mythtv-0.20_p11154.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_p11154.ebuild,v 1.3 2006/09/13 02:08:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11154.ebuild,v 1.4 2006/09/13 02:41:11 cardoe Exp $ inherit flag-o-matic multilib eutils debug qt3 @@ -64,10 +64,10 @@ MYTHTV_GROUPS="video,audio,tty" pkg_setup() { local rip=0 - if ! built_with_use =x11-libs/qt-3* mysql opengl ; then + if ! built_with_use -a =x11-libs/qt-3* mysql opengl ; then echo eerror "MythTV requires Qt to be built with mysql and opengl use flags enabled." - eerror "Please re-emerge =x11-libs/qt-3, after having the use flags set." + eerror "Please re-emerge =x11-libs/qt-3*, after having the use flags set." echo rip=1 fi @@ -215,15 +215,6 @@ src_install() { newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend fi - if ! use backendonly; then - dobin ${FILESDIR}/runmythfe - - 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 "And you're all set." - fi dodoc keys.txt docs/*.{txt,pdf} dohtml docs/*.html @@ -242,11 +233,13 @@ pkg_preinst() { } pkg_postinst() { - einfo "Want MythFrontend to alway run? Run the following:" - echo " #crontab -e -u mythtv" - einfo "And add the following:" - echo "* * * * * /usr/bin/runmythfe &" - echo + if ! use backendonly; then + echo + einfo "Want mythfrontend to start automatically? Run the following:" + echo "crontab -e -u mythtv" + einfo "Add add the following:" + echo "* * * * * /usr/bin/runmythfe &" + fi echo einfo "To always have MythBackend running and available run the following:" echo "rc-update add mythbackend default" |