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 | c5136e5c0b29c8bbdf6a04d90eb1f494cda1df3e (patch) | |
tree | 9b0d3bee6dc1ae11efd2a89dd41fc4f768e6161e /media-plugins/mythvideo | |
parent | Add support for gentoo-prefix by patching IMakefile (bug #406193). Add ~amd64... (diff) | |
download | historical-c5136e5c0b29c8bbdf6a04d90eb1f494cda1df3e.tar.gz historical-c5136e5c0b29c8bbdf6a04d90eb1f494cda1df3e.tar.bz2 historical-c5136e5c0b29c8bbdf6a04d90eb1f494cda1df3e.zip |
Remove old version
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild | 56 |
2 files changed, 5 insertions, 57 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 7f7da68faf9c..692da2da756b 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythvideo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.98 2012/01/07 03:41:12 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.99 2012/03/08 02:37:48 cardoe Exp $ + + 07 Mar 2012; Doug Goldstein <cardoe@gentoo.org> + -mythvideo-0.23.1_p26407.ebuild: + Remove old version *mythvideo-0.24.1_p20110524 (07 Jan 2012) diff --git a/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild b/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild deleted file mode 100644 index 6fb2b820f012..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild +++ /dev/null @@ -1,56 +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.23.1_p26407.ebuild,v 1.3 2011/07/08 16:44:15 cardoe 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/imaging - >=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 - 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'." -} |