diff options
author | Max Kalika <max@gentoo.org> | 2003-12-12 07:10:43 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2003-12-12 07:10:43 +0000 |
commit | c8d8dc7dbe586426b3762c96aaff803ff8506d6f (patch) | |
tree | 01ebd9be99b44aafef644dd2297fbb2065e705c7 /media-tv | |
parent | Reverted the last change (diff) | |
download | historical-c8d8dc7dbe586426b3762c96aaff803ff8506d6f.tar.gz historical-c8d8dc7dbe586426b3762c96aaff803ff8506d6f.tar.bz2 historical-c8d8dc7dbe586426b3762c96aaff803ff8506d6f.zip |
Disable tv_grab_sn checking, it is disabled in this release.
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/xmltv/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/xmltv/Manifest | 4 | ||||
-rw-r--r-- | media-tv/xmltv/xmltv-0.5.25.ebuild | 18 |
3 files changed, 17 insertions, 12 deletions
diff --git a/media-tv/xmltv/ChangeLog b/media-tv/xmltv/ChangeLog index 5df95ceed340..81c7728731a1 100644 --- a/media-tv/xmltv/ChangeLog +++ b/media-tv/xmltv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/xmltv # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.10 2003/12/03 07:53:58 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.11 2003/12/12 07:10:42 max Exp $ + +*xmltv-0.5.25 (11 Dec 2003) + + 11 Dec 2003; Max Kalika <max@gentoo.org> xmltv-0.5.25.ebuild: + Disable tv_grab_sn checking, it is disabled in this release. *xmltv-0.5.23 (02 Dec 2003) diff --git a/media-tv/xmltv/Manifest b/media-tv/xmltv/Manifest index d442a68e8c53..8c5eb4baf160 100644 --- a/media-tv/xmltv/Manifest +++ b/media-tv/xmltv/Manifest @@ -1,6 +1,6 @@ -MD5 40655b67f94b104b47a92f75ce82495d xmltv-0.5.25.ebuild 6095 +MD5 d5267a4a4b56482adfbcd38b99e21bd8 xmltv-0.5.25.ebuild 6130 MD5 7601529043af413db63e1e2f5dce9963 xmltv-0.5.24.ebuild 6087 -MD5 7eb0f5ddfbd22ad6ee0fc9762dc35df5 ChangeLog 5131 +MD5 00aebebfa3b9c0b4a418e28e826b7f35 ChangeLog 5288 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 ddac7baf10aa9e6cf24552f2566b2245 xmltv-0.5.23.ebuild 6058 MD5 dc434592be0863ac2e405460f0eb5819 files/digest-xmltv-0.5.23 65 diff --git a/media-tv/xmltv/xmltv-0.5.25.ebuild b/media-tv/xmltv/xmltv-0.5.25.ebuild index 0e8681ccbc42..03ae54ee3edf 100644 --- a/media-tv/xmltv/xmltv-0.5.25.ebuild +++ b/media-tv/xmltv/xmltv-0.5.25.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.25.ebuild,v 1.1 2003/12/11 21:22:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.25.ebuild,v 1.2 2003/12/12 07:10:42 max Exp $ inherit perl-module DESCRIPTION="Set of utilities to manage TV listings stored in the XMLTV format." HOMEPAGE="http://membled.com/work/apps/xmltv/" -SRC_URI="mirror://sourceforge/xmltv/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -19,12 +19,12 @@ KEYWORDS="~x86" # empty value, everything will be *enabled*. # # none: Don't enable any of the features below -# tv_grab_de: Germany and Austria listing grabbers +# tv_grab_de: Germany and Austria listing grabbers (disabled) # tv_grab_uk: Britain listings grabber # tv_grab_uk_rt: Alternate Britain listings grabber # tv_grab_it: Italy listings grabber # tv_grab_na: North America listings grabber -# tv_grab_sn: Sweden and Norway listings grabber +# tv_grab_sn: Sweden and Norway listings grabber (disabled) # tv_grab_nz: New Zealand listings grabber # tv_grab_fi: Finland listings grabber # tv_grab_es: Spain listings grabber @@ -60,8 +60,8 @@ DEPEND=">=sys-apps/sed-4 DEPEND="${DEPEND} dev-perl/perl-tk dev-perl/Tk-TableMatrix dev-perl/XML-Simple" # for tv_grab_na DEPEND="${DEPEND} >=dev-perl/HTML-Parser-3.34" -# for tv_grab_sn -DEPEND="${DEPEND} >=dev-perl/HTML-TableExtract-1.08" +# for tv_grab_sn (disabled) +#DEPEND="${DEPEND} >=dev-perl/HTML-TableExtract-1.08" # for tv_grab_nz DEPEND="${DEPEND} >=dev-lang/python-1.5.2" # for tv_grab_fi tv_grab_es tv_grab_nl tv_grab_nl_wolf tv_grab_hu tv_grab_dk @@ -101,7 +101,7 @@ make_config() { echo "no" fi - # Enable Germany and Austria (disabled currently) + # Enable Germany and Austria (disabled) #[ "`has tv_grab_de ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" # Enable Brittain [ "`has tv_grab_uk ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" @@ -111,8 +111,8 @@ make_config() { [ "`has tv_grab_it ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" # Enable North America [ "`has tv_grab_na ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" - # Enable Sweden and Norway - [ "`has tv_grab_sn ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + # Enable Sweden and Norway (disabled) + #[ "`has tv_grab_sn ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" # Enable New Zealand [ "`has tv_grab_nz ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" # Enable Finland |