diff options
author | 2008-01-24 16:02:00 +0000 | |
---|---|---|
committer | 2008-01-24 16:02:00 +0000 | |
commit | 2fe3589e5c30b01c05d27bb2e45de9631339695a (patch) | |
tree | e489e36307c1ee8552ce901498aae622b701ade3 /media-plugins/mythflix | |
parent | upstream merged --as-needed fixes from ticket #2402 for 0.20.2. new trunk (0.... (diff) | |
download | gentoo-2-2fe3589e5c30b01c05d27bb2e45de9631339695a.tar.gz gentoo-2-2fe3589e5c30b01c05d27bb2e45de9631339695a.tar.bz2 gentoo-2-2fe3589e5c30b01c05d27bb2e45de9631339695a.zip |
various upstream fixes that take care of 9 upstream bugs
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins/mythflix')
-rw-r--r-- | media-plugins/mythflix/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythflix/files/digest-mythflix-0.20.2_p15488 | 0 | ||||
-rw-r--r-- | media-plugins/mythflix/mythflix-0.20.2_p15488.ebuild | 9 |
3 files changed, 16 insertions, 1 deletions
diff --git a/media-plugins/mythflix/ChangeLog b/media-plugins/mythflix/ChangeLog index 24500853f5c8..4d44a05dd6af 100644 --- a/media-plugins/mythflix/ChangeLog +++ b/media-plugins/mythflix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythflix # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/ChangeLog,v 1.14 2008/01/15 16:01:51 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/ChangeLog,v 1.15 2008/01/24 16:01:59 cardoe Exp $ + +*mythflix-0.20.2_p15488 (24 Jan 2008) + + 24 Jan 2008; Doug Klima <cardoe@gentoo.org> + +mythflix-0.20.2_p15488.ebuild: + various upstream fixes that take care of 9 upstream bugs *mythflix-0.21_pre15448 (15 Jan 2008) diff --git a/media-plugins/mythflix/files/digest-mythflix-0.20.2_p15488 b/media-plugins/mythflix/files/digest-mythflix-0.20.2_p15488 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mythflix/files/digest-mythflix-0.20.2_p15488 diff --git a/media-plugins/mythflix/mythflix-0.20.2_p15488.ebuild b/media-plugins/mythflix/mythflix-0.20.2_p15488.ebuild new file mode 100644 index 000000000000..b199d72a5ef0 --- /dev/null +++ b/media-plugins/mythflix/mythflix-0.20.2_p15488.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/mythflix-0.20.2_p15488.ebuild,v 1.1 2008/01/24 16:01:59 cardoe Exp $ + +inherit mythtv-plugins subversion + +DESCRIPTION="NetFlix manager via MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" |