public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/mythweather: mythweather-0.21_pre15448.ebuild ChangeLog mythweather-0.21_pre15669.ebuild
@ 2008-01-29 21:29 Doug Klima (cardoe)
  0 siblings, 0 replies; only message in thread
From: Doug Klima (cardoe) @ 2008-01-29 21:29 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/01/29 21:29:08

  Modified:             mythweather-0.21_pre15448.ebuild ChangeLog
  Added:                mythweather-0.21_pre15669.ebuild
  Log:
  add additional perl deps from bug #208104. add newer trunk revision
  (Portage version: 2.1.4)

Revision  Changes    Path
1.3                  media-plugins/mythweather/mythweather-0.21_pre15448.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild?r1=1.2&r2=1.3

Index: mythweather-0.21_pre15448.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythweather-0.21_pre15448.ebuild	17 Jan 2008 15:33:11 -0000	1.2
+++ mythweather-0.21_pre15448.ebuild	29 Jan 2008 21:29:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild,v 1.2 2008/01/17 15:33:11 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild,v 1.3 2008/01/29 21:29:07 cardoe Exp $
 
 inherit mythtv-plugins subversion
 
@@ -10,4 +10,7 @@
 
 DEPEND="dev-perl/DateManip
 	dev-perl/ImageSize
-	dev-perl/SOAP-Lite"
+	dev-perl/SOAP-Lite
+	dev-perl/XML-Simple
+	dev-perl/XML-Parser
+	dev-perl/XML-Sax"



1.46                 media-plugins/mythweather/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	17 Jan 2008 15:33:11 -0000	1.45
+++ ChangeLog	29 Jan 2008 21:29:07 -0000	1.46
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythweather
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.45 2008/01/17 15:33:11 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.46 2008/01/29 21:29:07 cardoe Exp $
+
+*mythweather-0.21_pre15669 (29 Jan 2008)
+
+  29 Jan 2008; Doug Klima <cardoe@gentoo.org>
+  mythweather-0.21_pre15448.ebuild, +mythweather-0.21_pre15669.ebuild:
+  add additional perl deps from bug #208104. add newer trunk revision
 
   17 Jan 2008; Doug Klima <cardoe@gentoo.org>
   mythweather-0.21_pre15448.ebuild:



1.1                  media-plugins/mythweather/mythweather-0.21_pre15669.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild?rev=1.1&content-type=text/plain

Index: mythweather-0.21_pre15669.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild,v 1.1 2008/01/29 21:29:07 cardoe Exp $

inherit mythtv-plugins subversion

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"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-29 21:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 21:29 [gentoo-commits] gentoo-x86 commit in media-plugins/mythweather: mythweather-0.21_pre15448.ebuild ChangeLog mythweather-0.21_pre15669.ebuild Doug Klima (cardoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox