diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-29 14:27:27 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-29 14:27:27 +0000 |
commit | 7bb5dad46ce15ddb313180d990e8f3f56bebc885 (patch) | |
tree | 046f62d6141154ad3b862f4ecd093c4b24c24203 /media-tv | |
parent | old (diff) | |
download | historical-7bb5dad46ce15ddb313180d990e8f3f56bebc885.tar.gz historical-7bb5dad46ce15ddb313180d990e8f3f56bebc885.tar.bz2 historical-7bb5dad46ce15ddb313180d990e8f3f56bebc885.zip |
Closing #65658
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/xmltv/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/xmltv/Manifest | 4 | ||||
-rw-r--r-- | media-tv/xmltv/files/digest-xmltv-0.5.35 | 1 | ||||
-rw-r--r-- | media-tv/xmltv/xmltv-0.5.35.ebuild | 210 |
4 files changed, 221 insertions, 2 deletions
diff --git a/media-tv/xmltv/ChangeLog b/media-tv/xmltv/ChangeLog index 406f2b138d24..98924feeea84 100644 --- a/media-tv/xmltv/ChangeLog +++ b/media-tv/xmltv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/xmltv # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.26 2004/09/11 10:33:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.27 2004/09/29 14:27:26 aliz Exp $ + +*xmltv-0.5.35 (29 Sep 2004) + + 29 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> xmltv-0.5.35.ebuild: + Version bump. Upstream fixed uk_rt, added uk_bleb and disabled pt. Closing + #65658. *xmltv-0.5.34-r1 (11 Sep 2004) diff --git a/media-tv/xmltv/Manifest b/media-tv/xmltv/Manifest index b4370ad9717c..6b85c42d077a 100644 --- a/media-tv/xmltv/Manifest +++ b/media-tv/xmltv/Manifest @@ -1,8 +1,10 @@ MD5 2bd2e1bb563b89bb1e710a25e5a443e8 xmltv-0.5.34.ebuild 6710 +MD5 58ea17f53ace6386e01034830733daef xmltv-0.5.35.ebuild 7158 MD5 c04aeabb84deda48b0d90d79446c09b3 xmltv-0.5.34-r1.ebuild 6866 -MD5 355bdf630cb1120129a09ce3388a3e5e ChangeLog 7310 +MD5 a831056265d7cc9b75864af7ecc773ea ChangeLog 7496 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 130087ba9a3d72e77be2cb3580de9a17 xmltv-0.5.23.ebuild 6062 MD5 dc434592be0863ac2e405460f0eb5819 files/digest-xmltv-0.5.23 65 MD5 7e68f2515597e3cd1b0a2b1d49fda10e files/digest-xmltv-0.5.34 65 +MD5 66039fc50c23ea7e5af7df53e774accf files/digest-xmltv-0.5.35 65 MD5 7e68f2515597e3cd1b0a2b1d49fda10e files/digest-xmltv-0.5.34-r1 65 diff --git a/media-tv/xmltv/files/digest-xmltv-0.5.35 b/media-tv/xmltv/files/digest-xmltv-0.5.35 new file mode 100644 index 000000000000..2d08cf14092e --- /dev/null +++ b/media-tv/xmltv/files/digest-xmltv-0.5.35 @@ -0,0 +1 @@ +MD5 82ed37595141906d1f441a9e9931d5d3 xmltv-0.5.35.tar.bz2 416252 diff --git a/media-tv/xmltv/xmltv-0.5.35.ebuild b/media-tv/xmltv/xmltv-0.5.35.ebuild new file mode 100644 index 000000000000..5eb03521d06c --- /dev/null +++ b/media-tv/xmltv/xmltv-0.5.35.ebuild @@ -0,0 +1,210 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.35.ebuild,v 1.1 2004/09/29 14:27:26 aliz 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" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" + +# NOTE: you can customize the xmltv installation by +# defining a XMLTV_OPTS variable which contains +# a space-separated list of optional features. +# If this variable is unspecified or has an +# empty value, everything will be *enabled*. +# +# tv_grab_huro Alternate Hungarian and Romania grabber +# tv_grab_uk_rt: Alternate Britain listings grabber +# tv_grab_uk_bleb: Fast alternative grabber for the UK +# tv_grab_it: Italy listings grabber +# tv_grab_na_icons: Downloads icons from Zap2IT +# tv_grab_na_dd: Alternate American listings grabber +# tv_grab_nz: New Zealand listings grabber +# tv_grab_fi: Finland listings grabber +# tv_grab_es: Spain listings grabber +# tv_grab_es_digital: Spain digital satellite listings grabber +# tv_grab_nl: Netherlands listings grabber +# tv_grab_nl_wolf: Alternate Netherlands listings grabber +# tv_grab_dk: Denmark listings grabber +# tv_grab_jp: Japan listings grabber +# tv_grab_de_tvtoday: Germany listings grabber +# tv_grab_se: Sweden listings grabber +# tv_grab_fr: France listings grabber +# tv_check: Graphical front-end for listings data +# tv_pick_cgi: CGI front-end for listings data + +# EXAMPLES: +# enable just North American grabber +# XMLTV_OPTS="tv_grab_na" +# +# enable graphical front-end, Italy grabber +# XMLTV_OPTS="tv_check tv_grab_it" + +RDEPEND=">=dev-perl/libwww-perl-5.65 + >=dev-perl/XML-Parser-2.34 + >=dev-perl/XML-Twig-3.10 + >=dev-perl/DateManip-5.42 + >=dev-perl/XML-Writer-0.4.6 + dev-perl/Memoize + dev-perl/Storable + dev-perl/Lingua-EN-Numbers-Ordinate + >=dev-perl/Lingua-Preferred-0.2.4 + >=dev-perl/Term-ProgressBar-2.03 + dev-perl/Compress-Zlib + dev-perl/Unicode-String + >=dev-lang/perl-5.6.1" + +DEPEND="${RDEPEND} + >=sys-apps/portage-2.0.50-r1 + >=sys-apps/sed-4" + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_uk_rt ${XMLTV_OPTS} ; then + newdepend \>=dev-perl/HTML-Parser-3.34 +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_bleb ${XMLTV_OPTS} ; then + newdepend dev-perl/Archive-Zip dev-perl/IO-Stringy +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_na_dd ${XMLTV_OPTS} ; then + newdepend dev-perl/SOAP-Lite dev-perl/TermReadKey +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_na_icons ${XMLTV_OPTS} ; then + newdepend dev-perl/HTML-TableExtract \>=dev-perl/WWW-Mechanize-1.02 +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_fi ${XMLTV_OPTS} ; then + newdepend dev-perl/HTML-Tree +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_es ${XMLTV_OPTS} ; then + newdepend dev-perl/HTML-Tree +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_es_digital ${XMLTV_OPTS} ; then + newdepend dev-perl/HTML-Tree +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_nl ${XMLTV_OPTS} ; then + newdepend dev-perl/HTML-Tree +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_nl_wolf ${XMLTV_OPTS} ; then + newdepend dev-perl/HTML-Tree +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_huro ${XMLTV_OPTS} ; then + newdepend dev-perl/HTML-Tree +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_dk ${XMLTV_OPTS} ; then + newdepend dev-perl/HTML-Tree +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_jp ${XMLTV_OPTS} ; then + newdepend dev-perl/HTML-Tree dev-perl/Text-Kakasi +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_de_tvtoday ${XMLTV_OPTS} ; then + newdepend \>=dev-perl/HTML-Parser-3.34 dev-perl/HTML-Tree +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_se ${XMLTV_OPTS} ; then + newdepend dev-perl/XML-LibXML +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_fr ${XMLTV_OPTS} ; then + newdepend \>=dev-perl/HTML-Parser-3.34 dev-perl/HTML-Tree +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_grab_no ${XMLTV_OPTS} ; then + newdepend \>=dev-perl/HTML-Parser-3.34 dev-perl/HTML-TableExtract dev-perl/HTML-LinkExtractor +fi + +#if [ -z "${XMLTV_OPTS}" ] || has tv_grab_pt ${XMLTV_OPTS} ; then +# newdepend dev-perl/HTML-Tree +#fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_check ${XMLTV_OPTS} ; then + newdepend dev-perl/perl-tk dev-perl/Tk-TableMatrix +fi + +if [ -z "${XMLTV_OPTS}" ] || has tv_pick_cgi ${XMLTV_OPTS} ; then + newdepend dev-perl/CGI +fi + +make_config() { + if [ -z "${XMLTV_OPTS}" ] ; then + # No customization needed, build everything (default) + echo "yes" + return + else + # Need to specify custom settings, do not accept defaults + echo "no" + fi + + # Enable Alternate Brittain + has tv_grab_uk_rt ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Alternate Brittain 2 + has tv_grab_uk_bleb ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Italy + has tv_grab_it ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable North America using DataDirect + has tv_grab_na_dd ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable North America channel icons + has tv_grab_na_icons ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Finland + has tv_grab_fi ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Spain + has tv_grab_es ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Spain Digital + has tv_grab_es_digital ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Netherlands + has tv_grab_nl ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Alternate Netherlands + has tv_grab_nl_wolf ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Hungary and Romania + has tv_grab_huro ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Denmark + has tv_grab_dk ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Japan + has tv_grab_jp ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Germany + has tv_grab_de_tvtoday ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Sweden + has tv_grab_se ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable France + has tv_grab_fr ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable Norway + has tv_grab_no ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" +# # Enable Portugal +# has tv_grab_pt ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable GUI checking. + has tv_check ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" + # Enable CGI support + has tv_pick_cgi ${XMLTV_OPTS} >&/dev/null && echo "yes" || echo "no" +} + +src_compile() { + make_config | perl-module_src_compile +} + +src_install() { + perl-module_src_install + + for i in `grep -rl "${D}" "${D}"` ; do + sed -e "s:${D}::g" -i "${i}" + done + + if [ -z "${XMLTV_OPTS}" ] || has tv_pick_cgi ${XMLTV_OPTS} ; then + dobin choose/tv_pick/tv_pick_cgi + einfo "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi" + einfo "to where the ScriptAlias directive is configured." + fi +} |