summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-06-28 19:25:45 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-06-28 19:25:45 +0000
commit00e8107b65d1b86ec45a8cd3d6ac01765112ec60 (patch)
tree5c5c8e6fc52ecaa2fe8f9a55c7dd0aa15969e5df /media-plugins
parentnew mythvideo trunk version fixing issues in bug #178323 (diff)
downloadgentoo-2-00e8107b65d1b86ec45a8cd3d6ac01765112ec60.tar.gz
gentoo-2-00e8107b65d1b86ec45a8cd3d6ac01765112ec60.tar.bz2
gentoo-2-00e8107b65d1b86ec45a8cd3d6ac01765112ec60.zip
nuke old stable
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythvideo/ChangeLog6
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.20_p132396
-rw-r--r--media-plugins/mythvideo/mythvideo-0.20_p13239.ebuild26
3 files changed, 5 insertions, 33 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index cd2d09ad9980..835059f41444 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.51 2007/06/28 19:22:22 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.52 2007/06/28 19:25:45 cardoe Exp $
+
+ 28 Jun 2007; Doug Goldstein <cardoe@gentoo.org>
+ -mythvideo-0.20_p13239.ebuild:
+ nuke old stable
*mythvideo-0.21_pre13775 (28 Jun 2007)
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20_p13239 b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p13239
deleted file mode 100644
index fa08c4ee295f..000000000000
--- a/media-plugins/mythvideo/files/digest-mythvideo-0.20_p13239
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
-RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
-SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
-MD5 7a8d5d6bf665109d606c35fdb429ebe2 mythplugins-0.20_svn13239.patch.bz2 24897
-RMD160 28f08075ee851e62d32ca4dd4a91dc76be0b1ab2 mythplugins-0.20_svn13239.patch.bz2 24897
-SHA256 32cdb6e1617da7524a756769b71b35ebaa3ae2c71072e03a4b80532e7c2208b6 mythplugins-0.20_svn13239.patch.bz2 24897
diff --git a/media-plugins/mythvideo/mythvideo-0.20_p13239.ebuild b/media-plugins/mythvideo/mythvideo-0.20_p13239.ebuild
deleted file mode 100644
index 6e55c0839d48..000000000000
--- a/media-plugins/mythvideo/mythvideo-0.20_p13239.ebuild
+++ /dev/null
@@ -1,26 +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/mythvideo/mythvideo-0.20_p13239.ebuild,v 1.2 2007/04/30 02:06:04 cardoe Exp $
-
-inherit mythtv-plugins
-
-DESCRIPTION="Video player module for MythTV."
-IUSE="mplayer xine"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="dev-perl/libwww-perl
- dev-perl/HTML-Parser
- dev-perl/URI
- dev-perl/XML-Simple
- mplayer? ( || ( media-video/mplayer media-video/mplayer-bin ) )
- xine? ( media-video/xine-ui )"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
- elog "MythVideo can use any media player to playback files, since"
- elog "it's a setting in the setup menu."
- elog
- elog "MythTv also has an 'Internal' player you can use, though"
- elog "it will not support as many formats. If you want to use it,"
- elog "set the player to 'Internal' (note spelling & caps)."
-}