commit: 3857179810741a18d16cf021b980f342f58870ce Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Mon Dec 22 21:26:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 12:46:18 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38571798
media-plugins/vdr-epgsearch: drop 2.4.1 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/45129 Closes: https://github.com/gentoo/gentoo/pull/45129 Signed-off-by: Sam James <sam <AT> gentoo.org> media-plugins/vdr-epgsearch/Manifest | 1 - .../vdr-epgsearch-2.4.0_docsrc2man-no-gzip.patch | 12 --- .../files/vdr-epgsearch-2.4.0_makefile.patch | 42 ---------- .../vdr-epgsearch/vdr-epgsearch-2.4.1.ebuild | 95 ---------------------- 4 files changed, 150 deletions(-) diff --git a/media-plugins/vdr-epgsearch/Manifest b/media-plugins/vdr-epgsearch/Manifest index 493c0ec1d203..817a839189ed 100644 --- a/media-plugins/vdr-epgsearch/Manifest +++ b/media-plugins/vdr-epgsearch/Manifest @@ -1,3 +1,2 @@ -DIST vdr-epgsearch-2.4.1.tar.gz 481899 BLAKE2B ab0325fbab73d3c6e6753b926ca0cde6ec971fd42f7b8badf4b306671bf3380c5784262fe1f24e6ce57fef1903ef533b450ea03c346242b5a72f26eeba8a6bd9 SHA512 031ee227a5d45bbf1344cc8195dfd38d23ff23303d55c8492e7b2f86f1f53402a68e6500888bf847cd3506ebc2cfbb73aef2b8b0d6ef98f210631642de1d1f9c DIST vdr-epgsearch-2.4.4.tar.gz 486758 BLAKE2B 908485f3c8dddbd8504961216b2e1bce7e1092a2c2708344686387282d7371cfbce13b70c069500eb73806e2cacff28bb77c49ba547351a9de030cb760d34d88 SHA512 635b126972eee600ba61f9072a5731857fe527da608c131b30b70dbe1b46c7f63e70b1d78c511aa978536badaef9aaa0a696f2d0790cba7c663aa1c5b2a98153 DIST vdr-epgsearch-2.4.5.tar.gz 513693 BLAKE2B 3c820dd6b5269d37f3103d7e68404c4549c3906f309fe5d121ad9d936a95b40c6e80a138fdcae4e71002768a0e247e11b48df364b1ebd46b485ca1e2336357fc SHA512 7e37c132417c20b13103cdbc4385a9247b82b1c2b62d2b66c13c593db3c313f8741003eb7bb461e9c5a7febd49e83ef3f90a8d3e021aeb08fee24f7747220a53 diff --git a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_docsrc2man-no-gzip.patch b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_docsrc2man-no-gzip.patch deleted file mode 100644 index 591323f7860b..000000000000 --- a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_docsrc2man-no-gzip.patch +++ /dev/null @@ -1,12 +0,0 @@ -Signed-off-by: Martin Dummer <[email protected]> ( 2020 Jan 03 ) ---- vdr-plugin-epgsearch-2.4.0/docsrc2man.sh.orig 2018-04-16 21:49:48.000000000 +0200 -+++ vdr-plugin-epgsearch-2.4.0/docsrc2man.sh 2019-03-14 12:46:58.515844269 +0100 -@@ -55,7 +55,7 @@ - function man_gz () { - if [ $PRINT_DEPS -eq 0 ]; then - rm "$DOCSRC"/$1/*~ 2>/dev/null -- gzip -f man/$1/*.[0-9] -+# do nothing // gzip -f man/$1/*.[0-9] - fi - } - diff --git a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_makefile.patch b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_makefile.patch deleted file mode 100644 index 5ec9c69af412..000000000000 --- a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_makefile.patch +++ /dev/null @@ -1,42 +0,0 @@ -Signed-off-by: Joerg Bornkessel <[email protected]> ( 25 Dec 2019 ) -diff -Naur vdr-plugin-epgsearch-2.4.0.orig/Makefile vdr-plugin-epgsearch-2.4.0/Makefile ---- vdr-plugin-epgsearch-2.4.0.orig/Makefile 2019-12-25 18:48:32.748492713 +0100 -+++ vdr-plugin-epgsearch-2.4.0/Makefile 2019-12-25 18:49:35.110492713 +0100 -@@ -281,9 +281,9 @@ - $(DEPFILE_stmp): - ./docsrc2man.sh - ./docsrc2html.sh -- ln -sf ./doc/en/epgsearch.4.txt MANUAL -- ln -sf ./doc/en/epgsearch.1.txt README -- ln -sf ./doc/de/epgsearch.1.txt README.DE -+# ln -sf ./doc/en/epgsearch.4.txt MANUAL -+# ln -sf ./doc/en/epgsearch.1.txt README -+# ln -sf ./doc/de/epgsearch.1.txt README.DE - @rm -f $(DEPFILE_stmp) - @date > $(DEPFILE_stmp) - -@@ -306,7 +306,7 @@ - $(Q)install -D libvdr-$(PLUGIN4).so $(DESTDIR)$(LIBDIR)/libvdr-$(PLUGIN4).so.$(APIVERSION) - - install-conf: -- mkdir -p $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)/conf.d -+ mkdir -p $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN) - cp -n conf/* $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN) - - install-doc: -@@ -325,7 +325,7 @@ - mkdir -p $(DESTDIR)$(BINDIR) - cp createcats $(DESTDIR)$(BINDIR) - --install: install-lib install-i18n install-conf install-doc install-bin -+install: install-lib install-i18n install-conf install-bin - - install-lib: install-$(PLUGIN) install-$(PLUGIN2) install-$(PLUGIN3) install-$(PLUGIN4) - -@@ -358,3 +358,6 @@ - @-rm -rf doc html man - @-rm -f MANUAL README README.DE - @-rm -f $(DEPFILE_stmp) $(DEPFILE_DOC) -+ -+# make detection in vdr-plugin-2.eclass for new Makefile handling happy -+# SOFILE diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.1.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.1.ebuild deleted file mode 100644 index cd763d6f9c82..000000000000 --- a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.1.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR plugin: create timers from epg content based on saved search expressions" -HOMEPAGE="http://winni.vdr-developer.org/epgsearch/index_eng.html" -GIT_COMMIT_ID="cff8dfe58853aa0cc4f6e9a8896104a920b98730" -SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git/snapshot/vdr-plugin-epgsearch-${GIT_COMMIT_ID}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/vdr-plugin-epgsearch-${GIT_COMMIT_ID}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="conflictcheckonly epgsearchonly pcre quicksearch tre" -REQUIRED_USE="?? ( pcre tre )" - -DEPEND=" - >=media-video/vdr-2.4 - pcre? ( dev-libs/libpcre ) - tre? ( dev-libs/tre )" -RDEPEND="${DEPEND}" -BDEPEND=" - sys-apps/groff - dev-lang/perl" - -PATCHES=( - "${FILESDIR}/${PN}-2.4.0_makefile.patch" - "${FILESDIR}/${PN}-2.4.0_docsrc2man-no-gzip.patch" -) - -QA_FLAGS_IGNORED=" - usr/lib/vdr/plugins/libvdr-.* - usr/lib64/vdr/plugins/libvdr-.* - usr/bin/createcats" - -src_prepare() { - # remove untranslated .po files - 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 untranslated .po files" - - if ! use conflictcheckonly; then - sed -e "s:install-\$(PLUGIN3)::" -i Makefile || die "cannot modify Makefile" - fi - - if ! use epgsearchonly; then - sed -e "s:install-\$(PLUGIN2)::" -i Makefile || die "cannot modify Makefile" - fi - - if ! use quicksearch; then - sed -e "s:install-\$(PLUGIN4)::" -i Makefile || die "cannot modify Makefile" - fi - - vdr-plugin-2_src_prepare - - fix_vdr_libsi_include conflictcheck.c - - # install conf-file disabled - sed -e '/^Menu/s:^:#:' -i conf/epgsearchmenu.conf || die "cannot modify epgsearchmenu.conf" - - # Get rid of the broken symlink - rm README || die "cannot remove broken symlink" -} - -src_compile() { - BUILD_PARAMS="SENDMAIL=/usr/bin/sendmail AUTOCONFIG=0" - - if use pcre; then - BUILD_PARAMS+=" REGEXLIB=pcre" - einfo "Using pcre for regexp searches" - fi - - if use tre; then - BUILD_PARAMS+=" REGEXLIB=tre" - einfo "Using tre for unlimited fuzzy searches" - fi - - vdr-plugin-2_src_compile -} - -src_install() { - local DOCS=( conf/*.templ HISTORY* README.Translators ) - vdr-plugin-2_src_install - - diropts -m 755 -o vdr -g vdr - insopts -m 644 -o vdr -g vdr - keepdir /etc/vdr/plugins/epgsearch - insinto /etc/vdr/plugins/epgsearch - doins conf/* - - doman man/en/* - doman -i18n=de man/de/* -}
