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 83DE31382C5 for ; Wed, 17 Jun 2020 17:29:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B94C2E092A; Wed, 17 Jun 2020 17:29:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A26B2E092A for ; Wed, 17 Jun 2020 17:29:10 +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 67ECA34F326 for ; Wed, 17 Jun 2020 17:29:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B818C175 for ; Wed, 17 Jun 2020 17:29:05 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1592414929.58845ba34c90da0d572862065ff305ad08b41aa0.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/xmlada/xmlada-2020.ebuild X-VCS-Directories: dev-ada/xmlada/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 58845ba34c90da0d572862065ff305ad08b41aa0 X-VCS-Branch: master Date: Wed, 17 Jun 2020 17:29:05 +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: 024041ec-df4a-4a3e-aff8-11930f675e99 X-Archives-Hash: 719d94bb45a0cdd0819fcd07560b3547 commit: 58845ba34c90da0d572862065ff305ad08b41aa0 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Jun 17 17:28:49 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Jun 17 17:28:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58845ba3 dev-ada/xmlada: clean examples directory Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/xmlada/xmlada-2020.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dev-ada/xmlada/xmlada-2020.ebuild b/dev-ada/xmlada/xmlada-2020.ebuild index cbc536004e3..50ecc0beced 100644 --- a/dev-ada/xmlada/xmlada-2020.ebuild +++ b/dev-ada/xmlada/xmlada-2020.ebuild @@ -28,14 +28,6 @@ S="${WORKDIR}"/${MYP} PATCHES=( "${FILESDIR}"/${PN}-2019-gentoo.patch ) -QA_FLAGS_IGNORED=( - /usr/lib/xmlada/xmlada_dom.relocatable/libxmlada_dom.so.2020 - /usr/lib/xmlada/xmlada_input.relocatable/libxmlada_input_sources.so.2020 - /usr/lib/xmlada/xmlada_sax.relocatable/libxmlada_sax.so.2020 - /usr/lib/xmlada/xmlada_schema.relocatable/libxmlada_schema.so.2020 - /usr/lib/xmlada/xmlada_unicode.relocatable/libxmlada_unicode.so.2020 -) - src_configure() { econf --prefix="${D}"/usr } @@ -89,5 +81,6 @@ src_install() { einstalldocs dodoc xmlada-roadmap.txt rm -f "${D}"/usr/share/doc/${PN}/.buildinfo + rm -rf "${D}"/usr/share/examples rm -rf "${D}"/usr/share/gpr/manifests }