commit: 9f37a921c664684733c4953b828b4f8c7bed96a5
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jan 2 10:23:43 2018 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 3 10:35:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f37a921
dev-ada/xmlada: remove unused patch
dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 42 ---------------------------
1 file changed, 42 deletions(-)
diff --git a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
deleted file mode 100644
index a90b963edd3..00000000000
--- a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- xmlada-2016-src/Makefile.in.old 2016-12-04 21:58:57.251338692 +0100
-+++ xmlada-2016-src/Makefile.in 2016-12-04 21:59:31.332755615 +0100
-@@ -49,16 +49,17 @@
- endif
-
- static:
-- ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr
-+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs
$(ADAFLAGS)
-
- shared relocatable:
-- ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr
-+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr
-cargs $(ADAFLAGS)
-
- static-pic:
-- ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr
-+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr
-cargs $(ADAFLAGS)
-
- # 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
-
---- xmlada-gpl-2016-src/tests/Makefile.old 2017-12-04 21:15:16.330459020
+0100
-+++ xmlada-gpl-2016-src/tests/Makefile 2017-12-04 21:15:33.176156634 +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; \