diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-03-08 02:43:03 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-03-08 02:43:03 +0000 |
commit | 7e7b03a89730080d8def189451cec578f75fc01f (patch) | |
tree | 79efb60367577a3ad708b4998585b79e6cf513a9 /media-plugins/mythweather | |
parent | Remove old version (diff) | |
download | gentoo-2-7e7b03a89730080d8def189451cec578f75fc01f.tar.gz gentoo-2-7e7b03a89730080d8def189451cec578f75fc01f.tar.bz2 gentoo-2-7e7b03a89730080d8def189451cec578f75fc01f.zip |
Remove old version
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild | 26 |
2 files changed, 6 insertions, 28 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 2408efd9fb6d..87900a70fb8e 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,10 @@ # 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.68 2011/07/28 21:13:34 cardoe Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.69 2012/03/08 02:43:03 cardoe Exp $ + + 07 Mar 2012; Doug Goldstein <cardoe@gentoo.org> + -mythweather-0.23.1_p25396.ebuild: + Remove old version 28 Jul 2011; Doug Goldstein <cardoe@gentoo.org> -mythweather-0.22_p22763-r1.ebuild, -mythweather-0.22_p22991.ebuild, diff --git a/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild b/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild deleted file mode 100644 index 5ace8d8f3e6a..000000000000 --- a/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild,v 1.3 2011/07/19 20:35:46 cardoe Exp $ - -EAPI=2 -inherit qt4 mythtv-plugins - -DESCRIPTION="Weather forecast module for MythTV." -IUSE="" -KEYWORDS="amd64 x86" - -DEPEND="dev-perl/DateManip - dev-perl/DateTime-Format-ISO8601 - dev-perl/ImageSize - dev-perl/SOAP-Lite - dev-perl/XML-Simple - dev-perl/XML-Parser - dev-perl/XML-SAX - dev-perl/XML-XPath" - -src_install() { - mythtv-plugins_src_install - - # correct permissions so MythWeather is actually usable - fperms 755 /usr/share/mythtv/mythweather/scripts/*/*.pl -} |