From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gpr-unit-provider/
Date: Sat, 17 Dec 2022 21:11:02 +0000 (UTC) [thread overview]
Message-ID: <1671311444.6cb4527f631bc9fa68e45a5dc9db81507fd1cb1a.tupone@gentoo> (raw)
commit: 6cb4527f631bc9fa68e45a5dc9db81507fd1cb1a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 21:10:44 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 21:10:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb4527f
dev-ada/gpr-unit-provider: new package, add 23.0.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/gpr-unit-provider/Manifest | 1 +
.../gpr-unit-provider-23.0.0.ebuild | 39 ++++++++++++++++++++++
dev-ada/gpr-unit-provider/metadata.xml | 13 ++++++++
3 files changed, 53 insertions(+)
diff --git a/dev-ada/gpr-unit-provider/Manifest b/dev-ada/gpr-unit-provider/Manifest
new file mode 100644
index 000000000000..67a13de44e36
--- /dev/null
+++ b/dev-ada/gpr-unit-provider/Manifest
@@ -0,0 +1 @@
+DIST gpr-unit-provider-23.0.0.tar.gz 29171 BLAKE2B 11e6311cde8ef12174a90e2ba3063734903e367bd027c6b3edb5f43f5d498e90ba97c89634a9b1f176f15e4ed97f5962f1b786d7f86f9afaa19a4d5688194649 SHA512 b67f922e8460be69357da046d8c74bf580efa05498d4aee190d0a0ac1f69a5d111e85ca2f52562fbdd27c7a343d2cac777d86fb8b38b3fbd627e3b42afca36f9
diff --git a/dev-ada/gpr-unit-provider/gpr-unit-provider-23.0.0.ebuild b/dev-ada/gpr-unit-provider/gpr-unit-provider-23.0.0.ebuild
new file mode 100644
index 000000000000..f87d5cb7242e
--- /dev/null
+++ b/dev-ada/gpr-unit-provider/gpr-unit-provider-23.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
+inherit ada multiprocessing
+
+DESCRIPTION="GPR Unit Provider"
+HOMEPAGE="https://github.com/AdaCore/gpr-unit-provider"
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${ADA_DEPS}
+ dev-ada/gpr[${ADA_USEDEP},shared?]
+ dev-ada/libadalang[${ADA_USEDEP},static-libs]
+ shared? ( dev-ada/libadalang[static-pic] )"
+DEPEND="${RDEPEND}"
+BDEPEND=""
+
+IUSE="+shared"
+REQUIRED_USE="${ADA_REQUIRED_USE}"
+
+src_compile() {
+ emake PROCESSORS=$(makeopts_jobs) \
+ ENABLE_SHARED=$(usex shared) \
+ GPRBUILD_OPTIONS=-v
+}
+
+src_install() {
+ emake ENABLE_SHARED=$(usex shared) \
+ prefix="${D}"/usr \
+ install
+ einstalldocs
+}
diff --git a/dev-ada/gpr-unit-provider/metadata.xml b/dev-ada/gpr-unit-provider/metadata.xml
new file mode 100644
index 000000000000..650d892ed260
--- /dev/null
+++ b/dev-ada/gpr-unit-provider/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ada@gentoo.org</email>
+ </maintainer>
+ <use>
+ <flag name="shared">Build shared library</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">AdaCore/gpr-unit-provider</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2022-12-17 21:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-17 21:11 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-21 7:25 [gentoo-commits] repo/gentoo:master commit in: dev-ada/gpr-unit-provider/ Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-04-15 19:31 Alfredo Tupone
2023-04-24 9:17 Alfredo Tupone
2023-12-12 21:20 Alfredo Tupone
2024-10-19 19:49 Alfredo Tupone
2025-02-24 20:32 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=1671311444.6cb4527f631bc9fa68e45a5dc9db81507fd1cb1a.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