From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatdoc/
Date: Tue, 04 Mar 2025 20:53:43 +0000 (UTC) [thread overview]
Message-ID: <1741121603.db463b58ba2a3bc12bf7bc21e767ce8ddf5c3105.tupone@gentoo> (raw)
commit: db463b58ba2a3bc12bf7bc21e767ce8ddf5c3105
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 4 20:53:23 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 4 20:53:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db463b58
dev-ada/gnatdoc: drop 24.0.0-r2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/gnatdoc/Manifest | 1 -
dev-ada/gnatdoc/gnatdoc-24.0.0-r2.ebuild | 46 --------------------------------
2 files changed, 47 deletions(-)
diff --git a/dev-ada/gnatdoc/Manifest b/dev-ada/gnatdoc/Manifest
index 593d9180fdcf..006854450cc5 100644
--- a/dev-ada/gnatdoc/Manifest
+++ b/dev-ada/gnatdoc/Manifest
@@ -1,2 +1 @@
-DIST gnatdoc-24.0.0.tar.gz 113089 BLAKE2B e26310504863b8b88391c715a1ecbc9657bd03c6bd4f9b6b67b20f2a5d00f8a9ed3dd537409538999eeeb893e407da552bd02ed05b8b6c3f655f57ac55e616b9 SHA512 95b33fc556ba25611faca6b64a5599b98471bf687d13f10727300c62305cd45585d59ea77a7c64d33619e324508951624a0855535464a6b9b5c6dd27d2a56f83
DIST gnatdoc-25.0.0.tar.gz 179534 BLAKE2B c3441f91eec0cbbf87602a9c4c650cc651982668ef212810e3fc037f9389f939c5e6831ba6d57abdd66e91b3d17fe76916b99dfcd3c91a7a9f7e44fb1ea467fa SHA512 64814a48dfda70c9de7590061fb20960f99e07d9b9eadf4a5d97dd56e68fcb133a4d51f1c9c6d3c1f29d4c5bc2e7565e02305ed16968e4e37a42fd5374466ef3
diff --git a/dev-ada/gnatdoc/gnatdoc-24.0.0-r2.ebuild b/dev-ada/gnatdoc/gnatdoc-24.0.0-r2.ebuild
deleted file mode 100644
index 11b920a04dbe..000000000000
--- a/dev-ada/gnatdoc/gnatdoc-24.0.0-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ADA_COMPAT=( gcc_12 gcc_13 )
-inherit ada multiprocessing
-
-DESCRIPTION="GNAT Documentation Generation Tool"
-HOMEPAGE="https://github.com/AdaCore/gnatdoc"
-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"
-RESTRICT="test"
-
-RDEPEND="${ADA_DEPS}
- dev-ada/gnatcoll-bindings[${ADA_USEDEP},gmp,iconv(+),shared,static-libs,static-pic]
- dev-ada/gnatcoll-core[${ADA_USEDEP},shared,static-libs,static-pic]
- dev-ada/gpr[${ADA_USEDEP},shared(+),static-libs]
- dev-ada/gpr-unit-provider[${ADA_USEDEP},shared,static-libs]
- dev-ada/langkit[${ADA_USEDEP},shared(+),static-libs,static-pic]
- dev-ada/libadalang[${ADA_USEDEP},static-libs,static-pic]
- dev-ada/libgpr[${ADA_USEDEP},shared,static-libs,static-pic]
- dev-ada/markdown[${ADA_USEDEP}]
- >=dev-ada/VSS-24.0.0[${ADA_USEDEP},static-libs]
- dev-ada/xmlada[${ADA_USEDEP},shared,static-libs,static-pic]"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="${ADA_REQUIRED_USE}"
-
-src_compile() {
- gprbuild -v -j$(makeopts_jobs) -p -P gnat/libgnatdoc.gpr \
- -XLIBRARY_TYPE=relocatable || die
- gprbuild -v -j$(makeopts_jobs) -p -P gnat/gnatdoc.gpr \
- -XLIBRARY_TYPE=static || die
-}
-
-src_install() {
- gprinstall -v -p -P gnat/libgnatdoc.gpr \
- -XLIBRARY_TYPE=relocatable --prefix="${D}"/usr || die
- gprinstall -v -p -P gnat/gnatdoc.gpr \
- -XLIBRARY_TYPE=relocatable --prefix="${D}"/usr || die
-}
next reply other threads:[~2025-03-04 20:53 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 20:53 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-05 21:22 [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatdoc/ Alfredo Tupone
2025-02-24 20:32 Alfredo Tupone
2025-02-23 17:08 Alfredo Tupone
2025-02-18 21:39 Alfredo Tupone
2025-02-09 21:07 Alfredo Tupone
2025-02-02 20:11 Alfredo Tupone
2025-02-02 20:11 Alfredo Tupone
2025-02-02 19:37 Alfredo Tupone
2024-03-19 9:16 Alfredo Tupone
2024-03-19 7:31 Alfredo Tupone
2023-12-14 21:19 Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-03-21 7:02 Alfredo Tupone
2022-12-18 20:10 Alfredo Tupone
2022-12-18 20:10 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=1741121603.db463b58ba2a3bc12bf7bc21e767ce8ddf5c3105.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