Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/files/
Date: Wed, 03 Jan 2018 10:35:41
Message-Id: 1514975703.9f37a921c664684733c4953b828b4f8c7bed96a5.tupone@gentoo
1 commit: 9f37a921c664684733c4953b828b4f8c7bed96a5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 2 10:23:43 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 10:35:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f37a921
7
8 dev-ada/xmlada: remove unused patch
9
10 dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 42 ---------------------------
11 1 file changed, 42 deletions(-)
12
13 diff --git a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
14 deleted file mode 100644
15 index a90b963edd3..00000000000
16 --- a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
17 +++ /dev/null
18 @@ -1,42 +0,0 @@
19 ---- xmlada-2016-src/Makefile.in.old 2016-12-04 21:58:57.251338692 +0100
20 -+++ xmlada-2016-src/Makefile.in 2016-12-04 21:59:31.332755615 +0100
21 -@@ -49,16 +49,17 @@
22 - endif
23 -
24 - static:
25 -- ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr
26 -+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
27 -
28 - shared relocatable:
29 -- ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr
30 -+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
31 -
32 - static-pic:
33 -- ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr
34 -+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
35 -
36 - # Rebuild the tests (and not the XML/Ada code itself)
37 - test: force
38 -+ GPR_PROJECT_PATH=schema:input_sources:dom:sax:unicode \
39 - ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} \
40 - -XTESTS_ACTIVATED=Only xmlada.gpr
41 -
42 ---- xmlada-gpl-2016-src/tests/Makefile.old 2017-12-04 21:15:16.330459020 +0100
43 -+++ xmlada-gpl-2016-src/tests/Makefile 2017-12-04 21:15:33.176156634 +0100
44 -@@ -1,8 +1,6 @@
45 - TESTS= test_unicode \
46 - test_state \
47 -- test_xml \
48 - test_adacore_dom \
49 -- test_schema \
50 - test_date_time \
51 - test_numbers \
52 - test_adacore_schema \
53 -@@ -71,6 +71,7 @@
54 - test_multiple_xsd:
55 - @echo "multiple xsd"
56 - @cd schema/multiple_xsd; \
57 -+ GPR_PROJECT_PATH=../../../distrib:../../../input_sources:../../../dom:../../../sax:../../../schema:../../../unicode \
58 - gprbuild -q -Pdefault.gpr; \
59 - ./validate > $(RESULTS)/multiple_xsd.out; \
60 - cp $(RESULTS)/multiple_xsd.out $(RESULTS)/multiple_xsd.diff; \