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_p20069.ebuild ChangeLog mythweather-0.21_p17719.ebuild mythweather-0.21_p17105.ebuild
@ 2009-07-19  5:41 Doug Goldstein (cardoe)
  0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2009-07-19  5:41 UTC (permalink / raw
  To: gentoo-commits

cardoe      09/07/19 05:41:23

  Modified:             ChangeLog mythweather-0.21_p17719.ebuild
  Added:                mythweather-0.21_p20069.ebuild
  Removed:              mythweather-0.21_p17105.ebuild
  Log:
  new version bump. use new eclass bits. clean up old version.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 media-plugins/mythweather/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	23 Dec 2008 17:27:25 -0000	1.54
+++ ChangeLog	19 Jul 2009 05:41:23 -0000	1.55
@@ -1,6 +1,13 @@
 # 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.54 2008/12/23 17:27:25 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.55 2009/07/19 05:41:23 cardoe Exp $
+
+*mythweather-0.21_p20069 (19 Jul 2009)
+
+  19 Jul 2009; Doug Goldstein <cardoe@gentoo.org>
+  -mythweather-0.21_p17105.ebuild, mythweather-0.21_p17719.ebuild,
+  +mythweather-0.21_p20069.ebuild:
+  new version bump. use new eclass bits. clean up old version.
 
   23 Dec 2008; Markus Meier <maekke@gentoo.org>
   mythweather-0.21_p17719.ebuild:



1.5                  media-plugins/mythweather/mythweather-0.21_p17719.ebuild

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

Index: mythweather-0.21_p17719.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_p17719.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mythweather-0.21_p17719.ebuild	23 Dec 2008 17:27:25 -0000	1.4
+++ mythweather-0.21_p17719.ebuild	19 Jul 2009 05:41:23 -0000	1.5
@@ -1,8 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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_p17719.ebuild,v 1.4 2008/12/23 17:27:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_p17719.ebuild,v 1.5 2009/07/19 05:41:23 cardoe Exp $
 
-inherit mythtv-plugins subversion
+EAPI=2
+inherit qt3 mythtv-plugins
 
 DESCRIPTION="Weather forecast module for MythTV."
 IUSE=""



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

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

Index: mythweather-0.21_p20069.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.ebuild,v 1.1 2009/07/19 05:41:23 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"






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

only message in thread, other threads:[~2009-07-19  5:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-19  5:41 [gentoo-commits] gentoo-x86 commit in media-plugins/mythweather: mythweather-0.21_p20069.ebuild ChangeLog mythweather-0.21_p17719.ebuild mythweather-0.21_p17105.ebuild Doug Goldstein (cardoe)

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