summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-03-26 08:24:50 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-03-26 08:24:50 +0000
commite0c2ddce1b1484f0abf7c9239305100f336f281a (patch)
treeeb4e8a09e5921352ac18a9877e1b216a334875f4 /media-tv
parentfixed a DEPEND. remove install of depreciated mysql.txt. added msgs for ieee1... (diff)
downloadgentoo-2-e0c2ddce1b1484f0abf7c9239305100f336f281a.tar.gz
gentoo-2-e0c2ddce1b1484f0abf7c9239305100f336f281a.tar.bz2
gentoo-2-e0c2ddce1b1484f0abf7c9239305100f336f281a.zip
remove install of depreciated mysql.txt. added msgs for ieee1394 and nvidia USE flags (bug #81767)
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/ChangeLog6
-rw-r--r--media-tv/mythtv/mythtv-0.17.ebuild22
2 files changed, 21 insertions, 7 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 4e8ac03de0d3..6b221ad4e90b 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.46 2005/03/02 08:52:23 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.47 2005/03/26 08:24:50 cardoe Exp $
+
+ 26 Mar 2005; Doug Goldstein <cardoe@gentoo.org> mythtv-0.17.ebuild:
+ remove install of depreciated mysql.txt. added msgs for ieee1394 and nvidia
+ USE flags (bug #81767)
02 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
files/mythbackend.conf, files/mythbackend.rc6:
diff --git a/media-tv/mythtv/mythtv-0.17.ebuild b/media-tv/mythtv/mythtv-0.17.ebuild
index 57441907200f..44339b0d38dc 100644
--- a/media-tv/mythtv/mythtv-0.17.ebuild
+++ b/media-tv/mythtv/mythtv-0.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.17.ebuild,v 1.5 2005/02/28 08:53:26 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.17.ebuild,v 1.6 2005/03/26 08:24:50 cardoe Exp $
inherit myth flag-o-matic eutils
@@ -39,7 +39,21 @@ pkg_setup() {
die "Qt needs MySQL support"
fi
- return 0
+ if use ieee1394; then
+ echo
+ ewarn "If you want to USE ieee1394, you need to install libiec61883"
+ ewarn "which is not available in Portage at this time. Do this at your"
+ ewarn "own risk. No Support provided."
+ echo
+ fi
+
+ if use nvidia; then
+ echo
+ ewarn "You enabled the 'nvidia' USE flag, you must have a GeForce 4 or"
+ ewarn "greater to use this. Otherwise, you'll have crashes with MythTV"
+ echo
+ fi
+
}
setup_pro() {
@@ -183,10 +197,6 @@ src_install() {
myth_src_install || die "install failed"
newbin "setup/setup" "mythsetup"
- dodir /etc/mythtv
- mv "${D}/usr/share/mythtv/mysql.txt" "${D}/etc/mythtv"
- dosym /etc/mythtv/mysql.txt /usr/share/mythtv/mysql.txt
-
insinto /usr/share/mythtv/database
doins database/*