diff options
author | 2011-07-28 21:13:34 +0000 | |
---|---|---|
committer | 2011-07-28 21:13:34 +0000 | |
commit | 00dbf1b76b3dd2496746fce333bbfa90272a15a1 (patch) | |
tree | 67aefabbd7cb3a6eab4ce89bc96c173ad39b2f7a /media-plugins/mythweather | |
parent | Cull old versions (diff) | |
download | gentoo-2-00dbf1b76b3dd2496746fce333bbfa90272a15a1.tar.gz gentoo-2-00dbf1b76b3dd2496746fce333bbfa90272a15a1.tar.bz2 gentoo-2-00dbf1b76b3dd2496746fce333bbfa90272a15a1.zip |
Cull old versions
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythweather')
4 files changed, 6 insertions, 73 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 626da52cd68f..2408efd9fb6d 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythweather # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.67 2011/07/19 20:35:46 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.68 2011/07/28 21:13:34 cardoe Exp $ + + 28 Jul 2011; Doug Goldstein <cardoe@gentoo.org> + -mythweather-0.22_p22763-r1.ebuild, -mythweather-0.22_p22991.ebuild, + -mythweather-0.23_p25065.ebuild: + Cull old versions 08 Jul 2011; Doug Goldstein <cardoe@gentoo.org> mythweather-0.23.1_p25396.ebuild: diff --git a/media-plugins/mythweather/mythweather-0.22_p22763-r1.ebuild b/media-plugins/mythweather/mythweather-0.22_p22763-r1.ebuild deleted file mode 100644 index 2ebe3ee617b5..000000000000 --- a/media-plugins/mythweather/mythweather-0.22_p22763-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -} diff --git a/media-plugins/mythweather/mythweather-0.22_p22991.ebuild b/media-plugins/mythweather/mythweather-0.22_p22991.ebuild deleted file mode 100644 index bf198f3aa7d4..000000000000 --- a/media-plugins/mythweather/mythweather-0.22_p22991.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.22_p22991.ebuild,v 1.3 2010/08/01 11:27:31 hwoarang 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 -} diff --git a/media-plugins/mythweather/mythweather-0.23_p25065.ebuild b/media-plugins/mythweather/mythweather-0.23_p25065.ebuild deleted file mode 100644 index 5ffdbe4b46e7..000000000000 --- a/media-plugins/mythweather/mythweather-0.23_p25065.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.23_p25065.ebuild,v 1.1 2010/06/10 14:54:05 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 -} |