summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-01-13 22:37:25 +0000
committerSteve Dibb <beandog@gentoo.org>2009-01-13 22:37:25 +0000
commite7097871b442d5a15ffc1ec4c7599dbf6e6228a5 (patch)
tree05cc08381f56017cf6d76280f6672742cabd06bf /media-plugins
parentBump kde to 4.1.4 (diff)
downloadgentoo-2-e7097871b442d5a15ffc1ec4c7599dbf6e6228a5.tar.gz
gentoo-2-e7097871b442d5a15ffc1ec4c7599dbf6e6228a5.tar.bz2
gentoo-2-e7097871b442d5a15ffc1ec4c7599dbf6e6228a5.zip
Remove MythTV 0.20.x
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythdvd/Manifest11
-rw-r--r--media-plugins/mythdvd/mythdvd-0.20.2_p14282.ebuild31
2 files changed, 0 insertions, 42 deletions
diff --git a/media-plugins/mythdvd/Manifest b/media-plugins/mythdvd/Manifest
index e1df9c5d8555..eb7cea83fdba 100644
--- a/media-plugins/mythdvd/Manifest
+++ b/media-plugins/mythdvd/Manifest
@@ -1,15 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
AUX mtd.init 577 RMD160 6e59a47874ece47bdac7b9dc7e0f2e1f03348429 SHA1 ed7b161ba64453946a6ccbbb05ee206cc52b006c SHA256 a4c958b689b99177baf486907f0d83b2d8ff8b72cd371fc29d1ff1f3636a512e
-EBUILD mythdvd-0.20.2_p14282.ebuild 818 RMD160 8f2da23a7da74193b9a3cfb89a7e953d0c1369ff SHA1 938fd15696ddd6e1994c1027c68d5f23f5dcb080 SHA256 6fc6f8313d67e9c4d793654527c5bdcb56eaf6654d7357eb53cf6d210917b947
EBUILD mythdvd-0.21.ebuild 502 RMD160 c049aad4fc00b8d93d7a626d75a04b2d111e9cd6 SHA1 478a5aa663e6f76d8a13de24e8efcd57ea28dd23 SHA256 e10b8224666d3185203c950ddab6300cab3025d70510de73a68a8c4a41af7621
MISC ChangeLog 6936 RMD160 d84e17fa98732a75af70f96a5289ee8f7d33c532 SHA1 17c23ea94b4f999817803daf38940731794b33cc SHA256 4e4e822cb2a7bb1aa4718055c43f945b0415faffda4fffb7559b34ac6316ce63
MISC metadata.xml 301 RMD160 4b68ef80957106b4289f4c60d8c9425bb3ae1c14 SHA1 b9526451145de8dfa7d0b987122e124af5b6ae06 SHA256 8044aa61d5bc12c5e0cc25e68d3eb29ceb8d7755c98d34c26099ede9f3e47605
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.9 (GNU/Linux)
-
-iEYEARECAAYFAklRHhUACgkQkKaRLQcq0GLglQCgr7dzXB0uK2IyBYXy1PBBTlMW
-rWEAni2X24zWaOzW3n4a6rdhPprg0ZDH
-=hihb
------END PGP SIGNATURE-----
diff --git a/media-plugins/mythdvd/mythdvd-0.20.2_p14282.ebuild b/media-plugins/mythdvd/mythdvd-0.20.2_p14282.ebuild
deleted file mode 100644
index 37187e155f76..000000000000
--- a/media-plugins/mythdvd/mythdvd-0.20.2_p14282.ebuild
+++ /dev/null
@@ -1,31 +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.2_p14282.ebuild,v 1.3 2007/08/29 18:28:41 cardoe Exp $
-
-inherit mythtv-plugins subversion
-
-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 )
- sys-apps/eject"
-
-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
-}