Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53652 Details for
Bug 85241
xmltv bump -> 0.5.39
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for xmltv-0.5.39
xmltv-0.5.39.ebuild (text/plain), 6.93 KB, created by
Pierre Cassimans
on 2005-03-16 13:20:22 UTC
(
hide
)
Description:
ebuild for xmltv-0.5.39
Filename:
MIME Type:
Creator:
Pierre Cassimans
Created:
2005-03-16 13:20:22 UTC
Size:
6.93 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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" > ># 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_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_se_swedb: New grabber for Sweden ># tv_grab_fr: France listings grabber ># tv_grab_pt: Grab TV listings for Portugal ># tv_grab_no: Norway 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_dd" ># ># enable graphical front-end, Spannish grabber ># XMLTV_OPTS="tv_check tv_grab_se" > >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-perl/TermReadKey > >=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_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 > >if [ -z "${XMLTV_OPTS}" ] || has tv_grab_se_swedb ${XMLTV_OPTS} ; then > newdepend dev-perl/HTTP-Cache-Transparent >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 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 Sweden 2 > has tv_grab_se_swedb ${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 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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 85241
: 53652