Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/mythnetvision: ChangeLog mythnetvision-0.23.1_p26407.ebuild
Date: Fri, 01 Oct 2010 03:31:15
Message-Id: 20101001033106.40C6E2004C@flycatcher.gentoo.org
1 cardoe 10/10/01 03:31:06
2
3 Modified: ChangeLog
4 Added: mythnetvision-0.23.1_p26407.ebuild
5 Log:
6 Version bump. Fixes Qt-4.7 compilation (bug #338973)
7
8 (Portage version: 2.1.9.12/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 media-plugins/mythnetvision/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 27 Jul 2010 16:01:57 -0000 1.4
24 +++ ChangeLog 1 Oct 2010 03:31:06 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/mythnetvision
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v 1.4 2010/07/27 16:01:57 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v 1.5 2010/10/01 03:31:06 cardoe Exp $
30 +
31 +*mythnetvision-0.23.1_p26407 (01 Oct 2010)
32 +
33 + 01 Oct 2010; Doug Goldstein <cardoe@g.o>
34 + +mythnetvision-0.23.1_p26407.ebuild:
35 + Version bump. Fixes Qt-4.7 compilation (bug #338973)
36
37 *mythnetvision-0.23.1_p25396 (27 Jul 2010)
38
39
40
41
42 1.1 media-plugins/mythnetvision/mythnetvision-0.23.1_p26407.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23.1_p26407.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23.1_p26407.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mythnetvision-0.23.1_p26407.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23.1_p26407.ebuild,v 1.1 2010/10/01 03:31:06 cardoe Exp $
52
53 EAPI=2
54
55 PYTHON_DEPEND="2:2.5"
56
57 inherit qt4 mythtv-plugins python
58
59 DESCRIPTION="MythTV Plugin for watching internet content"
60 IUSE=""
61 KEYWORDS="~amd64 ~x86"
62
63 RDEPEND=">=dev-python/pycurl-7.19.0
64 >=dev-python/imdbpy-3.8
65 >=dev-python/mysql-python-1.2.2
66 media-tv/mythtv[python]
67 media-plugins/mythbrowser
68 www-plugins/adobe-flash"
69 DEPEND="media-plugins/mythbrowser"
70
71 src_install() {
72 mythtv-plugins_src_install
73
74 # Fix up permissions
75 fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.pl
76 fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.py
77 }