blob: 4c414bc05e842466f6aa2d07ae418f72fb99e740 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23.1_p25396.ebuild,v 1.1 2010/07/27 16:01:57 cardoe Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
inherit qt4 mythtv-plugins python
DESCRIPTION="MythTV Plugin for watching internet content"
IUSE=""
KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-python/pycurl-7.19.0
>=dev-python/imdbpy-3.8
>=dev-python/mysql-python-1.2.2
media-tv/mythtv[python]
media-plugins/mythbrowser
www-plugins/adobe-flash"
DEPEND="media-plugins/mythbrowser"
src_install() {
mythtv-plugins_src_install
# Fix up permissions
fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.pl
fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.py
}
|