diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-01-29 21:29:08 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-01-29 21:29:08 +0000 |
commit | 5247fd3ddfce823f657c46f8698f0e4fa8781a3a (patch) | |
tree | 93a6e7511b64295b7ba73766ef22ee57c1d78b2b /media-plugins/mythweather | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-5247fd3ddfce823f657c46f8698f0e4fa8781a3a.tar.gz gentoo-2-5247fd3ddfce823f657c46f8698f0e4fa8781a3a.tar.bz2 gentoo-2-5247fd3ddfce823f657c46f8698f0e4fa8781a3a.zip |
add additional perl deps from bug #208104. add newer trunk revision
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins/mythweather')
4 files changed, 28 insertions, 3 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 9d51b0db05a5..2b5a611f2e2c 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -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: diff --git a/media-plugins/mythweather/files/digest-mythweather-0.21_pre15669 b/media-plugins/mythweather/files/digest-mythweather-0.21_pre15669 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mythweather/files/digest-mythweather-0.21_pre15669 diff --git a/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild b/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild index 5c4005fd798f..6855f23f2841 100644 --- a/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild +++ b/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild @@ -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 @@ KEYWORDS="~amd64 ~ppc ~x86" 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" diff --git a/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild b/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild new file mode 100644 index 000000000000..2e0e8d57cb23 --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild @@ -0,0 +1,16 @@ +# 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" |