summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-04-20 00:11:19 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-04-20 00:11:19 +0000
commit7030e71af8de2a75e7524a1f74a7ca0b3a2b1e21 (patch)
tree08b3dabe3788835b1cf0aec2f58ed4b445f34b36 /media-plugins
parentremove old version (diff)
downloadgentoo-2-7030e71af8de2a75e7524a1f74a7ca0b3a2b1e21.tar.gz
gentoo-2-7030e71af8de2a75e7524a1f74a7ca0b3a2b1e21.tar.bz2
gentoo-2-7030e71af8de2a75e7524a1f74a7ca0b3a2b1e21.zip
remove old version
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythdvd/ChangeLog5
-rw-r--r--media-plugins/mythdvd/files/digest-mythdvd-0.193
-rw-r--r--media-plugins/mythdvd/mythdvd-0.19.ebuild30
3 files changed, 4 insertions, 34 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog
index d2f47be72d74..9664dc4b9af9 100644
--- a/media-plugins/mythdvd/ChangeLog
+++ b/media-plugins/mythdvd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythdvd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.38 2007/03/19 14:52:33 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.39 2007/04/20 00:11:19 cardoe Exp $
+
+ 20 Apr 2007; Doug Goldstein <cardoe@gentoo.org> -mythdvd-0.19.ebuild:
+ remove old version
19 Mar 2007; Marius Mauch <genone@gentoo.org> mythdvd-0.19.ebuild,
mythdvd-0.20_p11329.ebuild:
diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.19 b/media-plugins/mythdvd/files/digest-mythdvd-0.19
deleted file mode 100644
index 016213b09192..000000000000
--- a/media-plugins/mythdvd/files/digest-mythdvd-0.19
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 201d60d5d60222038d8c97831f7e4288 mythplugins-0.19.tar.bz2 5418591
-RMD160 33e65196760476713cf91f1edf94b1e082475bfb mythplugins-0.19.tar.bz2 5418591
-SHA256 5dd3df0204bf22cbf5f9ee0a636bcbe4ea6fd8754dd23af78f35fc1feec8c0e7 mythplugins-0.19.tar.bz2 5418591
diff --git a/media-plugins/mythdvd/mythdvd-0.19.ebuild b/media-plugins/mythdvd/mythdvd-0.19.ebuild
deleted file mode 100644
index 76bed2319182..000000000000
--- a/media-plugins/mythdvd/mythdvd-0.19.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.19.ebuild,v 1.6 2007/03/19 14:52:33 genone Exp $
-
-inherit mythtv-plugins
-
-DESCRIPTION="DVD player module for MythTV."
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="transcode vcd"
-
-RDEPEND="~media-plugins/mythvideo-${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 dothe following"
- elog "rc-update add mtd default"
- elog "Make sure you run 'mtd -n' to setup mtd first"
- echo
-}