From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C524E138359 for ; Fri, 4 Sep 2020 23:12:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06D1FE0884; Fri, 4 Sep 2020 23:12:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3304E0884 for ; Fri, 4 Sep 2020 23:12:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06903335D41 for ; Fri, 4 Sep 2020 23:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1E72315 for ; Fri, 4 Sep 2020 23:12:11 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1599261111.c1f15bee70544a0f260ec8e5ef853ae71fffe669.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild X-VCS-Directories: net-print/hplip-plugin/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c1f15bee70544a0f260ec8e5ef853ae71fffe669 X-VCS-Branch: master Date: Fri, 4 Sep 2020 23:12:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a9cf40e-c258-4a0f-9aed-5624f120e4c0 X-Archives-Hash: fff5f93a4340e2b77661d7d182d3bc4c commit: c1f15bee70544a0f260ec8e5ef853ae71fffe669 Author: James Le Cuirot gentoo org> AuthorDate: Fri Sep 4 22:54:18 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Sep 4 23:11:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f15bee net-print/hplip-plugin: Mark all *.so files as prebuilt They were already marked as prestripped but were still tripping other QA checks. Closes: https://bugs.gentoo.org/740324 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: James Le Cuirot gentoo.org> net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild | 10 +--------- net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild | 10 +--------- net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild | 10 +--------- 3 files changed, 3 insertions(+), 27 deletions(-) diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild index 31513651013..94c7a5c5514 100644 --- a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild +++ b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild @@ -25,15 +25,7 @@ S=${WORKDIR} HPLIP_HOME=/usr/share/hplip # Binary prebuilt package -QA_PRESTRIPPED=" - /usr/share/hplip/fax/plugins/fax_marvell.so - /usr/share/hplip/prnt/plugins/hbpl1.so - /usr/share/hplip/prnt/plugins/lj.so - /usr/share/hplip/scan/plugins/bb_escl.so - /usr/share/hplip/scan/plugins/bb_marvell.so - /usr/share/hplip/scan/plugins/bb_soapht.so - /usr/share/hplip/scan/plugins/bb_soap.so -" +QA_PREBUILT="${HPLIP_HOME}/*.so" # License does not allow us to redistribute the "source" package RESTRICT="mirror" diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild b/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild index 31513651013..94c7a5c5514 100644 --- a/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild +++ b/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild @@ -25,15 +25,7 @@ S=${WORKDIR} HPLIP_HOME=/usr/share/hplip # Binary prebuilt package -QA_PRESTRIPPED=" - /usr/share/hplip/fax/plugins/fax_marvell.so - /usr/share/hplip/prnt/plugins/hbpl1.so - /usr/share/hplip/prnt/plugins/lj.so - /usr/share/hplip/scan/plugins/bb_escl.so - /usr/share/hplip/scan/plugins/bb_marvell.so - /usr/share/hplip/scan/plugins/bb_soapht.so - /usr/share/hplip/scan/plugins/bb_soap.so -" +QA_PREBUILT="${HPLIP_HOME}/*.so" # License does not allow us to redistribute the "source" package RESTRICT="mirror" diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild b/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild index 31513651013..94c7a5c5514 100644 --- a/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild +++ b/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild @@ -25,15 +25,7 @@ S=${WORKDIR} HPLIP_HOME=/usr/share/hplip # Binary prebuilt package -QA_PRESTRIPPED=" - /usr/share/hplip/fax/plugins/fax_marvell.so - /usr/share/hplip/prnt/plugins/hbpl1.so - /usr/share/hplip/prnt/plugins/lj.so - /usr/share/hplip/scan/plugins/bb_escl.so - /usr/share/hplip/scan/plugins/bb_marvell.so - /usr/share/hplip/scan/plugins/bb_soapht.so - /usr/share/hplip/scan/plugins/bb_soap.so -" +QA_PREBUILT="${HPLIP_HOME}/*.so" # License does not allow us to redistribute the "source" package RESTRICT="mirror"