commit: 58845ba34c90da0d572862065ff305ad08b41aa0
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 17 17:28:49 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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
}