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