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: ChangeLog mythweather-0.23.1_p25367.ebuild
Date: Mon, 26 Jul 2010 15:53:30
Message-Id: 20100726155328.56E572CE15@corvid.gentoo.org
1 cardoe 10/07/26 15:53:28
2
3 Modified: ChangeLog
4 Added: mythweather-0.23.1_p25367.ebuild
5 Log:
6 Upstream fix for some addition maps, UTF-8 support and updating.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.63 media-plugins/mythweather/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythweather/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythweather/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythweather/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 26 Jul 2010 13:56:24 -0000 1.62
23 +++ ChangeLog 26 Jul 2010 15:53:28 -0000 1.63
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/mythweather
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.62 2010/07/26 13:56:24 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.63 2010/07/26 15:53:28 cardoe Exp $
29 +
30 +*mythweather-0.23.1_p25367 (26 Jul 2010)
31 +
32 + 26 Jul 2010; Doug Goldstein <cardoe@g.o>
33 + +mythweather-0.23.1_p25367.ebuild:
34 + Upstream fix for some addition maps, UTF-8 support and updating.
35
36 26 Jul 2010; Christian Faulhammer <fauli@g.o>
37 mythweather-0.22_p22991.ebuild:
38
39
40
41 1.1 media-plugins/mythweather/mythweather-0.23.1_p25367.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythweather/mythweather-0.23.1_p25367.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythweather/mythweather-0.23.1_p25367.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mythweather-0.23.1_p25367.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/mythweather/mythweather-0.23.1_p25367.ebuild,v 1.1 2010/07/26 15:53:28 cardoe Exp $
51
52 EAPI=2
53 inherit qt4 mythtv-plugins
54
55 DESCRIPTION="Weather forecast module for MythTV."
56 IUSE=""
57 KEYWORDS="~amd64 ~ppc ~x86"
58
59 DEPEND="dev-perl/DateManip
60 dev-perl/ImageSize
61 dev-perl/SOAP-Lite
62 dev-perl/XML-Simple
63 dev-perl/XML-Parser
64 dev-perl/XML-SAX"
65
66 src_install() {
67 mythtv-plugins_src_install
68
69 # correct permissions so MythWeather is actually usable
70 fperms 755 /usr/share/mythtv/mythweather/scripts/*/*.pl
71 }