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/, dev-ada/xmlada/
Date: Thu, 22 Jun 2017 20:04:46
Message-Id: 1498161875.2fffa1c734df3707050d0650cdde74e43666f76c.tupone@gentoo
1 commit: 2fffa1c734df3707050d0650cdde74e43666f76c
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 22 20:04:35 2017 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 22 20:04:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fffa1c7
7
8 dev-ada/xmlada: Build using the compiler associated to gprbuild
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 10 ----------
13 dev-ada/xmlada/files/xmlada-2017-gentoo.patch | 10 ----------
14 dev-ada/xmlada/xmlada-2017.ebuild | 2 --
15 3 files changed, 22 deletions(-)
16
17 diff --git a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
18 index 820fa526edc..7c28a02289f 100644
19 --- a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
20 +++ b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
21 @@ -17,13 +17,3 @@
22
23 # Rebuild the tests (and not the XML/Ada code itself)
24 test: force
25 ---- xmlada-gpl-2016-src/shared.gpr.in.old 2017-06-20 21:22:08.312775803 +0200
26 -+++ xmlada-gpl-2016-src/shared.gpr.in 2017-06-20 21:22:47.486201843 +0200
27 -@@ -76,6 +76,7 @@
28 - when "profile" =>
29 - for Switches ("Ada") use warnings & ("-g", "-pg");
30 - end case;
31 -+ for Driver ("Ada") use External ("ADA", "gcc");
32 - end compiler;
33 -
34 - package binder is
35
36 diff --git a/dev-ada/xmlada/files/xmlada-2017-gentoo.patch b/dev-ada/xmlada/files/xmlada-2017-gentoo.patch
37 deleted file mode 100644
38 index cdf5da8bb5f..00000000000
39 --- a/dev-ada/xmlada/files/xmlada-2017-gentoo.patch
40 +++ /dev/null
41 @@ -1,10 +0,0 @@
42 ---- xmlada-gpl-2016-src/shared.gpr.in.old 2017-06-20 21:22:08.312775803 +0200
43 -+++ xmlada-gpl-2016-src/shared.gpr.in 2017-06-20 21:22:47.486201843 +0200
44 -@@ -76,6 +76,7 @@
45 - when "profile" =>
46 - for Switches ("Ada") use warnings & ("-g", "-pg");
47 - end case;
48 -+ for Driver ("Ada") use External ("ADA", "gcc");
49 - end compiler;
50 -
51 - package binder is
52
53 diff --git a/dev-ada/xmlada/xmlada-2017.ebuild b/dev-ada/xmlada/xmlada-2017.ebuild
54 index 0b67a93ace6..08f0beb233e 100644
55 --- a/dev-ada/xmlada/xmlada-2017.ebuild
56 +++ b/dev-ada/xmlada/xmlada-2017.ebuild
57 @@ -24,8 +24,6 @@ DEPEND="${RDEPEND}
58
59 S="${WORKDIR}"/${MYP}-src
60
61 -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
62 -
63 src_configure () {
64 econf --prefix="${D}"/usr
65 }