summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2011-07-28 21:13:34 +0000
committerDoug Goldstein <cardoe@gentoo.org>2011-07-28 21:13:34 +0000
commit0d2df023400bea28ce3c78bffcb6fae72a588779 (patch)
tree0c319e18d01b9c6d3f7f0de349c14a3a4e7143f3 /media-plugins/mythvideo/mythvideo-0.22_p22991.ebuild
parentEAPI change. Fixed calls to python_mod_{optimize,cleanup} (diff)
downloadhistorical-0d2df023400bea28ce3c78bffcb6fae72a588779.tar.gz
historical-0d2df023400bea28ce3c78bffcb6fae72a588779.tar.bz2
historical-0d2df023400bea28ce3c78bffcb6fae72a588779.zip
Cull old versions
Package-Manager: portage-2.1.10.7/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/mythvideo/mythvideo-0.22_p22991.ebuild')
-rw-r--r--media-plugins/mythvideo/mythvideo-0.22_p22991.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/media-plugins/mythvideo/mythvideo-0.22_p22991.ebuild b/media-plugins/mythvideo/mythvideo-0.22_p22991.ebuild
deleted file mode 100644
index 538488cbc849..000000000000
--- a/media-plugins/mythvideo/mythvideo-0.22_p22991.ebuild
+++ /dev/null
@@ -1,53 +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/mythvideo/mythvideo-0.22_p22991.ebuild,v 1.2 2011/03/31 15:24:13 ssuominen Exp $
-
-EAPI=2
-
-inherit qt4 mythtv-plugins
-
-DESCRIPTION="Video player module for MythTV."
-IUSE="+jamu"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="dev-perl/libwww-perl
- dev-perl/HTML-Parser
- dev-perl/URI
- dev-perl/XML-Simple
- virtual/eject
- jamu? ( >=dev-python/imdbpy-3.8
- >=dev-python/mysql-python-1.2.2
- media-tv/mythtv[python] )"
-DEPEND=""
-
-src_install() {
- mythtv-plugins_src_install
-
- newinitd "${FILESDIR}"/mtd.init.d mtd
-
- # correct permissions so MythVideo is actually usable
- fperms 755 /usr/share/mythtv/mythvideo/scripts/*.pl
- fperms 755 /usr/share/mythtv/mythvideo/scripts/*.py
-
- # setup JAMU cron jobs
- if use jamu; then
- exeinto /etc/cron.daily
- newexe "${FILESDIR}/mythvideo.daily" mythvideo || die
- exeinto /etc/cron.hourly
- newexe "${FILESDIR}/mythvideo.hourly" mythvideo || die
- exeinto /etc/cron.weekly
- newexe "${FILESDIR}/mythvideo.weekly" mythvideo || die
- insinto /home/mythtv/.mythtv/
- newins mythvideo/scripts/jamu-example.conf jamu.conf || die
- fi
-}
-
-pkg_postinst() {
- elog "MythVideo can use any media player to playback files if you"
- elog "are *NOT* using Storage Groups. If you are using Storage"
- elog "Groups, you *MUST* use the Internal player."
- elog
- elog "Otherwise, you can install mplayer, xine or any other video"
- elog "player and use that instead by configuring the player to use."
- elog "The default is 'Internal'."
-}