summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-14 05:44:00 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-14 05:44:00 +0000
commitd99db17b864d3deab5fb7892912496366f4df9c9 (patch)
tree57ac94d9f6708f5f1445b6fa3ac04ecdcba2e3cd /media-plugins/mythvideo
parentAdding all MythTV plugins from the 0.20 series (diff)
downloadhistorical-d99db17b864d3deab5fb7892912496366f4df9c9.tar.gz
historical-d99db17b864d3deab5fb7892912496366f4df9c9.tar.bz2
historical-d99db17b864d3deab5fb7892912496366f4df9c9.zip
Rev bump. Updated both version to new eclass
Package-Manager: portage-2.1.1
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog8
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.203
-rw-r--r--media-plugins/mythvideo/mythvideo-0.19.ebuild6
-rw-r--r--media-plugins/mythvideo/mythvideo-0.20.ebuild16
4 files changed, 27 insertions, 6 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index 8f4c6ad07557..cf568e0e9cea 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.35 2006/06/06 03:36:50 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.36 2006/09/14 05:38:04 cardoe Exp $
+
+*mythvideo-0.20 (14 Sep 2006)
+
+ 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythvideo-0.19.ebuild,
+ +mythvideo-0.20.ebuild:
+ Rev bump. Updated both version to new eclass
06 Jun 2006; Mark Loeser <halcy0n@gentoo.org>
+files/mythvideo-0.19-gcc41.patch, mythvideo-0.19.ebuild:
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20 b/media-plugins/mythvideo/files/digest-mythvideo-0.20
new file mode 100644
index 000000000000..731e91a2f5bc
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20
@@ -0,0 +1,3 @@
+MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
+RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
+SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
diff --git a/media-plugins/mythvideo/mythvideo-0.19.ebuild b/media-plugins/mythvideo/mythvideo-0.19.ebuild
index fb19d54c564e..ef5cf28aa1d9 100644
--- a/media-plugins/mythvideo/mythvideo-0.19.ebuild
+++ b/media-plugins/mythvideo/mythvideo-0.19.ebuild
@@ -1,15 +1,11 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19.ebuild,v 1.4 2006/06/06 03:36:50 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19.ebuild,v 1.5 2006/09/14 05:38:04 cardoe Exp $
inherit eutils mythtv-plugins
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="~amd64 ppc ~x86"
RDEPEND="dev-perl/libwww-perl
diff --git a/media-plugins/mythvideo/mythvideo-0.20.ebuild b/media-plugins/mythvideo/mythvideo-0.20.ebuild
new file mode 100644
index 000000000000..eea8fc6496a2
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.20.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20.ebuild,v 1.1 2006/09/14 05:38:04 cardoe Exp $
+
+inherit mythtv-plugins
+
+DESCRIPTION="Video player module for MythTV."
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="dev-perl/libwww-perl
+ dev-perl/HTML-Parser
+ dev-perl/URI
+ dev-perl/XML-Simple
+ media-video/mplayer"
+DEPEND="${RDEPEND}"