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: Fri, 31 May 2019 12:35:35 +0000 (UTC)	[thread overview]
Message-ID: <1559306116.3014ea80e719e71e332c82daec86852236a2d0e3.tupone@gentoo> (raw)

commit:     3014ea80e719e71e332c82daec86852236a2d0e3
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 12:35:16 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri May 31 12:35:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3014ea80

dev-ada/asis: enable build with gnat-gpl-2019

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ada/asis/asis-2018-r1.ebuild | 55 ++++++++++++++++++++++++++++++++++++++++
 dev-ada/asis/metadata.xml        |  1 +
 2 files changed, 56 insertions(+)

diff --git a/dev-ada/asis/asis-2018-r1.ebuild b/dev-ada/asis/asis-2018-r1.ebuild
new file mode 100644
index 00000000000..0bb54ce915b
--- /dev/null
+++ b/dev-ada/asis/asis-2018-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multiprocessing
+MYP=${PN}-gpl-${PV}-src
+
+DESCRIPTION="To develop tools for Ada software"
+HOMEPAGE="http://libre.adacore.com/"
+SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819e0c7a447df26c27ab8
+	-> ${MYP}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnat_2017 +gnat_2018 gnat_2019"
+
+RDEPEND="
+	gnat_2017? ( dev-ada/gnat_util[gnat_2017] )
+	gnat_2018? ( dev-ada/gnat_util[gnat_2018] )
+	gnat_2019? ( dev-ada/gnat_util[gnat_2019] )
+	|| (
+		dev-ada/gnatcoll-core[gnat_2017=,gnat_2018=,gnat_2019=,shared]
+		dev-ada/gnatcoll[gnat_2017=,gnat_2018=,gnat_2019=,projects,shared]
+	)"
+DEPEND="${RDEPEND}
+	dev-ada/gprbuild[gnat_2017=,gnat_2018=,gnat_2019=]"
+
+REQUIRED_USE="|| ( gnat_2017 gnat_2018 gnat_2019 )"
+
+S="${WORKDIR}"/${MYP}
+
+PATCHES=( "${FILESDIR}"/${PN}-2017-gentoo.patch )
+
+src_compile() {
+	emake PROCESSORS=$(makeopts_jobs) \
+		GPRBUILD_FLAGS="-vl"
+	emake tools PROCESSORS=$(makeopts_jobs) \
+		GPRBUILD_FLAGS="-vl \
+		-XGPR_BUILD=relocatable \
+		-XLIBRARY_TYPE=relocatable \
+		-XXMLADA_BUILD=relocatable"
+}
+
+src_install() {
+	emake prefix="${D}"/usr install
+	emake prefix="${D}"/usr install-tools \
+		GPRINSTALL="gprinstall \
+		-XGPR_BUILD=relocatable \
+		-XLIBRARY_TYPE=relocatable \
+		-XXMLADA_BUILD=relocatable"
+	rm -r "${D}"/usr/share/gpr/manifests || die
+	mv "${D}"/usr/bin/gnatpp{,-asis} || die
+}

diff --git a/dev-ada/asis/metadata.xml b/dev-ada/asis/metadata.xml
index 416ad818fe8..eade29a824b 100644
--- a/dev-ada/asis/metadata.xml
+++ b/dev-ada/asis/metadata.xml
@@ -9,6 +9,7 @@
 		<flag name="gnat_2016">Compile with dev-lang/gnat-gpl-2016</flag>
 		<flag name="gnat_2017">Compile with dev-lang/gnat-gpl-2017</flag>
 		<flag name="gnat_2018">Compile with dev-lang/gnat-gpl-2018</flag>
+		<flag name="gnat_2019">Compile with dev-lang/gnat-gpl-2019</flag>
 	</use>
 	<longdescription lang="en">
 		ASIS is a library that gives applications access to the complete


             reply	other threads:[~2019-05-31 12:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-31 12:35 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
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
2018-03-08 10:18 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=1559306116.3014ea80e719e71e332c82daec86852236a2d0e3.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