diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-20 20:22:31 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-20 21:40:26 +0200 |
commit | 014d395b5afaf387262c158c786f09f1356a3cd1 (patch) | |
tree | 3aa9d266aca79fa6cd8371862b2a2eae5043c9e1 /media-plugins | |
parent | x11-drivers/nvidia-drivers: add 470.74 (diff) | |
download | gentoo-014d395b5afaf387262c158c786f09f1356a3cd1.tar.gz gentoo-014d395b5afaf387262c158c786f09f1356a3cd1.tar.bz2 gentoo-014d395b5afaf387262c158c786f09f1356a3cd1.zip |
media-plugins/vdr-epgsearch: Remove old
Bug: https://bugs.gentoo.org/789402
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-epgsearch/Manifest | 2 | ||||
-rw-r--r-- | media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild | 84 | ||||
-rw-r--r-- | media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0_p20200402-r1.ebuild | 96 |
3 files changed, 0 insertions, 182 deletions
diff --git a/media-plugins/vdr-epgsearch/Manifest b/media-plugins/vdr-epgsearch/Manifest index 44ad6fb4a127..0728c012ece3 100644 --- a/media-plugins/vdr-epgsearch/Manifest +++ b/media-plugins/vdr-epgsearch/Manifest @@ -1,3 +1 @@ -DIST vdr-epgsearch-2.2.0.tgz 472502 BLAKE2B f98053d95a6fe56aff48bd3e86ae8a37166b3b8556fe3500c956901cb3f8d19c5792b157606d372392b7387c05a72f4d664881a27bbd5b9484640d8de73b8673 SHA512 c0fef60069addc3cca82535c22b7e1f73f01de7466bc6d0b837ba34df7a7dd0fe2cbf7e9b9bc36a523a75a3db18889a1ff9040fb2647c889ea74666067c3a1e4 -DIST vdr-epgsearch-2.4.0_p20200402.tar.gz 479998 BLAKE2B 04e83bd2361743669baba7b10a27fab91f22115b81fe69e9252cc5ecd94fb0fda55d8b6ce3fcaeb08e779f07d46d26e37026d1732d6b38c03385c659eacd5ab0 SHA512 586b369a25c32bbf2d33e68997e7298ad7fda50ac78da5321c848a74d91753a51e6f47d70ef6893ca980bfa2c9f167defd611464729ca4ebf704247e8e37a065 DIST vdr-epgsearch-2.4.1.tar.gz 481899 BLAKE2B ab0325fbab73d3c6e6753b926ca0cde6ec971fd42f7b8badf4b306671bf3380c5784262fe1f24e6ce57fef1903ef533b450ea03c346242b5a72f26eeba8a6bd9 SHA512 031ee227a5d45bbf1344cc8195dfd38d23ff23303d55c8492e7b2f86f1f53402a68e6500888bf847cd3506ebc2cfbb73aef2b8b0d6ef98f210631642de1d1f9c diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild deleted file mode 100644 index ebf6ebe1eb32..000000000000 --- a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 2020-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="https://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git" -SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-${VDRPLUGIN}.git/snapshot/vdr-plugin-${VDRPLUGIN}-${PV}.tar.gz -> ${P}.tgz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+conflictcheckonly +epgsearchonly pcre +quicksearch tre" - -DEPEND="=media-video/vdr-2.2* - pcre? ( dev-libs/libpcre ) - tre? ( dev-libs/tre )" -RDEPEND="${DEPEND}" -QA_FLAGS_IGNORED="usr/lib/vdr/plugins/libvdr-.* usr/lib64/vdr/plugins/libvdr-.* usr/bin/createcats" - -REQUIRED_USE="?? ( pcre tre )" - -S="${WORKDIR}/vdr-plugin-${VDRPLUGIN}-${PV}" - -src_prepare() { - # make detection in vdr-plugin-2.eclass for new Makefile handling happy - echo "# SOFILE" >> Makefile - - # 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 - - eapply "${FILESDIR}/vdr-epgsearch-1.x.makefile.patch" - - use conflictcheckonly || sed -e "s:install-\$(PLUGIN3)::" -i Makefile || die - use epgsearchonly || sed -e "s:install-\$(PLUGIN2)::" -i Makefile || die - use quicksearch || sed -e "s:install-\$(PLUGIN4)::" -i Makefile || die - - vdr-plugin-2_src_prepare - - fix_vdr_libsi_include conflictcheck.c - - # install conf-file disabled - sed -e '/^Menu/s:^:#:' -i conf/epgsearchmenu.conf || die - - # Get rid of the broken symlinks - rm -f README{,.DE} MANUAL || die -} - -src_compile() { - BUILD_PARAMS="SENDMAIL=/usr/sbin/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() { - vdr-plugin-2_src_install - - diropts "-m755 -o vdr -g vdr" - keepdir /etc/vdr/plugins/epgsearch - insinto /etc/vdr/plugins/epgsearch - - doins conf/epgsearchmenu.conf - doins conf/epgsearchconflmail.templ conf/epgsearchupdmail.templ - - nonfatal dodoc conf/*.templ HISTORY* - - gunzip -f man/en/*.gz || die - doman man/en/*.[0-9] - - gunzip -f man/de/*.gz || die - doman -i18n=de man/de/*.[0-9] -} diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0_p20200402-r1.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0_p20200402-r1.ebuild deleted file mode 100644 index 042aa1670c62..000000000000 --- a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0_p20200402-r1.ebuild +++ /dev/null @@ -1,96 +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="d8cff1a251ef2b54f1de3f8e6ea55a838eeb73c3" -SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git/snapshot/vdr-plugin-epgsearch-${GIT_COMMIT_ID}.tar.gz -> ${P}.tar.gz" - -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" - "${FILESDIR}/${P}_clang.patch" -) - -QA_FLAGS_IGNORED=" - usr/lib/vdr/plugins/libvdr-.* - usr/lib64/vdr/plugins/libvdr-.* - usr/bin/createcats" -S="${WORKDIR}/vdr-plugin-epgsearch-${GIT_COMMIT_ID}" - -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/sbin/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/* -} |