summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/mythdvd/mythdvd-0.20.1.ebuild')
-rw-r--r--media-plugins/mythdvd/mythdvd-0.20.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-plugins/mythdvd/mythdvd-0.20.1.ebuild b/media-plugins/mythdvd/mythdvd-0.20.1.ebuild
deleted file mode 100644
index cf6c201d017f..000000000000
--- a/media-plugins/mythdvd/mythdvd-0.20.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20.1.ebuild,v 1.3 2007/07/10 23:11:31 mr_bones_ Exp $
-
-inherit mythtv-plugins
-
-DESCRIPTION="DVD player module for MythTV."
-KEYWORDS="amd64 ppc x86"
-IUSE="transcode vcd"
-
-RDEPEND="=media-plugins/mythvideo-${MY_PV}*
- transcode? ( media-video/transcode
- media-libs/libdvdread )"
-
-MTVCONF="$(use_enable transcode)
- $(use_enable vcd)"
-
-src_install() {
- mythtv-plugins_src_install
-
- newinitd "${FILESDIR}"/mtd.init mtd
-}
-
-pkg_postinst() {
- echo
- elog "To have Myth Transcode Daemon (mtd) start on boot do the following"
- elog "rc-update add mtd default"
- elog "Make sure you run 'mtd -n' to setup mtd first"
- echo
-}