From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
Date: Mon, 06 Jan 2025 09:11:18 +0000 (UTC) [thread overview]
Message-ID: <1736154622.3b0a1410c5adb814b1bf7bc89575b2b90db2023d.tupone@gentoo> (raw)
commit: 3b0a1410c5adb814b1bf7bc89575b2b90db2023d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 09:10:22 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 09:10:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0a1410
dev-ada/templates-parser: fix DEPS and build
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...-25.0.0-r1.ebuild => templates-parser-25.0.0-r2.ebuild} | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild b/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
similarity index 92%
rename from dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
rename to dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
index 1d01279f3846..6fd9775b8876 100644
--- a/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
+++ b/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-ADA_COMPAT=( gcc_12 gcc_13 )
+ADA_COMPAT=( gcc_12 gcc_13 gcc_14 )
PYTHON_COMPAT=( python3_{10..13} python3_13t )
inherit ada python-any-r1 multiprocessing
@@ -19,8 +19,8 @@ IUSE="doc man +shared static-libs static-pic test"
RESTRICT="!test? ( test )"
RDEPEND="${ADA_DEPS}
- dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
- shared? ( dev-ada/xmlada[static-pic] )"
+ dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?,static-pic?]
+"
DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]"
BDEPEND="doc? (
@@ -61,11 +61,9 @@ src_prepare() {
}
src_configure() {
- emake PROCESSORS=$(makeopts_jobs) \
- ENABLE_STATIC=$(usex static-libs true false) \
- ENABLE_SHARED=$(usex shared true false) \
- prefix=/usr \
- setup
+ cp config/tp_xmlada_dummy.gpr tp_xmlada.gpr
+ echo "PRJ_TARGET = Linux" > makefile.setup
+ echo "VERSION = $(ver_cut 1-2)" >> makefile.setup
}
src_compile() {
next reply other threads:[~2025-01-06 9:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-06 9:11 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 0:28 [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/ Sam James
2025-02-24 20:33 Alfredo Tupone
2025-02-02 20:34 Alfredo Tupone
2025-01-02 12:22 Alfredo Tupone
2025-01-01 22:38 Alfredo Tupone
2025-01-01 21:29 Alfredo Tupone
2025-01-01 13:49 Alfredo Tupone
2024-12-14 16:54 Sam James
2024-11-26 19:29 Alfredo Tupone
2024-03-18 9:56 Alfredo Tupone
2023-12-15 22:32 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-15 12:36 Alfredo Tupone
2022-12-15 8:52 Alfredo Tupone
2022-12-14 21:08 Alfredo Tupone
2022-12-14 7:57 Alfredo Tupone
2022-12-14 7:51 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=1736154622.3b0a1410c5adb814b1bf7bc89575b2b90db2023d.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