summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2010-06-10 14:54:05 +0000
committerDoug Goldstein <cardoe@gentoo.org>2010-06-10 14:54:05 +0000
commit0ff60ea74fa5ae786895b2fb3a059bed72e6734b (patch)
tree5e324e982fd273394f41ef4e6c14472d92d74b2b /media-plugins/mythweather
parentAdd experimental ebuild for MythTV 0.23 (diff)
downloadgentoo-2-0ff60ea74fa5ae786895b2fb3a059bed72e6734b.tar.gz
gentoo-2-0ff60ea74fa5ae786895b2fb3a059bed72e6734b.tar.bz2
gentoo-2-0ff60ea74fa5ae786895b2fb3a059bed72e6734b.zip
Add experimental ebuild for MythTV 0.23
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r--media-plugins/mythweather/ChangeLog8
-rw-r--r--media-plugins/mythweather/mythweather-0.23_p25065.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog
index e594dd28dd25..424c3cebbc77 100644
--- a/media-plugins/mythweather/ChangeLog
+++ b/media-plugins/mythweather/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythweather
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.60 2010/01/04 05:58:18 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.61 2010/06/10 14:54:05 cardoe Exp $
+
+*mythweather-0.23_p25065 (10 Jun 2010)
+
+ 10 Jun 2010; Doug Goldstein <cardoe@gentoo.org>
+ +mythweather-0.23_p25065.ebuild:
+ Add experimental ebuild for MythTV 0.23
*mythweather-0.22_p22991 (04 Jan 2010)
diff --git a/media-plugins/mythweather/mythweather-0.23_p25065.ebuild b/media-plugins/mythweather/mythweather-0.23_p25065.ebuild
new file mode 100644
index 000000000000..5ffdbe4b46e7
--- /dev/null
+++ b/media-plugins/mythweather/mythweather-0.23_p25065.ebuild
@@ -0,0 +1,24 @@
+# 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
+}