summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-10-15 15:41:11 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-10-15 15:41:11 +0000
commit6d02ea728ab1afe400d6601eb360c6e2cb23e1fe (patch)
tree45e7082b7dd20253f38847497584c9a198646d9e /media-plugins/mythdvd
parentremove old version (diff)
downloadgentoo-2-6d02ea728ab1afe400d6601eb360c6e2cb23e1fe.tar.gz
gentoo-2-6d02ea728ab1afe400d6601eb360c6e2cb23e1fe.tar.bz2
gentoo-2-6d02ea728ab1afe400d6601eb360c6e2cb23e1fe.zip
remove old versions
(Portage version: 2.1.3.13)
Diffstat (limited to 'media-plugins/mythdvd')
-rw-r--r--media-plugins/mythdvd/ChangeLog6
-rw-r--r--media-plugins/mythdvd/files/digest-mythdvd-0.20.13
-rw-r--r--media-plugins/mythdvd/files/digest-mythdvd-0.20.1_p141460
-rw-r--r--media-plugins/mythdvd/mythdvd-0.20.1.ebuild30
-rw-r--r--media-plugins/mythdvd/mythdvd-0.20.1_p14146.ebuild30
5 files changed, 5 insertions, 64 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog
index 2cafec208791..06f51d7911bc 100644
--- a/media-plugins/mythdvd/ChangeLog
+++ b/media-plugins/mythdvd/ChangeLog
@@ -1,6 +1,10 @@
# 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.47 2007/08/29 18:28:41 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.48 2007/10/15 15:41:11 cardoe Exp $
+
+ 15 Oct 2007; Doug Goldstein <cardoe@gentoo.org> -mythdvd-0.20.1.ebuild,
+ -mythdvd-0.20.1_p14146.ebuild:
+ remove old versions
29 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
mythdvd-0.20.2_p14282.ebuild:
diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.20.1 b/media-plugins/mythdvd/files/digest-mythdvd-0.20.1
deleted file mode 100644
index 2d8a71e36917..000000000000
--- a/media-plugins/mythdvd/files/digest-mythdvd-0.20.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e03aedc6a1dc2f9d28d599195d75d6fc mythplugins-0.20.1.tar.bz2 17425315
-RMD160 2cb935dd1af8142654dd41260e640db5bb4464ef mythplugins-0.20.1.tar.bz2 17425315
-SHA256 7a850fa22e831a3b33fd4715ba34bdc6e99c2f5a404dbb3414b99222bb075f04 mythplugins-0.20.1.tar.bz2 17425315
diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.20.1_p14146 b/media-plugins/mythdvd/files/digest-mythdvd-0.20.1_p14146
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/media-plugins/mythdvd/files/digest-mythdvd-0.20.1_p14146
+++ /dev/null
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
-}
diff --git a/media-plugins/mythdvd/mythdvd-0.20.1_p14146.ebuild b/media-plugins/mythdvd/mythdvd-0.20.1_p14146.ebuild
deleted file mode 100644
index d63e80760965..000000000000
--- a/media-plugins/mythdvd/mythdvd-0.20.1_p14146.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_p14146.ebuild,v 1.1 2007/08/07 16:32:58 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 )"
-
-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
-}