diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-01-22 07:52:26 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-01-22 07:52:26 +0000 |
commit | ce067a7cf346e538eac7dc0008f9f3901f6d4077 (patch) | |
tree | f809265eacfab58f2b64a02551698da26a3f8aeb /media-plugins/mythvideo | |
parent | Stable on x86; bug #119722 (diff) | |
download | gentoo-2-ce067a7cf346e538eac7dc0008f9f3901f6d4077.tar.gz gentoo-2-ce067a7cf346e538eac7dc0008f9f3901f6d4077.tar.bz2 gentoo-2-ce067a7cf346e538eac7dc0008f9f3901f6d4077.zip |
Providing testing SVN snapshot
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/mythvideo/Manifest | 6 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.19_pre8642 | 1 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.19_pre8642.ebuild | 20 |
4 files changed, 33 insertions, 4 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index f83ff3865076..bbdeee9b877d 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,12 @@ # 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.30 2005/07/27 11:16:20 pvdabeel Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.31 2006/01/22 07:51:32 cardoe Exp $ + +*mythvideo-0.19_pre8642 (22 Jan 2006) + + 22 Jan 2006; Doug Goldstein <cardoe@gentoo.org> + +mythvideo-0.19_pre8642.ebuild: + Providing testing SVN snapshot 27 Jul 2005; Pieter Van den Abeele <pvdabeel@gentoo.org> mythvideo-0.18.1.ebuild: diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest index 45f39a92fcc1..554ebf53295a 100644 --- a/media-plugins/mythvideo/Manifest +++ b/media-plugins/mythvideo/Manifest @@ -1,4 +1,6 @@ -MD5 dc25a56399c0da61c1b92db7acbe9358 ChangeLog 4951 +MD5 4bbc15f445749ebed7a1ac7af2796b0b ChangeLog 5108 +MD5 8739e9d1295223762426254acdc96551 files/digest-mythvideo-0.18.1 72 +MD5 7c30adab29ed6174c066f414eaae61aa files/digest-mythvideo-0.19_pre8642 78 MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 MD5 a6b1efa4ffe8db954df9c487f137c061 mythvideo-0.18.1.ebuild 622 -MD5 8739e9d1295223762426254acdc96551 files/digest-mythvideo-0.18.1 72 +MD5 4ecd6565839be25f386b0c5109cd5ddc mythvideo-0.19_pre8642.ebuild 582 diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.19_pre8642 b/media-plugins/mythvideo/files/digest-mythvideo-0.19_pre8642 new file mode 100644 index 000000000000..e0399cc71aa3 --- /dev/null +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.19_pre8642 @@ -0,0 +1 @@ +MD5 3a31877ecd35563ec49757d0b9996dce mythplugins-0.19_pre8642.tar.bz2 9886301 diff --git a/media-plugins/mythvideo/mythvideo-0.19_pre8642.ebuild b/media-plugins/mythvideo/mythvideo-0.19_pre8642.ebuild new file mode 100644 index 000000000000..cb0d6813382a --- /dev/null +++ b/media-plugins/mythvideo/mythvideo-0.19_pre8642.ebuild @@ -0,0 +1,20 @@ +# 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_pre8642.ebuild,v 1.1 2006/01/22 07:51:32 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Video player module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="mirror://gentoo/mythplugins-${PV}.tar.bz2" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-perl/libwww-perl + dev-perl/HTML-Parser + dev-perl/URI + dev-perl/XML-Simple + ~media-tv/mythtv-${PV} + media-video/mplayer" |