summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-05-20 03:17:12 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-05-20 03:17:12 +0000
commit95641fba9fc6725133a7d0c25b538cce55c80b15 (patch)
tree2bb6f21747d2d084d76d5f73f595981d213aeca1 /media-plugins/mythvideo
parentImport patches from Redhat to resolve #93215. (diff)
downloadgentoo-2-95641fba9fc6725133a7d0c25b538cce55c80b15.tar.gz
gentoo-2-95641fba9fc6725133a7d0c25b538cce55c80b15.tar.bz2
gentoo-2-95641fba9fc6725133a7d0c25b538cce55c80b15.zip
rev bump; switch to new eclass; cleanups
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog7
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.18.11
-rw-r--r--media-plugins/mythvideo/mythvideo-0.18.1.ebuild20
3 files changed, 27 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index bc61f77351e7..efa0e34c1da9 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.23 2005/04/18 07:55:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.24 2005/05/20 03:17:12 cardoe Exp $
+
+*mythvideo-0.18.1 (20 May 2005)
+
+ 20 May 2005; Doug Goldstein <cardoe@gentoo.org> +mythvideo-0.18.1.ebuild:
+ rev bump; switch to new eclass; cleanups
*mythvideo-0.18 (18 Apr 2005)
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.18.1 b/media-plugins/mythvideo/files/digest-mythvideo-0.18.1
new file mode 100644
index 000000000000..204d389e2528
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.18.1
@@ -0,0 +1 @@
+MD5 1d94d19e2a13c24a408ced9b6c4f5b47 mythplugins-0.18.1.tar.bz2 2523885
diff --git a/media-plugins/mythvideo/mythvideo-0.18.1.ebuild b/media-plugins/mythvideo/mythvideo-0.18.1.ebuild
new file mode 100644
index 000000000000..b0dcfa85fc53
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.18.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.18.1.ebuild,v 1.1 2005/05/20 03:17:12 cardoe Exp $
+
+inherit mythtv-plugins eutils
+
+DESCRIPTION="Video player module for MythTV."
+HOMEPAGE="http://www.mythtv.org/"
+SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="dev-perl/libwww-perl
+ dev-perl/HTML-Parser
+ dev-perl/URI
+ dev-perl/XML-Simple
+ ~media-tv/mythtv-${PV}
+ || ( media-video/mplayer media-video/xine-ui )"