diff options
author | Matteo Azzali <mattepiu@gentoo.org> | 2007-03-12 19:50:14 +0000 |
---|---|---|
committer | Matteo Azzali <mattepiu@gentoo.org> | 2007-03-12 19:50:14 +0000 |
commit | eec5411be907333058e456f99a7673c4d593a59a (patch) | |
tree | 20672a09f8ed74c20c16abe92639d42608449ce6 /media-tv | |
parent | stable x86, bug 170599 (diff) | |
download | gentoo-2-eec5411be907333058e456f99a7673c4d593a59a.tar.gz gentoo-2-eec5411be907333058e456f99a7673c4d593a59a.tar.bz2 gentoo-2-eec5411be907333058e456f99a7673c4d593a59a.zip |
Fixed na_dd script as per bug #170535 ,na_dd users please re-emerge xmltv.
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/xmltv/ChangeLog | 9 | ||||
-rw-r--r-- | media-tv/xmltv/files/xmltv-na_dd-xmltwig.patch | 10 | ||||
-rw-r--r-- | media-tv/xmltv/xmltv-0.5.44.ebuild | 5 | ||||
-rw-r--r-- | media-tv/xmltv/xmltv-0.5.45.ebuild | 5 |
4 files changed, 23 insertions, 6 deletions
diff --git a/media-tv/xmltv/ChangeLog b/media-tv/xmltv/ChangeLog index 0317f7a6d870..831b03ac95c7 100644 --- a/media-tv/xmltv/ChangeLog +++ b/media-tv/xmltv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/xmltv -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.65 2006/12/23 16:46:48 mattepiu Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.66 2007/03/12 19:50:14 mattepiu Exp $ + + 12 Mar 2007; Matteo Azzali <mattepiu@gentoo.org> + +files/xmltv-na_dd-xmltwig.patch, xmltv-0.5.44.ebuild, + xmltv-0.5.45.ebuild: + Fixed na_dd script as per bug #170535 ,na_dd users please re-emerge xmltv. *xmltv-0.5.45 (23 Dec 2006) diff --git a/media-tv/xmltv/files/xmltv-na_dd-xmltwig.patch b/media-tv/xmltv/files/xmltv-na_dd-xmltwig.patch new file mode 100644 index 000000000000..285f03e19cea --- /dev/null +++ b/media-tv/xmltv/files/xmltv-na_dd-xmltwig.patch @@ -0,0 +1,10 @@ +--- grab/na_dd/tv_grab_na_dd.in.orig 2006-11-29 18:06:47.000000000 +0100 ++++ grab/na_dd/tv_grab_na_dd.in 2007-03-12 16:17:56.000000000 +0100 +@@ -737,7 +737,6 @@ + # + $twig=XML::Twig->new( + twig_roots => { HTML => 1, message => 1, xtvd =>1}, +- ignore_elts => { schedules => 1 }, + twig_handlers => + { + HTML => sub { diff --git a/media-tv/xmltv/xmltv-0.5.44.ebuild b/media-tv/xmltv/xmltv-0.5.44.ebuild index 8dfe9dcf7e6f..cc8045d77cde 100644 --- a/media-tv/xmltv/xmltv-0.5.44.ebuild +++ b/media-tv/xmltv/xmltv-0.5.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.44.ebuild,v 1.10 2006/12/10 17:47:48 mattepiu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.44.ebuild,v 1.11 2007/03/12 19:50:14 mattepiu Exp $ inherit eutils perl-module @@ -138,6 +138,7 @@ src_unpack() { unpack "${A}" cd "${S}" + epatch ${FILESDIR}/xmltv-na_dd-xmltwig.patch } src_compile() { diff --git a/media-tv/xmltv/xmltv-0.5.45.ebuild b/media-tv/xmltv/xmltv-0.5.45.ebuild index 956903675a81..55b0d89ca401 100644 --- a/media-tv/xmltv/xmltv-0.5.45.ebuild +++ b/media-tv/xmltv/xmltv-0.5.45.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.45.ebuild,v 1.1 2006/12/23 16:46:48 mattepiu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.45.ebuild,v 1.2 2007/03/12 19:50:14 mattepiu Exp $ inherit eutils perl-module @@ -139,6 +139,7 @@ src_unpack() { unpack "${A}" cd "${S}" + epatch ${FILESDIR}/xmltv-na_dd-xmltwig.patch } src_compile() { |