Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-tv/tvmovie2vdr/
Date: Sun, 26 Jun 2016 15:17:42
Message-Id: 1466953943.b2fc2e7e87c4cff7b8acf5f9b720db6b538b3175.mgorny@gentoo
1 commit: b2fc2e7e87c4cff7b8acf5f9b720db6b538b3175
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 15:12:23 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 15:12:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2fc2e7e
7
8 media-tv/tvmovie2vdr: Remove last rited packages
9
10 media-tv/tvmovie2vdr/Manifest | 1 -
11 media-tv/tvmovie2vdr/metadata.xml | 8 --
12 media-tv/tvmovie2vdr/tvmovie2vdr-0.5.13.ebuild | 109 -------------------------
13 profiles/package.mask | 5 --
14 4 files changed, 123 deletions(-)
15
16 diff --git a/media-tv/tvmovie2vdr/Manifest b/media-tv/tvmovie2vdr/Manifest
17 deleted file mode 100644
18 index 9a2a14e..0000000
19 --- a/media-tv/tvmovie2vdr/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST tvmovie2vdr-0.5.13.tar.gz 214932 SHA256 26952547e0c75b278b1cf928c91d2fdf7e895d60f7c429e287be443896cc0b05 SHA512 7f81046e48fe1d232c6aeaa7907c27219c68a4ebd06b573ad5d78e1559237368af8d51e73c463070d18692a2fb54a54b817cda76b0d8f38e1ec47f83bc713f80 WHIRLPOOL a7bfae037f1776227622430a80ab2fbdc12a795f3f95dbce88e6787300b35ff30cff03526ccc6ae3b074e0fc2e5b47eb576c8c999ff8794c9cdc16558879e67a
23
24 diff --git a/media-tv/tvmovie2vdr/metadata.xml b/media-tv/tvmovie2vdr/metadata.xml
25 deleted file mode 100644
26 index 984a01f..0000000
27 --- a/media-tv/tvmovie2vdr/metadata.xml
28 +++ /dev/null
29 @@ -1,8 +0,0 @@
30 -<?xml version="1.0" encoding="UTF-8"?>
31 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
32 -<pkgmetadata>
33 - <maintainer type="project">
34 - <email>vdr@g.o</email>
35 - <name>Gentoo VDR Project</name>
36 - </maintainer>
37 -</pkgmetadata>
38
39 diff --git a/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.13.ebuild b/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.13.ebuild
40 deleted file mode 100644
41 index 703fe5e..0000000
42 --- a/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.13.ebuild
43 +++ /dev/null
44 @@ -1,109 +0,0 @@
45 -# Copyright 1999-2016 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -# $Id$
48 -
49 -inherit eutils
50 -
51 -VDR_CONF_DIR="/etc/vdr"
52 -VDR_VIDEO_DIR="/var/vdr/video"
53 -
54 -CONF_DIR="/etc/vdr/tvmovie2vdr"
55 -VAR_DIR="/var/vdr/tvmovie2vdr"
56 -SHARE_DIR="/usr/share/${PN}"
57 -
58 -DESCRIPTION="load the program guide from tvmovie and others to vdr"
59 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
60 -SRC_URI="http://steckrue.be/download/${P}.tar.gz"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="x86"
65 -IUSE=""
66 -
67 -DEPEND=">=media-video/vdr-1.2.0
68 - >=dev-perl/Date-Manip-5.42a-r1
69 - >=virtual/perl-IO-Compress-1.22
70 - >=dev-perl/Archive-Zip-1.14
71 - >=dev-perl/Text-Iconv-1.4
72 - >=dev-perl/libwww-perl-5.69-r2
73 - >=dev-perl/HTML-Parser-3.34-r1
74 - >=dev-perl/HTML-Scrubber-0.08
75 - >=dev-perl/HTML-TableContentParser-0.13
76 - >=dev-perl/XML-Simple-DTDReader-0.03
77 - >=media-gfx/imagemagick-6.2.2.3
78 - dev-perl/Date-Manip
79 - dev-perl/XML-Simple-DTDReader"
80 -
81 -src_compile() {
82 - # change default downloadpath in config
83 - sed -i config/config.pl_dist \
84 - -e "s:channelsfile = .*;:channelsfile = \"${VDR_CONF_DIR}/channels.conf\";:" \
85 - -e "s:epgfile = .*;:epgfile = \"${VDR_VIDEO_DIR}/epg.data\";:" \
86 - -e "s:downloadprefix = .*;:downloadprefix = \"${VAR_DIR}/downloadfiles/\";:" \
87 - -e "s:updateprefix = .*;:updateprefix = \"${VAR_DIR}/downloadupdatefiles/\";:" \
88 - -e "s:infosaturl=.*;:infosaturl=\"${VAR_DIR}/infosatepg\";:" \
89 - -e 's:imagepath = .*;:imagepath = "/var/vdr/epgimages";:'
90 -
91 - # set correct pathes to conf and include files
92 - sed -i tvm2vdr tvinfomerk2vdr clearoldtimer \
93 - -e 's:push (@INC, "./config");:push (@INC, "'${CONF_DIR}'");:' \
94 - -e 's:push (@INC, "./inc");:push (@INC, "'${SHARE_DIR}/inc'");:' \
95 - -e "s:contrib/:${SHARE_DIR}/contrib/:"
96 -}
97 -
98 -src_install() {
99 - # config files
100 - insinto "${CONF_DIR}"
101 - local c
102 - for c in channels.pl channels_vps_wanted.pl channels_wanted.pl config.pl; do
103 - newins "config/${c}_dist" "${c}"
104 - done
105 -
106 - # include files - helpers for different providers
107 - insinto "${SHARE_DIR}/inc"
108 - doins inc/*
109 -
110 - exeinto "${SHARE_DIR}/contrib"
111 - doexe ./contrib/*
112 - doexe clearoldtimer getinfosat tvm2vdr.sh
113 -
114 - # install main binaries
115 - dobin tvinfomerk2vdr
116 - dobin tvm2vdr
117 -
118 - # dirs to keep downloaded data in
119 - keepdir "${VAR_DIR}/downloadfiles"
120 - keepdir "${VAR_DIR}/downloadupdatefiles"
121 - keepdir "/var/vdr/epgimages"
122 - chown -R vdr:vdr "${D}/${VAR_DIR}" "${D}/var/vdr/epgimages"
123 -
124 - # install documentation
125 - dodoc HISTORY README tvm2vdr.sh
126 -}
127 -
128 -pkg_postinst() {
129 - # cleanup old cruft
130 - [ -L "${ROOT}/etc/vdr/tvmovie2vdr/files" ] \
131 - && rm -f "${ROOT}/etc/vdr/tvmovie2vdr/files"
132 -
133 - [ -L "${ROOT}/var/vdr/tvmovie2vdr/tvmovie2vdr" ] \
134 - && rm -f "${ROOT}/var/vdr/tvmovie2vdr/tvmovie2vdr"
135 -
136 - eerror "The executable name of tvmovie2vdr changed!"
137 - eerror "Old name was tvm2vdr.pl, new is: tvm2vdr"
138 - eerror "Please change name in your cron-job!"
139 - eerror
140 -
141 - elog "You have to configure the following files:"
142 - elog "\t${CONF_DIR}/config.pl"
143 - elog "\t${CONF_DIR}/channels_wanted.pl"
144 - elog
145 - elog "It's a good idea to add the following to /etc/crontab:"
146 - elog "\t3 5 * * * vdr /usr/bin/tvinfomerk2vdr"
147 - elog "\t7 5 * * * vdr /usr/bin/tvm2vdr"
148 - elog
149 - elog "To delete old pictures you should run the following command with the tvmovie2vdr run:"
150 - elog "\tfind /var/vdr/epgimages/ -type f -mtime +10 -exec rm {} \;"
151 - elog "or see tvm2vdr.sh in /usr/share/tvmovie2vdr/contrib"
152 - elog
153 -}
154
155 diff --git a/profiles/package.mask b/profiles/package.mask
156 index 9392125..054e892 100644
157 --- a/profiles/package.mask
158 +++ b/profiles/package.mask
159 @@ -278,11 +278,6 @@ www-client/luakit
160 # See tracker bug https://bugs.gentoo.org/583478
161 >=app-text/hunspell-1.4.0
162
163 -# Joerg Bornkessel <hd_brummy@g.o> (16 May 2016)
164 -# Masked for removal. Dead on upstream
165 -# wrt bug 185947
166 -=media-tv/tvmovie2vdr-0.5.13
167 -
168 # David Seifert <soap@g.o> (15 May 2016)
169 # Masked for removal. Deprecated, relies on ancient CUDA APIs,
170 # does not build with current CUDA releases. See bug #583068.