Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-epgsearch/, media-plugins/vdr-epgsearch/files/
Date: Sat, 27 Feb 2021 18:49:08
Message-Id: 1614451734.5a0620eaced6ddb565231da93e82c896bb3b5cda.juippis@gentoo
1 commit: 5a0620eaced6ddb565231da93e82c896bb3b5cda
2 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
3 AuthorDate: Sat Feb 27 17:03:39 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 18:48:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0620ea
7
8 media-plugins/vdr-epgsearch: remove old
9
10 delete old versions
11
12 Package-Manager: Portage-3.0.13, Repoman-3.0.2
13 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
14 Closes: https://github.com/gentoo/gentoo/pull/19690
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 media-plugins/vdr-epgsearch/Manifest | 3 -
18 .../files/fix-manpage-generation.diff | 45 ----------
19 .../vdr-epgsearch-1.0.1_p20141227-r1.ebuild | 99 ----------------------
20 .../vdr-epgsearch/vdr-epgsearch-2.4.0.ebuild | 79 -----------------
21 .../vdr-epgsearch-2.4.0_p20191202.ebuild | 88 -------------------
22 5 files changed, 314 deletions(-)
23
24 diff --git a/media-plugins/vdr-epgsearch/Manifest b/media-plugins/vdr-epgsearch/Manifest
25 index 952abcccedc..6a9f4de9ed4 100644
26 --- a/media-plugins/vdr-epgsearch/Manifest
27 +++ b/media-plugins/vdr-epgsearch/Manifest
28 @@ -1,5 +1,2 @@
29 -DIST vdr-epgsearch-1.0.1_p20141227.tar.gz 472802 BLAKE2B 9ffc067c2aff29e3d79b620edf88ff7aca64ad5d1de3aa32b19fbc1889673e2439a6d65b46e2f3ff5fd3d416ff24cbafd6d41f562b3775210f0234c6990f03ab SHA512 952d58f6f03d2804f97be14779faf37c3788b42d78a6460102e2f1c74f6a58d7d68639e7e95e40f27417ce3658c0d5bf856399b6e8e8c214ea143d2865507562
30 DIST vdr-epgsearch-2.2.0.tgz 472502 BLAKE2B f98053d95a6fe56aff48bd3e86ae8a37166b3b8556fe3500c956901cb3f8d19c5792b157606d372392b7387c05a72f4d664881a27bbd5b9484640d8de73b8673 SHA512 c0fef60069addc3cca82535c22b7e1f73f01de7466bc6d0b837ba34df7a7dd0fe2cbf7e9b9bc36a523a75a3db18889a1ff9040fb2647c889ea74666067c3a1e4
31 -DIST vdr-epgsearch-2.4.0.tgz 479041 BLAKE2B 1d0b87bca573c90d13fb07d39c2945be1451ac405739ba788482488994832d3fc053dd076d474cc4e78e9a6b3078952fac7e799945120ff220d58b7f2fc2f181 SHA512 4fec779edeee0b326624b6904b5e6b5f0c8243208938389787433638355436fe82899864d33f512c3a9e0feadde1f770d4ca562f06212f83f8d753a9a34700e4
32 -DIST vdr-epgsearch-2.4.0_p20191202.tar.gz 480101 BLAKE2B 800fcaab72dba1f4977dc3040ddfa856d3ad0051b04658c84891ce4836d30593be740cc6712a853093c0e02a9f3fe915cb6079b7dc2ba47509060e2fb5046474 SHA512 494562cd9b2c1cdc94a3a93ea5fcfd3f0e034156ab40d7ee332a2dfd5994cb6528744ae2391e3437860804604dca0b6fc1a387487b6fda12e19a8f79caac451c
33 DIST vdr-epgsearch-2.4.0_p20200402.tar.gz 479998 BLAKE2B 04e83bd2361743669baba7b10a27fab91f22115b81fe69e9252cc5ecd94fb0fda55d8b6ce3fcaeb08e779f07d46d26e37026d1732d6b38c03385c659eacd5ab0 SHA512 586b369a25c32bbf2d33e68997e7298ad7fda50ac78da5321c848a74d91753a51e6f47d70ef6893ca980bfa2c9f167defd611464729ca4ebf704247e8e37a065
34
35 diff --git a/media-plugins/vdr-epgsearch/files/fix-manpage-generation.diff b/media-plugins/vdr-epgsearch/files/fix-manpage-generation.diff
36 deleted file mode 100644
37 index 9e1047c8c00..00000000000
38 --- a/media-plugins/vdr-epgsearch/files/fix-manpage-generation.diff
39 +++ /dev/null
40 @@ -1,45 +0,0 @@
41 ---- a/docsrc2man.sh 2018-04-25 23:19:05.623375324 +0200
42 -+++ b/docsrc2man.sh 2018-04-25 23:19:35.519934631 +0200
43 -@@ -37,23 +37,6 @@
44 - done
45 -
46 - rm "$DOCSRC"/$LANGUAGE/*~ 2>/dev/null
47 -- gzip -f man/$LANGUAGE/*.[0-9]
48 --
49 --done
50 --
51 --echo
52 --
53 --for LANGUAGE in $(ls "$DOCSRC"/); do
54 --
55 -- [ ! -d "$DOCSRC/$LANGUAGE" ] && continue
56 -- mkdir -p doc/$LANGUAGE
57 -- rm doc/$LANGUAGE/* 2>/dev/null
58 --
59 -- for i in man/$LANGUAGE/*.gz; do
60 -- echo -ne "create doc file from man page: ($LANGUAGE) $(basename "$i")..."
61 -- zcat "$i" | nroff -man - | col -xbp > "doc/$LANGUAGE/$(basename "$i" ".gz").txt"
62 -- echo " done"
63 -- done
64 -
65 - done
66 -
67 ---- a/Makefile 2018-04-25 23:32:59.042967016 +0200
68 -+++ b/Makefile 2018-04-25 23:33:35.535649724 +0200
69 -@@ -276,16 +276,6 @@
70 - cp -n conf/* $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)
71 -
72 - install-doc:
73 -- mkdir -p $(DESTDIR)$(MANDIR)/man1
74 -- mkdir -p $(DESTDIR)$(MANDIR)/man4
75 -- mkdir -p $(DESTDIR)$(MANDIR)/man5
76 -- mkdir -p $(DESTDIR)$(MANDIR)/de/man1
77 -- mkdir -p $(DESTDIR)$(MANDIR)/de/man5
78 -- cp man/en/*1.gz $(DESTDIR)$(MANDIR)/man1/
79 -- cp man/en/*4.gz $(DESTDIR)$(MANDIR)/man4/
80 -- cp man/en/*5.gz $(DESTDIR)$(MANDIR)/man5/
81 -- cp man/de/*1.gz $(DESTDIR)$(MANDIR)/de/man1/
82 -- cp man/de/*5.gz $(DESTDIR)$(MANDIR)/de/man5/
83 -
84 - install-bin: createcats
85 - mkdir -p $(DESTDIR)$(BINDIR)
86
87 diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227-r1.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227-r1.ebuild
88 deleted file mode 100644
89 index 0917f4f8da5..00000000000
90 --- a/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227-r1.ebuild
91 +++ /dev/null
92 @@ -1,99 +0,0 @@
93 -# Copyright 2020 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -
98 -inherit vdr-plugin-2
99 -
100 -DESCRIPTION="VDR plugin: create timers from epg content based on saved search expressions"
101 -HOMEPAGE="http://winni.vdr-developer.org/epgsearch"
102 -
103 -case ${P#*_} in
104 - rc*|beta*)
105 - MY_P="${P/_/.}"
106 - SRC_URI="http://winni.vdr-developer.org/epgsearch/downloads/beta/${MY_P}.tgz"
107 - S="${WORKDIR}/${MY_P#vdr-}"
108 - ;;
109 - p*)
110 - GIT_COMMIT_ID="a908daa4c5c6edd6c560ed96939358b4352e9b42"
111 - GIT_COMMIT_DATE="20141227"
112 - SRC_URI="http://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git/snapshot/vdr-plugin-epgsearch-${GIT_COMMIT_ID}.tar.gz
113 - -> ${P}.tar.gz"
114 - S="${WORKDIR}/vdr-plugin-epgsearch-${GIT_COMMIT_ID}"
115 - ;;
116 - *)
117 - SRC_URI="http://winni.vdr-developer.org/epgsearch/downloads/${P}.tgz"
118 - ;;
119 -esac
120 -
121 -LICENSE="GPL-2+"
122 -SLOT="0"
123 -KEYWORDS="amd64 x86"
124 -IUSE="+conflictcheckonly +epgsearchonly l10n_de pcre +quicksearch tre"
125 -REQUIRED_USE="?? ( pcre tre )"
126 -
127 -DEPEND="media-video/vdr
128 - pcre? ( dev-libs/libpcre )
129 - tre? ( dev-libs/tre )"
130 -RDEPEND="${DEPEND}"
131 -QA_FLAGS_IGNORED="usr/lib/vdr/plugins/libvdr-.* usr/lib64/vdr/plugins/libvdr-.* usr/bin/createcats"
132 -
133 -src_prepare() {
134 - # make detection in vdr-plugin-2.eclass for new Makefile handling happy
135 - echo "# SOFILE" >> Makefile || die "cannot write to Makefile"
136 -
137 - # remove untranslated .po files
138 - rm "${S}"/po/{ca_ES,da_DK,el_GR,et_EE,hr_HR,hu_HU,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po || die "cannot remove .po files"
139 -
140 - local PATCHES=(
141 - "${FILESDIR}/vdr-epgsearch-1.x.makefile.patch"
142 - "${FILESDIR}/fix-manpage-generation.diff"
143 - )
144 -
145 - use conflictcheckonly || sed -e "s:install-\$(PLUGIN3)::" -i Makefile || die "cannot modify Makefile"
146 - use epgsearchonly || sed -e "s:install-\$(PLUGIN2)::" -i Makefile || die "cannot modify Makefile"
147 - use quicksearch || sed -e "s:install-\$(PLUGIN4)::" -i Makefile || die "cannot modify Makefile"
148 -
149 - vdr-plugin-2_src_prepare
150 -
151 - fix_vdr_libsi_include conflictcheck.c
152 -
153 - # install conf-file disabled
154 - sed -e '/^Menu/s:^:#:' -i conf/epgsearchmenu.conf || die "cannot modify epgsearchmenu.conf"
155 -
156 - # Get rid of the broken symlink
157 - rm README || die "cannot remove broken symlink"
158 -}
159 -
160 -src_compile() {
161 - BUILD_PARAMS="SENDMAIL=/usr/bin/sendmail AUTOCONFIG=0"
162 -
163 - if use pcre; then
164 - BUILD_PARAMS+=" REGEXLIB=pcre"
165 - einfo "Using pcre for regexp searches"
166 - fi
167 -
168 - if use tre; then
169 - BUILD_PARAMS+=" REGEXLIB=tre"
170 - einfo "Using tre for unlimited fuzzy searches"
171 - fi
172 -
173 - vdr-plugin-2_src_compile
174 -}
175 -
176 -src_install() {
177 - DOCS=( conf/*.templ HISTORY* README.Translators )
178 - vdr-plugin-2_src_install
179 -
180 - diropts -m 755 -o vdr -g vdr
181 - insopts -m 644 -o vdr -g vdr
182 - keepdir /etc/vdr/plugins/epgsearch
183 - insinto /etc/vdr/plugins/epgsearch
184 - doins conf/*
185 -
186 - doman man/en/*
187 -
188 - if use l10n_de; then
189 - doman -i18n=de man/de/*
190 - fi
191 -}
192
193 diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0.ebuild
194 deleted file mode 100644
195 index f3656d228f5..00000000000
196 --- a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0.ebuild
197 +++ /dev/null
198 @@ -1,79 +0,0 @@
199 -# Copyright 1999-2020 Gentoo Authors
200 -# Distributed under the terms of the GNU General Public License v2
201 -
202 -EAPI=7
203 -
204 -inherit vdr-plugin-2
205 -
206 -DESCRIPTION="VDR plugin: create timers from epg content based on saved search expressions"
207 -HOMEPAGE="https://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git"
208 -SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-${VDRPLUGIN}.git/snapshot/vdr-plugin-${VDRPLUGIN}-${PV}.tar.gz -> ${P}.tgz"
209 -
210 -LICENSE="GPL-2+"
211 -SLOT="0"
212 -KEYWORDS="~amd64 ~x86"
213 -IUSE="conflictcheckonly epgsearchonly pcre quicksearch tre"
214 -
215 -DEPEND=">=media-video/vdr-2.4
216 - pcre? ( dev-libs/libpcre )
217 - tre? ( dev-libs/tre )"
218 -RDEPEND="${DEPEND}"
219 -
220 -REQUIRED_USE="?? ( pcre tre )"
221 -
222 -S="${WORKDIR}/vdr-plugin-${VDRPLUGIN}-${PV}"
223 -
224 -src_prepare() {
225 - # remove untranslated .po files
226 - rm "${S}"/po/{ca_ES,da_DK,el_GR,et_EE,hr_HR,hu_HU,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po || die
227 -
228 - eapply "${FILESDIR}/vdr-epgsearch-2.4.0_makefile.patch"
229 -
230 - use conflictcheckonly || sed -e "s:install-\$(PLUGIN3)::" -i Makefile || die
231 - use epgsearchonly || sed -e "s:install-\$(PLUGIN2)::" -i Makefile || die
232 - use quicksearch || sed -e "s:install-\$(PLUGIN4)::" -i Makefile || die
233 -
234 - vdr-plugin-2_src_prepare
235 -
236 - fix_vdr_libsi_include conflictcheck.c
237 -
238 - # install conf-file disabled
239 - sed -e '/^Menu/s:^:#:' -i conf/epgsearchmenu.conf || die
240 -
241 - # Get rid of the broken symlinks
242 - rm -f README{,.DE} || die
243 -}
244 -
245 -src_compile() {
246 - BUILD_PARAMS="SENDMAIL=/usr/sbin/sendmail AUTOCONFIG=0"
247 -
248 - if use pcre; then
249 - BUILD_PARAMS+=" REGEXLIB=pcre"
250 - einfo "Using pcre for regexp searches"
251 - fi
252 -
253 - if use tre; then
254 - BUILD_PARAMS+=" REGEXLIB=tre"
255 - einfo "Using tre for unlimited fuzzy searches"
256 - fi
257 -
258 - vdr-plugin-2_src_compile
259 -}
260 -
261 -src_install() {
262 - vdr-plugin-2_src_install
263 -
264 - diropts "-m755 -o vdr -g vdr"
265 - insinto /etc/vdr/plugins/epgsearch
266 - doins conf/epgsearchmenu.conf
267 - doins conf/epgsearchconflmail.templ conf/epgsearchupdmail.templ
268 -
269 - local DOCS=( conf/*.templ HISTORY* )
270 - einstalldocs
271 -
272 - gunzip -f man/en/*.gz || die
273 - doman man/en/*.[0-9]
274 -
275 - gunzip -f man/de/*.gz || die
276 - doman -i18n=de man/de/*.[0-9]
277 -}
278
279 diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0_p20191202.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0_p20191202.ebuild
280 deleted file mode 100644
281 index c2fc3ce4361..00000000000
282 --- a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0_p20191202.ebuild
283 +++ /dev/null
284 @@ -1,88 +0,0 @@
285 -# Copyright 2020 Gentoo Authors
286 -# Distributed under the terms of the GNU General Public License v2
287 -
288 -EAPI=7
289 -
290 -inherit vdr-plugin-2
291 -
292 -DESCRIPTION="VDR plugin: create timers from epg content based on saved search expressions"
293 -HOMEPAGE="http://winni.vdr-developer.org/epgsearch/index_eng.html"
294 -GIT_COMMIT_ID="602d66c55964998ce25c6c57b302949a9517f149"
295 -SRC_URI="http://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git/snapshot/vdr-plugin-epgsearch-${GIT_COMMIT_ID}.tar.gz -> ${P}.tar.gz"
296 -
297 -LICENSE="GPL-2+"
298 -SLOT="0"
299 -KEYWORDS="~amd64 ~x86"
300 -IUSE="conflictcheckonly epgsearchonly pcre quicksearch tre"
301 -REQUIRED_USE="?? ( pcre tre )"
302 -
303 -DEPEND="
304 - >=media-video/vdr-2.4
305 - pcre? ( dev-libs/libpcre )
306 - tre? ( dev-libs/tre )"
307 -RDEPEND="${DEPEND}"
308 -BDEPEND="
309 - sys-apps/groff
310 - dev-lang/perl"
311 -
312 -QA_FLAGS_IGNORED="
313 - usr/lib/vdr/plugins/libvdr-.*
314 - usr/lib64/vdr/plugins/libvdr-.*
315 - usr/bin/createcats"
316 -S="${WORKDIR}/vdr-plugin-epgsearch-${GIT_COMMIT_ID}"
317 -
318 -PATCHES=(
319 - "${FILESDIR}/${PN}-2.4.0_makefile.patch"
320 - "${FILESDIR}/${PN}-2.4.0_docsrc2man-no-gzip.patch"
321 - "${FILESDIR}/${PN}-2.4.0_fix-docs.patch"
322 - )
323 -
324 -src_prepare() {
325 - # remove untranslated .po files
326 - rm "${S}"/po/{ca_ES,da_DK,el_GR,et_EE,hr_HR,hu_HU,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po \
327 - || die "cannot remove untranslated .po files"
328 -
329 - use conflictcheckonly || sed -e "s:install-\$(PLUGIN3)::" -i Makefile || die "cannot modify Makefile"
330 - use epgsearchonly || sed -e "s:install-\$(PLUGIN2)::" -i Makefile || die "cannot modify Makefile"
331 - use quicksearch || sed -e "s:install-\$(PLUGIN4)::" -i Makefile || die "cannot modify Makefile"
332 -
333 - vdr-plugin-2_src_prepare
334 -
335 - fix_vdr_libsi_include conflictcheck.c
336 -
337 - # install conf-file disabled
338 - sed -e '/^Menu/s:^:#:' -i conf/epgsearchmenu.conf || die "cannot modify epgsearchmenu.conf"
339 -
340 - # Get rid of the broken symlink
341 - rm README || die "cannot remove broken symlink"
342 -}
343 -
344 -src_compile() {
345 - BUILD_PARAMS="SENDMAIL=/usr/bin/sendmail AUTOCONFIG=0"
346 -
347 - if use pcre; then
348 - BUILD_PARAMS+=" REGEXLIB=pcre"
349 - einfo "Using pcre for regexp searches"
350 - fi
351 -
352 - if use tre; then
353 - BUILD_PARAMS+=" REGEXLIB=tre"
354 - einfo "Using tre for unlimited fuzzy searches"
355 - fi
356 -
357 - vdr-plugin-2_src_compile
358 -}
359 -
360 -src_install() {
361 - local DOCS=( conf/*.templ HISTORY* README.Translators )
362 - vdr-plugin-2_src_install
363 -
364 - diropts -m 755 -o vdr -g vdr
365 - insopts -m 644 -o vdr -g vdr
366 - keepdir /etc/vdr/plugins/epgsearch
367 - insinto /etc/vdr/plugins/epgsearch
368 - doins conf/*
369 -
370 - doman man/en/*
371 - doman -i18n=de man/de/*
372 -}