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