diff options
author | 2006-09-13 02:08:41 +0000 | |
---|---|---|
committer | 2006-09-13 02:08:41 +0000 | |
commit | 6a4c0bb962d7b7a6775036526ca04ce28089ebb6 (patch) | |
tree | 6df04ed7e101893b665de2c2ea7c670088475106 /media-tv/mythtv/mythtv-0.19_p10505.ebuild | |
parent | Added missing dependency on bioperl (diff) | |
download | gentoo-2-6a4c0bb962d7b7a6775036526ca04ce28089ebb6.tar.gz gentoo-2-6a4c0bb962d7b7a6775036526ca04ce28089ebb6.tar.bz2 gentoo-2-6a4c0bb962d7b7a6775036526ca04ce28089ebb6.zip |
Update to new OSL download links. Remove utf8 USE flag check on mysql.
(Portage version: 2.1.1)
Diffstat (limited to 'media-tv/mythtv/mythtv-0.19_p10505.ebuild')
-rw-r--r-- | media-tv/mythtv/mythtv-0.19_p10505.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/media-tv/mythtv/mythtv-0.19_p10505.ebuild b/media-tv/mythtv/mythtv-0.19_p10505.ebuild index b51af7ea43d2..e75d5dc215b9 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.1 2006/07/15 17:13:05 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19_p10505.ebuild,v 1.2 2006/09/13 02:08:41 cardoe Exp $ inherit flag-o-matic multilib eutils debug qt3 @@ -9,7 +9,7 @@ MY_PV="${PV%_*}" DESCRIPTION="Homebrew PVR project" HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${PN}-${MY_PV}.tar.bz2 +SRC_URI="http://ftp-osl.osuosl.org/pub/mythtv/${PN}-${MY_PV}.tar.bz2 http://dev.gentoo.org/~cardoe/files/${PN}-${MY_PV}-rev${PATCHREV}.patch.bz2" LICENSE="GPL-2" @@ -88,14 +88,6 @@ pkg_setup() { echo fi - if built_with_use dev-db/mysql utf8; then - echo - ewarn "Your MySQL installation on this machine most likely won't work" - ewarn "because you compiled it with USE=utf8. Either use another mysql" - ewarn "server (on another machine) or recompile MySQL without utf8." - echo - fi - if has x11-libs/libX11 virtual/x11; then echo eerror "Your installation of Modular X is broken. Don't have a virtual/x11" |