summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-03-03 10:19:21 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-03-03 10:20:01 +0100
commitd6e8143a25486b177a1509abd4b17db543cc5abf (patch)
tree2d69a2dcbad6b50010760a4cd359e8babecffd6d /dev-ada
parentapp-crypt/xca: add 2.6.0 (diff)
downloadgentoo-d6e8143a25486b177a1509abd4b17db543cc5abf.tar.gz
gentoo-d6e8143a25486b177a1509abd4b17db543cc5abf.tar.bz2
gentoo-d6e8143a25486b177a1509abd4b17db543cc5abf.zip
dev-ada/xmlada: drop file built by test
Closes: https://bugs.gentoo.org/870589 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/xmlada/xmlada-24.0.0-r2.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-ada/xmlada/xmlada-24.0.0-r2.ebuild b/dev-ada/xmlada/xmlada-24.0.0-r2.ebuild
index 06c057c1ae94..4573d542d587 100644
--- a/dev-ada/xmlada/xmlada-24.0.0-r2.ebuild
+++ b/dev-ada/xmlada/xmlada-24.0.0-r2.ebuild
@@ -72,6 +72,14 @@ src_test() {
-cargs ${ADAFLAGS} || die "gprbuild failed"
emake --no-print-directory -C tests tests | tee xmlada.testLog
grep -q DIFF xmlada.testLog && die
+ rm docs/*/b__* || die
+ rm docs/*/*ali || die
+ rm docs/*/*std* || die
+ rm docs/*/*bexch || die
+ rm docs/*/*.o || die
+ rm docs/*/*example || die
+ rm docs/dom/domexample2 || die
+ rm docs/sax/saxexample_main || die
}
src_install() {