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/mythweather: mythweather-0.22_p22763-r1.ebuild ChangeLog mythweather-0.21_p20069-r1.ebuild mythweather-0.22_p22763.ebuild
Date: Tue, 10 Nov 2009 15:58:44
Message-Id: E1N7t7B-0001Wp-3A@stork.gentoo.org
1 cardoe 09/11/10 15:58:41
2
3 Modified: ChangeLog
4 Added: mythweather-0.22_p22763-r1.ebuild
5 mythweather-0.21_p20069-r1.ebuild
6 Removed: mythweather-0.22_p22763.ebuild
7 Log:
8 Patch from Jerry McDonald <gentoo@××××××××××.com> from bug #287001 fixing the parsing error in the NWS script in 0.21. Fixed permissions on the scripts in 0.21 and 0.22
9 (Portage version: 2.1.7.4/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.58 media-plugins/mythweather/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/ChangeLog?rev=1.58&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/ChangeLog?rev=1.58&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/ChangeLog?r1=1.57&r2=1.58
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v
21 retrieving revision 1.57
22 retrieving revision 1.58
23 diff -u -r1.57 -r1.58
24 --- ChangeLog 8 Nov 2009 03:53:07 -0000 1.57
25 +++ ChangeLog 10 Nov 2009 15:58:40 -0000 1.58
26 @@ -1,6 +1,17 @@
27 # ChangeLog for media-plugins/mythweather
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.57 2009/11/08 03:53:07 cardoe Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.58 2009/11/10 15:58:40 cardoe Exp $
31 +
32 +*mythweather-0.22_p22763-r1 (10 Nov 2009)
33 +*mythweather-0.21_p20069-r1 (10 Nov 2009)
34 +
35 + 10 Nov 2009; Doug Goldstein <cardoe@g.o>
36 + +mythweather-0.21_p20069-r1.ebuild,
37 + +files/mythweather-0.21_p20069-nws-parse-fix.patch,
38 + -mythweather-0.22_p22763.ebuild, +mythweather-0.22_p22763-r1.ebuild:
39 + Patch from Jerry McDonald <gentoo@××××××××××.com> from bug #287001 fixing
40 + the parsing error in the NWS script in 0.21. Fixed permissions on the
41 + scripts in 0.21 and 0.22
42
43 *mythweather-0.22_p22763 (08 Nov 2009)
44
45
46
47
48 1.1 media-plugins/mythweather/mythweather-0.22_p22763-r1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.22_p22763-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.22_p22763-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: mythweather-0.22_p22763-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.22_p22763-r1.ebuild,v 1.1 2009/11/10 15:58:40 cardoe Exp $
58
59 EAPI=2
60 inherit qt4 mythtv-plugins
61
62 DESCRIPTION="Weather forecast module for MythTV."
63 IUSE=""
64 KEYWORDS="~amd64 ~ppc ~x86"
65
66 DEPEND="dev-perl/DateManip
67 dev-perl/ImageSize
68 dev-perl/SOAP-Lite
69 dev-perl/XML-Simple
70 dev-perl/XML-Parser
71 dev-perl/XML-SAX"
72
73 src_install() {
74 mythtv-plugins_src_install
75
76 # correct permissions so MythWeather is actually usable
77 fperms 755 /usr/share/mythtv/mythweather/scripts/*/*.pl
78 }
79
80
81
82 1.1 media-plugins/mythweather/mythweather-0.21_p20069-r1.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.21_p20069-r1.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.21_p20069-r1.ebuild?rev=1.1&content-type=text/plain
86
87 Index: mythweather-0.21_p20069-r1.ebuild
88 ===================================================================
89 # Copyright 1999-2009 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_p20069-r1.ebuild,v 1.1 2009/11/10 15:58:40 cardoe Exp $
92
93 EAPI=2
94 inherit qt3 mythtv-plugins
95
96 DESCRIPTION="Weather forecast module for MythTV."
97 IUSE=""
98 KEYWORDS="~amd64 ~ppc ~x86"
99
100 DEPEND="dev-perl/DateManip
101 dev-perl/ImageSize
102 dev-perl/SOAP-Lite
103 dev-perl/XML-Simple
104 dev-perl/XML-Parser
105 dev-perl/XML-SAX"
106
107 src_prepare() {
108 epatch "${FILESDIR}/${P}-nws-parse-fix.patch"
109 }
110
111 src_install() {
112 mythtv-plugins_src_install
113
114 # correct permissions so MythWeather is actually usable
115 fperms 755 /usr/share/mythtv/mythweather/scripts/*/*.pl
116 }