diff options
author | 2023-02-02 09:21:18 +0100 | |
---|---|---|
committer | 2023-02-02 09:22:40 +0100 | |
commit | b9905ce787bc1ea8d6bcacc911f72722a21b319c (patch) | |
tree | 791d45e6f30ed7eee1bfcb206a711f888ba61a74 /dev-ada/xmlada/files | |
parent | dev-ada/gprconfig_kb: drop 22.0.0-r1 (diff) | |
download | gentoo-b9905ce787bc1ea8d6bcacc911f72722a21b319c.tar.gz gentoo-b9905ce787bc1ea8d6bcacc911f72722a21b319c.tar.bz2 gentoo-b9905ce787bc1ea8d6bcacc911f72722a21b319c.zip |
dev-ada/xmlada: drop old
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/xmlada/files')
-rw-r--r-- | dev-ada/xmlada/files/xmlada-2019-gentoo.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ada/xmlada/files/xmlada-2019-gentoo.patch b/dev-ada/xmlada/files/xmlada-2019-gentoo.patch deleted file mode 100644 index 901797ebfde0..000000000000 --- a/dev-ada/xmlada/files/xmlada-2019-gentoo.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/Makefile.in 2017-12-04 20:09:23.730805855 +0100 -+++ b/Makefile.in 2017-12-04 20:09:51.586331155 +0100 -@@ -62,7 +62,8 @@ - - # Rebuild the tests (and not the XML/Ada code itself) - test: force -+ GPR_PROJECT_PATH=schema:input_sources:dom:sax:unicode \ - ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} \ - -XTESTS_ACTIVATED=Only xmlada.gpr - - # Run the tests. This requires an install of XML/Ada first ---- a/tests/Makefile 2017-12-04 21:38:29.722818904 +0100 -+++ b/tests/Makefile 2017-12-04 21:38:54.229382658 +0100 -@@ -1,8 +1,6 @@ - TESTS= test_unicode \ - test_state \ -- test_xml \ - test_adacore_dom \ -- test_schema \ - test_date_time \ - test_numbers \ - test_adacore_schema \ -@@ -71,6 +71,7 @@ - test_multiple_xsd: - @echo "multiple xsd" - @cd schema/multiple_xsd; \ -+ GPR_PROJECT_PATH=../../../distrib:../../../input_sources:../../../dom:../../../sax:../../../schema:../../../unicode \ - gprbuild -q -Pdefault.gpr; \ - ./validate > $(RESULTS)/multiple_xsd.out; \ - cp $(RESULTS)/multiple_xsd.out $(RESULTS)/multiple_xsd.diff; \ |