public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/asis/
Date: Thu,  8 Mar 2018 10:18:03 +0000 (UTC)	[thread overview]
Message-ID: <1520504255.4913e935f060f87c150f25dd05e50b073f7c309d.tupone@gentoo> (raw)

commit:     4913e935f060f87c150f25dd05e50b073f7c309d
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  8 10:17:12 2018 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar  8 10:17:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4913e935

dev-ada/asis: Require shared library for both xmlada and gnatcoll

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ada/asis/asis-2016.ebuild | 12 +++++++++---
 dev-ada/asis/asis-2017.ebuild | 12 +++++++++---
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/dev-ada/asis/asis-2016.ebuild b/dev-ada/asis/asis-2016.ebuild
index 48c6312f8b7..c54e214eb9e 100644
--- a/dev-ada/asis/asis-2016.ebuild
+++ b/dev-ada/asis/asis-2016.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,10 +31,16 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_compile() {
 	emake PROCESSORS=$(makeopts_jobs)
-	emake tools PROCESSORS=$(makeopts_jobs)
+	emake tools PROCESSORS=$(makeopts_jobs) \
+		GPRBUILD_FLAGS="-vl \
+		-XLIBRARY_TYPE=relocatable \
+		-XXMLADA_BUILD=relocatable"
 }
 
 src_install() {
 	emake prefix="${D}"/usr install
-	emake prefix="${D}"/usr install-tools
+	emake prefix="${D}"/usr install-tools \
+		GPRINSTALL="gprinstall \
+		-XLIBRARY_TYPE=relocatable \
+		-XXMLADA_BUILD=relocatable"
 }

diff --git a/dev-ada/asis/asis-2017.ebuild b/dev-ada/asis/asis-2017.ebuild
index 82141cacc33..abe7adfd62f 100644
--- a/dev-ada/asis/asis-2017.ebuild
+++ b/dev-ada/asis/asis-2017.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,10 +30,16 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_compile() {
 	emake PROCESSORS=$(makeopts_jobs)
-	emake tools PROCESSORS=$(makeopts_jobs)
+	emake tools PROCESSORS=$(makeopts_jobs) \
+		GPRBUILD_FLAGS="-vl \
+		-XLIBRARY_TYPE=relocatable \
+		-XXMLADA_BUILD=relocatable"
 }
 
 src_install() {
 	emake prefix="${D}"/usr install
-	emake prefix="${D}"/usr install-tools
+	emake prefix="${D}"/usr install-tools \
+		GPRINSTALL="gprinstall \
+		-XLIBRARY_TYPE=relocatable \
+		-XXMLADA_BUILD=relocatable"
 }


             reply	other threads:[~2018-03-08 10:18 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-08 10:18 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-19 10:06 [gentoo-commits] repo/gentoo:master commit in: dev-ada/asis/ Alfredo Tupone
2019-11-09 19:33 Alfredo Tupone
2019-11-03 20:34 Alfredo Tupone
2019-10-21  6:38 Alfredo Tupone
2019-09-16 12:51 Alfredo Tupone
2019-08-28 19:42 Alfredo Tupone
2019-06-21  6:17 Alfredo Tupone
2019-06-14  6:36 Alfredo Tupone
2019-06-08 18:05 Alfredo Tupone
2019-05-31 12:35 Alfredo Tupone
2018-12-02  8:58 Alfredo Tupone
2018-12-01 20:51 Alfredo Tupone
2018-11-29 21:16 Alfredo Tupone
2018-11-27 21:40 Alfredo Tupone
2018-11-27 19:09 Alfredo Tupone
2018-11-27 13:52 Alfredo Tupone
2018-11-27  9:57 Alfredo Tupone
2018-11-20 17:54 Alfredo Tupone
2018-11-14 21:43 Alfredo Tupone
2018-07-08  9:02 Alfredo Tupone
2018-07-01 14:34 Alfredo Tupone
2018-06-25  7:39 Alfredo Tupone
2018-06-15 10:22 Alfredo Tupone
2018-04-21 19:56 Alfredo Tupone
2018-03-09 13:34 Alfredo Tupone
2017-11-29 14:22 Alfredo Tupone
2017-07-05 12:00 Alfredo Tupone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1520504255.4913e935f060f87c150f25dd05e50b073f7c309d.tupone@gentoo \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox