diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-27 16:04:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-07-27 16:04:50 +0000 |
commit | a44c0568d8e64009e76113d72eb3b4ccb1296b2b (patch) | |
tree | c96547ba5ece3f2701165816677ab00586fea1a5 /media-plugins/mythnetvision | |
parent | Update to version that properly identifies itself as 0.23.1 (diff) | |
download | historical-a44c0568d8e64009e76113d72eb3b4ccb1296b2b.tar.gz historical-a44c0568d8e64009e76113d72eb3b4ccb1296b2b.tar.bz2 historical-a44c0568d8e64009e76113d72eb3b4ccb1296b2b.zip |
Update to version that properly identifies itself as 0.23.1
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/mythnetvision')
-rw-r--r-- | media-plugins/mythnetvision/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythnetvision/mythnetvision-0.23.1_p25396.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/media-plugins/mythnetvision/ChangeLog b/media-plugins/mythnetvision/ChangeLog index 392a39f5e6df..108b2152a846 100644 --- a/media-plugins/mythnetvision/ChangeLog +++ b/media-plugins/mythnetvision/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythnetvision # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v 1.3 2010/06/23 19:40:46 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v 1.4 2010/07/27 16:01:57 cardoe Exp $ + +*mythnetvision-0.23.1_p25396 (27 Jul 2010) + + 27 Jul 2010; Doug Goldstein <cardoe@gentoo.org> + +mythnetvision-0.23.1_p25396.ebuild: + Update to version that properly identifies itself as 0.23.1 23 Jun 2010; Mark Loeser <halcy0n@gentoo.org> mythnetvision-0.23_p25065.ebuild: diff --git a/media-plugins/mythnetvision/mythnetvision-0.23.1_p25396.ebuild b/media-plugins/mythnetvision/mythnetvision-0.23.1_p25396.ebuild new file mode 100644 index 000000000000..4c414bc05e84 --- /dev/null +++ b/media-plugins/mythnetvision/mythnetvision-0.23.1_p25396.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23.1_p25396.ebuild,v 1.1 2010/07/27 16:01:57 cardoe Exp $ + +EAPI=2 + +PYTHON_DEPEND="2:2.5" + +inherit qt4 mythtv-plugins python + +DESCRIPTION="MythTV Plugin for watching internet content" +IUSE="" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-python/pycurl-7.19.0 + >=dev-python/imdbpy-3.8 + >=dev-python/mysql-python-1.2.2 + media-tv/mythtv[python] + media-plugins/mythbrowser + www-plugins/adobe-flash" +DEPEND="media-plugins/mythbrowser" + +src_install() { + mythtv-plugins_src_install + + # Fix up permissions + fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.pl + fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.py +} |