Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Doug Goldstein (cardoe)" <cardoe@g.o>
|
|
Subject:
|
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:41 +0000
|
|
cardoe 09/11/10 15:58:41
Modified: ChangeLog
Added: mythweather-0.22_p22763-r1.ebuild
mythweather-0.21_p20069-r1.ebuild
Removed: mythweather-0.22_p22763.ebuild
Log:
Patch from Jerry McDonald <gentoo@...> 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
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Revision Changes Path
1.58 media-plugins/mythweather/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 8 Nov 2009 03:53:07 -0000 1.57
+++ ChangeLog 10 Nov 2009 15:58:40 -0000 1.58
@@ -1,6 +1,17 @@
# ChangeLog for media-plugins/mythweather
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.57 2009/11/08 03:53:07 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.58 2009/11/10 15:58:40 cardoe Exp $
+
+*mythweather-0.22_p22763-r1 (10 Nov 2009)
+*mythweather-0.21_p20069-r1 (10 Nov 2009)
+
+ 10 Nov 2009; Doug Goldstein <cardoe@g.o>
+ +mythweather-0.21_p20069-r1.ebuild,
+ +files/mythweather-0.21_p20069-nws-parse-fix.patch,
+ -mythweather-0.22_p22763.ebuild, +mythweather-0.22_p22763-r1.ebuild:
+ Patch from Jerry McDonald <gentoo@...> 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
*mythweather-0.22_p22763 (08 Nov 2009)
1.1 media-plugins/mythweather/mythweather-0.22_p22763-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.22_p22763-r1.ebuild?rev=1.1&view=markup
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
Index: mythweather-0.22_p22763-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
EAPI=2
inherit qt4 mythtv-plugins
DESCRIPTION="Weather forecast module for MythTV."
IUSE=""
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="dev-perl/DateManip
dev-perl/ImageSize
dev-perl/SOAP-Lite
dev-perl/XML-Simple
dev-perl/XML-Parser
dev-perl/XML-SAX"
src_install() {
mythtv-plugins_src_install
# correct permissions so MythWeather is actually usable
fperms 755 /usr/share/mythtv/mythweather/scripts/*/*.pl
}
1.1 media-plugins/mythweather/mythweather-0.21_p20069-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.21_p20069-r1.ebuild?rev=1.1&view=markup
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
Index: mythweather-0.21_p20069-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
EAPI=2
inherit qt3 mythtv-plugins
DESCRIPTION="Weather forecast module for MythTV."
IUSE=""
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="dev-perl/DateManip
dev-perl/ImageSize
dev-perl/SOAP-Lite
dev-perl/XML-Simple
dev-perl/XML-Parser
dev-perl/XML-SAX"
src_prepare() {
epatch "${FILESDIR}/${P}-nws-parse-fix.patch"
}
src_install() {
mythtv-plugins_src_install
# correct permissions so MythWeather is actually usable
fperms 755 /usr/share/mythtv/mythweather/scripts/*/*.pl
}
|
|