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/aws/
Date: Mon,  2 Jul 2018 07:05:28 +0000 (UTC)	[thread overview]
Message-ID: <1530515115.9564faf6a428481c13f78d99d52c205036d7358b.tupone@gentoo> (raw)

commit:     9564faf6a428481c13f78d99d52c205036d7358b
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  2 07:05:15 2018 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jul  2 07:05:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9564faf6

dev-ada/aws: Version bump to 2018

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/aws/Manifest        |  1 +
 dev-ada/aws/aws-2018.ebuild | 51 +++++++++++++++++++++++++++++++++++++++++++++
 dev-ada/aws/metadata.xml    |  1 +
 3 files changed, 53 insertions(+)

diff --git a/dev-ada/aws/Manifest b/dev-ada/aws/Manifest
index f4d60634e1e..c35bc25d4ba 100644
--- a/dev-ada/aws/Manifest
+++ b/dev-ada/aws/Manifest
@@ -1 +1,2 @@
 DIST aws-gpl-2017-src.tar.gz 12298806 BLAKE2B 9c45d77dd44da11efe99c6e3128fc5920b39eaaf620e266b2dab394866c2d6a3cd1abe4eb01d9024960ef9046662c0df690f72c687fbe0a64b1021ed9c383828 SHA512 a7ddd332cbf3e699fdb7f734fba7dfabed2a92745bbc7fbd4ae5ea5da6a5e98c5434d7a9a3d7071d57b8294cc5c0c2a3802ded607e9402a1cf5e5bed8f5a8c35
+DIST aws-gpl-2018-src.tar.gz 4193276 BLAKE2B 31fa99fc3324f2514799a33cbd282f68a26d133da14ee2a70d3f5091c3670e82a7b77f9f941e593e914a755dd54d5a1e352d201a9dc097991b7bd50aa9f54b3b SHA512 62b85f70dd722148bbf3ad85bfd6cde2d0ab1d8029f673eb7ee42b0890c3dbf0f023c321e96eca99ccd2f0b235347ab577cfb558e7d81993d166683ec815dbe4

diff --git a/dev-ada/aws/aws-2018.ebuild b/dev-ada/aws/aws-2018.ebuild
new file mode 100644
index 00000000000..f4d94c7b918
--- /dev/null
+++ b/dev-ada/aws/aws-2018.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multiprocessing
+
+MY_P=${PN}-gpl-${PV}-src
+
+DESCRIPTION="A complete Web development framework"
+HOMEPAGE="http://libre.adacore.com/tools/aws/"
+SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819e0c7a447df26c27abd
+	-> ${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnat_2016 gnat_2017 +gnat_2018"
+
+RDEPEND="dev-ada/xmlada[gnat_2016=,gnat_2017=,gnat_2018(-)=]
+	dev-ada/xmlada[shared,static-libs]"
+DEPEND="${RDEPEND}
+	dev-ada/asis[gnat_2016=,gnat_2017=,gnat_2018(-)=]
+	dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018(-)=]"
+
+S="${WORKDIR}"/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${PN}-2016-gentoo.patch )
+
+src_configure() {
+	emake -j1 setup prefix=/usr ENABLE_SHARED=true
+}
+
+src_compile() {
+	if use gnat_2018; then
+		GCC_PV=7.3.1
+	elif use gnat_2017; then
+		GCC_PV=6.3.0
+	else
+		GCC_PV=4.9.4
+	fi
+	emake GCC=${CHOST}-gcc-${GCC_PV} \
+		PROCESSORS=$(makeopts_jobs) \
+		DEBUG=true \
+		GPRBUILD="/usr/bin/gprbuild -v"
+}
+
+src_install() {
+	emake DESTDIR="${D}" DEBUG=true install
+	einstalldocs
+}

diff --git a/dev-ada/aws/metadata.xml b/dev-ada/aws/metadata.xml
index 7662c41c5d1..d2da6346373 100644
--- a/dev-ada/aws/metadata.xml
+++ b/dev-ada/aws/metadata.xml
@@ -8,6 +8,7 @@
 	<use>
 		<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>
 	</use>
 	<longdescription lang="en">
 		AWS is a complete framework to develop Web based applications. The main part


             reply	other threads:[~2018-07-02  7:05 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-02  7:05 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-11  8:26 [gentoo-commits] repo/gentoo:master commit in: dev-ada/aws/ Alfredo Tupone
2025-05-01 21:20 Alfredo Tupone
2025-05-01 21:20 Alfredo Tupone
2025-04-27 11:28 Sam James
2025-04-26 15:37 Alfredo Tupone
2025-04-26 15:01 Sam James
2025-04-10 18:17 Alfredo Tupone
2025-02-23 21:23 Alfredo Tupone
2025-02-04 20:55 Alfredo Tupone
2025-02-04 17:43 Alfredo Tupone
2024-12-15  4:30 Sam James
2024-12-15  4:30 Sam James
2024-11-23 11:41 Alfredo Tupone
2024-03-21 20:09 Alfredo Tupone
2023-12-26 11:12 Alfredo Tupone
2023-12-22 12:57 Alfredo Tupone
2023-06-01 20:40 Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-03-21  7:25 Alfredo Tupone
2023-01-15  9:57 Alfredo Tupone
2022-12-05 13:23 Alfredo Tupone
2022-11-21 17:40 Alfredo Tupone
2021-12-19 22:09 Agostino Sarubbo
2021-11-25  7:15 Alfredo Tupone
2021-07-20  6:33 Agostino Sarubbo
2021-06-05  8:26 Alfredo Tupone
2021-06-04 19:26 Alfredo Tupone
2020-08-01 20:42 Alfredo Tupone
2019-11-09 19:32 Alfredo Tupone
2019-10-21  6:39 Alfredo Tupone
2019-09-17  6:53 Alfredo Tupone
2019-08-29  6:28 Alfredo Tupone
2019-08-27 10:10 Alfredo Tupone
2019-06-21  6:17 Alfredo Tupone
2019-06-12 16:44 Alfredo Tupone
2019-06-09 10:32 Alfredo Tupone
2019-06-04 20:12 Alfredo Tupone
2019-01-16  7:35 Alfredo Tupone
2018-11-27 19:33 Alfredo Tupone
2018-07-19 18:26 Alfredo Tupone
2018-04-21 19:58 Alfredo Tupone
2018-03-09 13:35 Alfredo Tupone
2018-02-12 19:11 Alfredo Tupone
2017-07-04 10:00 Alfredo Tupone
2017-07-03 20:05 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=1530515115.9564faf6a428481c13f78d99d52c205036d7358b.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