blob: 7c8a9973d3f11f4c4268d51e560b64a7a9eed3fe (
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-2011 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_p26407.ebuild,v 1.2 2011/07/08 16:39:24 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
}
|