diff options
Diffstat (limited to 'media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild')
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild b/media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild deleted file mode 100644 index aba0c3f7fe2f..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild,v 1.2 2009/11/08 04:43:50 cardoe Exp $ - -EAPI=2 - -inherit qt3 mythtv-plugins - -DESCRIPTION="Video player module for MythTV." -IUSE="" -KEYWORDS="amd64 ppc x86" - -RDEPEND="dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/URI - dev-perl/XML-Simple - sys-apps/eject" -DEPEND="" - -src_install() { - mythtv-plugins_src_install - - newinitd "${FILESDIR}"/mtd.init.d mtd -} - -pkg_postinst() { - elog "MythVideo can use any media player to playback files, since" - elog "it's a setting in the setup menu." - elog - elog "MythTV also has an 'Internal' player you can use, which will" - elog "be the default for new installs. If you want to use it," - elog "set the player to 'Internal' (note spelling & caps)." - elog - elog "Otherwise, you can install mplayer, xine or any other video" - elog "player and use that instead by configuring the player to use." -} |