summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-01-21 08:35:43 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-01-21 08:35:43 +0000
commit3dad1a6409f7e5b1884ae4dd6f9fe27b360b535a (patch)
treef353a9cef6e4d5cc8ce72fa95682fc24ad418737 /media-tv/xmltv
parentNew version. Fixes #75604, #76453 and #69926. (diff)
downloadgentoo-2-3dad1a6409f7e5b1884ae4dd6f9fe27b360b535a.tar.gz
gentoo-2-3dad1a6409f7e5b1884ae4dd6f9fe27b360b535a.tar.bz2
gentoo-2-3dad1a6409f7e5b1884ae4dd6f9fe27b360b535a.zip
remove outdated rev
(Portage version: 2.0.51-r14)
Diffstat (limited to 'media-tv/xmltv')
-rw-r--r--media-tv/xmltv/ChangeLog5
-rw-r--r--media-tv/xmltv/files/digest-xmltv-0.5.231
-rw-r--r--media-tv/xmltv/xmltv-0.5.23.ebuild163
-rw-r--r--media-tv/xmltv/xmltv-0.5.34-r1.ebuild4
-rw-r--r--media-tv/xmltv/xmltv-0.5.34.ebuild4
-rw-r--r--media-tv/xmltv/xmltv-0.5.35.ebuild4
6 files changed, 10 insertions, 171 deletions
diff --git a/media-tv/xmltv/ChangeLog b/media-tv/xmltv/ChangeLog
index adbd6ec45713..3342b7dccd2d 100644
--- a/media-tv/xmltv/ChangeLog
+++ b/media-tv/xmltv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/xmltv
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.28 2005/01/01 13:34:40 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.29 2005/01/21 08:35:43 cardoe Exp $
+
+ 21 Jan 2005; Doug Goldstein <cardoe@gentoo.org> -xmltv-0.5.23.ebuild:
+ remove outdated rev
*xmltv-0.5.37 (01 Jan 2005)
diff --git a/media-tv/xmltv/files/digest-xmltv-0.5.23 b/media-tv/xmltv/files/digest-xmltv-0.5.23
deleted file mode 100644
index 58a39788a880..000000000000
--- a/media-tv/xmltv/files/digest-xmltv-0.5.23
+++ /dev/null
@@ -1 +0,0 @@
-MD5 41d539fb9ee3551d125e887c0f628a43 xmltv-0.5.23.tar.bz2 406756
diff --git a/media-tv/xmltv/xmltv-0.5.23.ebuild b/media-tv/xmltv/xmltv-0.5.23.ebuild
deleted file mode 100644
index 9e5395e03bfc..000000000000
--- a/media-tv/xmltv/xmltv-0.5.23.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# 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.23.ebuild,v 1.4 2004/07/14 21:13:24 agriffis 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/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-# 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*.
-#
-# none: Don't enable any of the features below
-# tv_grab_de: Germany and Austria listing grabbers
-# 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_nz: New Zealand listings grabber
-# tv_grab_fi: Finland listings grabber
-# tv_grab_es: Spain listings grabber
-# tv_grab_nl: Netherlands listings grabber
-# tv_grab_nl_wolf: Alternate Netherlands listings grabber
-# tv_grab_hu: Hungary listings grabber
-# tv_grab_dk: Denmark 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, New Zealand and Italy grabbers
-# XMLTV_OPTS="tv_check tv_grab_nz tv_grab_it"
-
-DEPEND=">=sys-apps/sed-4
- >=dev-perl/libwww-perl-5.65
- >=dev-perl/XML-Twig-3.09
- dev-perl/XML-Writer
- >=dev-perl/DateManip-5.42
- dev-perl/Memoize
- >=dev-perl/Term-ProgressBar-2.03
- dev-perl/Compress-Zlib
- dev-perl/Lingua-EN-Numbers-Ordinate
- dev-perl/Lingua-Preferred
- >=dev-perl/Storable-2.04
- dev-perl/Unicode-String"
-
-# for tv_check
-DEPEND="${DEPEND} dev-perl/perl-tk dev-perl/Tk-TableMatrix dev-perl/XML-Simple"
-# for tv_grab_na
-DEPEND="${DEPEND} dev-perl/HTML-Parser"
-# for tv_grab_sn
-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
-DEPEND="${DEPEND} dev-perl/HTML-Tree"
-
-### disabled until portage dependecy checker has notions of things
-### other then incrementals that are in /etc/make.conf
-### 6/13/2003 Max Kalika <max@gentoo.org>
-#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_na ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} dev-perl/HTML-Parser"
-#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_sn ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} >=dev-perl/HTML-TableExtract-1.0.8"
-#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_nz ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} >=dev-lang/python-1.5.1"
-#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_fi ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} dev-perl/HTML-Tree"
-#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_es ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} dev-perl/HTML-Tree"
-#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_nl ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} dev-perl/HTML-Tree"
-#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_nl_wolf ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} dev-perl/HTML-Tree"
-#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_hu ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} dev-perl/HTML-Tree"
-#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_dk ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} dev-perl/HTML-Tree"
-#[ -z "${XMLTV_OPTS}" -o "`has tv_check ${XMLTV_OPTS}`" ] \
-# && DEPEND="${DEPEND} dev-perl/perl-tk dev-perl/Tk-TableMatrix dev-perl/XML-Simple"
-
-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 Germany and Austria (disabled currently)
- #[ "`has tv_grab_de ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable Brittain
- [ "`has tv_grab_uk ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable Alternate Brittain
- [ "`has tv_grab_uk_rt ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable Italy
- [ "`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 New Zealand
- [ "`has tv_grab_nz ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable Finland
- [ "`has tv_grab_fi ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable Spain
- [ "`has tv_grab_es ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable Netherlands
- [ "`has tv_grab_nl ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable Alternate Netherlands
- [ "`has tv_grab_nl_wolf ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable Hungary
- [ "`has tv_grab_hu ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable Denmark
- [ "`has tv_grab_dk ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable GUI checking.
- [ "`has tv_check ${XMLTV_OPTS}`" ] && echo "yes" || echo "no"
- # Enable CGI support
- [ "`has tv_pick_cgi ${XMLTV_OPTS}`" ] && 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}" -o "`has tv_pick_cgi ${XMLTV_OPTS}`" ] ; then
- dobin choose/tv_pick/tv_pick_cgi
- einfo
- einfo "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi"
- einfo "to where the ScriptAlias directive is configured."
- einfo
- fi
-}
-
-pkg_postinst() {
- ewarn "If you are upgrading from < 0.5.10 and you need to use the"
- ewarn "DE (Germany/Austria), UK or UK_RT (Britain), or IT (Italy)"
- ewarn "grabbers, please make sure you have the appropriate value"
- ewarn "specified in your XMLTV_OPTS setting because these grabbers"
- ewarn "no longer build by default."
- echo
-}
diff --git a/media-tv/xmltv/xmltv-0.5.34-r1.ebuild b/media-tv/xmltv/xmltv-0.5.34-r1.ebuild
index 6dfdbeaa261f..bf733c586d7b 100644
--- a/media-tv/xmltv/xmltv-0.5.34-r1.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.34-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.34-r1.ebuild,v 1.1 2004/09/11 10:33:16 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.34-r1.ebuild,v 1.2 2005/01/21 08:35:43 cardoe Exp $
inherit perl-module
diff --git a/media-tv/xmltv/xmltv-0.5.34.ebuild b/media-tv/xmltv/xmltv-0.5.34.ebuild
index 1a3869b12d64..33e75df5086c 100644
--- a/media-tv/xmltv/xmltv-0.5.34.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.34.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.34.ebuild,v 1.6 2004/09/10 23:27:28 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.34.ebuild,v 1.7 2005/01/21 08:35:43 cardoe Exp $
inherit perl-module
diff --git a/media-tv/xmltv/xmltv-0.5.35.ebuild b/media-tv/xmltv/xmltv-0.5.35.ebuild
index d9b9b5ddc6d4..a5acc4adc0aa 100644
--- a/media-tv/xmltv/xmltv-0.5.35.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.35.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.2 2004/09/30 19:46:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.35.ebuild,v 1.3 2005/01/21 08:35:43 cardoe Exp $
inherit perl-module