diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-29 20:31:12 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-29 20:31:12 +0000 |
commit | cc0e5406c24592659f0414ecdd29b51aaeef4b0c (patch) | |
tree | a5cf6d6caff1effcd293d4b61ca10a0c92815d66 /media-tv | |
parent | Remove old. (diff) | |
download | gentoo-2-cc0e5406c24592659f0414ecdd29b51aaeef4b0c.tar.gz gentoo-2-cc0e5406c24592659f0414ecdd29b51aaeef4b0c.tar.bz2 gentoo-2-cc0e5406c24592659f0414ecdd29b51aaeef4b0c.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/tvmovie2vdr/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild | 104 |
2 files changed, 5 insertions, 107 deletions
diff --git a/media-tv/tvmovie2vdr/ChangeLog b/media-tv/tvmovie2vdr/ChangeLog index 6561ed1ff3ee..c911b5ce429a 100644 --- a/media-tv/tvmovie2vdr/ChangeLog +++ b/media-tv/tvmovie2vdr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/tvmovie2vdr -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvmovie2vdr/ChangeLog,v 1.9 2009/07/19 17:55:56 tove Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvmovie2vdr/ChangeLog,v 1.10 2015/04/29 20:31:12 mrueg Exp $ + + 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -tvmovie2vdr-0.5.12.ebuild: + Remove old. 19 Jul 2009; Torsten Veller <tove@gentoo.org> tvmovie2vdr-0.5.12.ebuild, tvmovie2vdr-0.5.13.ebuild: @@ -42,4 +45,3 @@ 31 May 2007; Matthias Schwarzott <zzam@gentoo.org> +metadata.xml, +tvmovie2vdr-0.5.12.ebuild: Initial import of ebuild. Based on the ebuild from gentoo.de. - diff --git a/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild b/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild deleted file mode 100644 index a7c95ff011d2..000000000000 --- a/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild,v 1.5 2009/07/19 17:55:56 tove Exp $ - -inherit eutils - -VDR_CONF_DIR="/etc/vdr" -VDR_VIDEO_DIR="/var/vdr/video" - -CONF_DIR="/etc/vdr/tvmovie2vdr" -VAR_DIR="/var/vdr/tvmovie2vdr" -SHARE_DIR="/usr/share/${PN}" - -DESCRIPTION="load the program guide from tvmovie and others to vdr" -HOMEPAGE="http://steckrue.be/tvm2vdr/" -SRC_URI="http://steckrue.be/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.2.0 - >=dev-perl/DateManip-5.42a-r1 - >=virtual/perl-IO-Compress-1.22 - >=dev-perl/Archive-Zip-1.14 - >=dev-perl/Text-Iconv-1.4 - >=dev-perl/libwww-perl-5.69-r2 - >=dev-perl/HTML-Parser-3.34-r1 - >=dev-perl/HTML-Scrubber-0.08 - >=dev-perl/HTML-TableContentParser-0.13 - >=dev-perl/XML-Simple-DTDReader-0.03 - >=media-gfx/imagemagick-6.2.2.3 - dev-perl/DateManip - dev-perl/XML-Simple-DTDReader" - -src_compile() { - # change default downloadpath in config - sed -i config.pl_dist \ - -e "s:channelsfile = .*;:channelsfile = \"${VDR_CONF_DIR}/channels.conf\";:" \ - -e "s:epgfile = .*;:epgfile = \"${VDR_VIDEO_DIR}/epg.data\";:" \ - -e "s:downloadprefix = .*;:downloadprefix = \"${VAR_DIR}/downloadfiles/\";:" \ - -e "s:updateprefix = .*;:updateprefix = \"${VAR_DIR}/downloadupdatefiles/\";:" \ - -e "s:infosaturl=.*;:infosaturl=\"${VAR_DIR}/infosatepg\";:" \ - -e 's:imagepath = .*;:imagepath = "/var/vdr/epgimages";:' - - # set correct pathes to conf and include files - sed -i tvm2vdr.pl tvinfomerk2vdr.pl clearoldtimer.pl \ - -e 's:push (@INC, "./");:push (@INC, "'${CONF_DIR}'");:' \ - -e 's:push (@INC, "./inc");:push (@INC, "'${SHARE_DIR}/inc'");:' \ - -e "s:contrib/:${SHARE_DIR}/contrib/:" -} - -src_install() { - # config files - insinto "${CONF_DIR}" - local c - for c in *dist; do - newins "${c}" "${c%_dist}" - done - - # include files - helpers for different providers - insinto "${SHARE_DIR}/inc" - doins inc/*.pl - - exeinto "${SHARE_DIR}/contrib" - doexe ./contrib/*.pl - doexe clearoldtimer.pl getinfosat.sh tvm2vdr.sh - - # install main binaries - dobin tvinfomerk2vdr.pl - dobin tvm2vdr.pl - - # dirs to keep downloaded data in - keepdir "${VAR_DIR}/downloadfiles" - keepdir "${VAR_DIR}/downloadupdatefiles" - keepdir "/var/vdr/epgimages" - chown -R vdr:vdr "${D}/${VAR_DIR}" "${D}/var/vdr/epgimages" - - # install documentation - dodoc HISTORY README tvm2vdr.sh -} - -pkg_postinst() { - # cleanup old cruft - [ -L "${ROOT}/etc/vdr/tvmovie2vdr/files" ] \ - && rm -f "${ROOT}/etc/vdr/tvmovie2vdr/files" - - [ -L "${ROOT}/var/vdr/tvmovie2vdr/tvmovie2vdr" ] \ - && rm -f "${ROOT}/var/vdr/tvmovie2vdr/tvmovie2vdr" - - elog "You have to configure the following files:" - elog "\t${CONF_DIR}/config.pl" - elog "\t${CONF_DIR}/channels_wanted.pl" - elog - elog "It's a good idea to add the following to /etc/crontab:" - elog "\t3 5 * * * vdr /usr/bin/tvinfomerk2vdr.pl" - elog "\t7 5 * * * vdr /usr/bin/tvm2vdr.pl" - elog - elog "To delete old pictures you should run the following command with the tvmovie2vdr run:" - elog "\tfind /var/vdr/epgimages/ -type f -mtime +10 -exec rm {} \;" - elog "or see tvm2vdr.sh in /usr/share/tvmovie2vdr/contrib" - elog -} |