diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2019-10-14 23:26:59 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-17 07:51:17 +0300 |
commit | a70910f9505a15b120f883685769d27149710256 (patch) | |
tree | 8182357381495e3659fe2132289945e40b1a8026 /media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild | |
parent | dev-db/sqlitebrowser: Handling test dependency correctly (diff) | |
download | gentoo-a70910f9505a15b120f883685769d27149710256.tar.gz gentoo-a70910f9505a15b120f883685769d27149710256.tar.bz2 gentoo-a70910f9505a15b120f883685769d27149710256.zip |
media-plugins/vdr-epgsearch: fix QA issues, #694644
remove duplicate identical patch files
update ebuild headers
add QA_FLAGS_IGNORED hint
Closes: https://bugs.gentoo.org/694644
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/13304
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild')
-rw-r--r-- | media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild index bfc710beb8f3..036df79eeb1e 100644 --- a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild +++ b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,7 @@ 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 )" @@ -30,7 +31,7 @@ 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 - eapply "${FILESDIR}/${P}_makefile.diff" + eapply "${FILESDIR}/vdr-epgsearch-1.x.makefile.patch" use conflictcheckonly || sed -e "s:install-\$(PLUGIN3)::" -i Makefile use epgsearchonly || sed -e "s:install-\$(PLUGIN2)::" -i Makefile |