diff options
author | 2007-04-20 00:14:44 +0000 | |
---|---|---|
committer | 2007-04-20 00:14:44 +0000 | |
commit | b20ce061e6e6d84e11db24779a83244ad192142f (patch) | |
tree | 9966381e8333edd1b6d52f94262d20e88b6ac470 /media-plugins/mythdvd | |
parent | New version, fixes #174693. (diff) | |
download | historical-b20ce061e6e6d84e11db24779a83244ad192142f.tar.gz historical-b20ce061e6e6d84e11db24779a83244ad192142f.tar.bz2 historical-b20ce061e6e6d84e11db24779a83244ad192142f.zip |
remove old version
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'media-plugins/mythdvd')
-rw-r--r-- | media-plugins/mythdvd/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythdvd/files/digest-mythdvd-0.19 | 3 | ||||
-rw-r--r-- | media-plugins/mythdvd/mythdvd-0.19.ebuild | 30 |
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 -} |